/* Les balises générales */
.tab_calendrier a{
  color: #CC0000;
  text-decoration:none;
  display: block;
  font-weight:bold;  
}
.tab_calendrier a:visited{
  color: #CC0000;
  text-decoration:none;
}
.tab_calendrier img{
 border:0px;
 margin-top: 4px;
}
/* le calendrier */
.tab_calendrier{
   empty-cells:show;
   border: 1px solid #006ab4;
   border-collapse:collapse;
   border-spacing: 0px;
   background:#fff;
   font-size: 0.8em;
   float: left;
	width: 144px;
	height: 120px;
	margin: 0 4px 10px 0;
}
.tab_calendrier .cell_calendrier{
  /*border:1px solid black;*/
  text-align:center;
  /*height:12px;*/
  /*width:10px;*/
  padding: 1px 2px;
}
.tab_calendrier .titre_calendrier{
  text-align:center;
  /*border:1px solid black;*/
  background-color:#bfe2f8;
  height:20px;
  /*padding-top: 5px;*/
}
.tab_calendrier span#titre_mois{
width:110px;
font-weight:bold;
color: #006ab4;
font-weight: bold;
font-size: larger;
margin: 5px;

}
.tab_calendrier tr.titre_jour {
background-color:#a5d8f5;
height:15px;
}

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