/* Les balises générales */
a{
  color: #FFFFFF;
  text-decoration:none;
}
a:visited{
  color: #FFFFFF;
  text-decoration:none;
}
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;
}
.cell_calendrier_titre{
  font-weight:bold;
  color:#FFF;
  border:1px solid black;
  text-align:center;
  height:20px;
  width:25px;
}
.cell_calendrier{
  color:#666666;
  border:1px solid black;
  text-align:center;
  height:20px;
  width:25px;
}
.cell_calendrier:hover{
        background:#F00;
}
.titre_calendrier{
  text-align:center;
  border:1px solid black;
  height:27px;
  background-color:#cbcdfe;
}
span#titre{
  width:160px;
  font-weight:bold;

}


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