/* Les balises générales */
#nav01 a{
  color: #CC0000;
  text-decoration:none;
}
	#nav01 a:visited{
	color: #F00;
	text-decoration:none;
}
img{
 border:0px;
 background-color:transparent;
 
}
/* le calendrier */
.tab_calendrier{
   empty-cells:show;
   border:1px solid black;
   border-collapse:collapse;
   border-spacing: 0px;
   margin:auto;
   margin-top:2px;
   background:url(../page_call/images/call2.gif) repeat-y;
   width:165px;
   height:150px;
}
.cell_calendrier{
  border:1px solid black;
  text-align:center;
  height:18px;
  width:20px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:10px;
  color:#FFF; 
  font-weight: 600;
}
.titre_calendrier{
  text-align:center;
  border:1px solid black;
  height:25px;
  background-color:transparent;
  font-size:11px;
  font-family:Tahoma, Geneva, sans-serif;
  color:#FFF;
}
span#titre{
  width:160px;
  font-weight:bold;
}


.voir_plus{
	color: #FFF;
	text-decoration:none;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:600;
	font-size:10px;
	text-decoration:none;
}
a#link_precedent{
  float:left;
  width:50px;
}
a#link_suivant{
  float:right;
  width:50px;
}
