/* Les balises générales */
.lien{
  color: #CC0000;
  text-decoration:none;
  font-weight:bold;
}
.lien:visited{
  color: #CC0000;
  text-decoration:none;
  font-weight:bold;
}
img{
 border:0px;
}
/* le calendrier */
.tab_calendrier{
   empty-cells:show;
   border:1px solid black;
   border-collapse:collapse;
   border-spacing: 0px;
   margin:auto;
   margin-top:2px;
   background:#ffffff;
}
.cell_calendrier{
font-size:9pt;
  border:1px solid black;
  text-align:center;
  height:15px;
  width:15px;
}
.titre_calendrier{
  text-align:center;
  border:1px solid black;
  height:25px;
  background-color:#cbcdfe;
}
span#titre{
  width:100px;
  font-weight:bold;

}


.voir_plus{
  color: #000000;
  text-decoration:none;
}
a#link_precedent{
  float:left;
  width:25px;
}
a#link_suivant{
  float:right;
  width:25px;
}
