/* Les balises générales */
/*
a:visited{
  color: #CC0000;
  text-decoration:none;
}
img{
 border:0px;
}*/
/* le calendrier */
.conteneur_calendrier{
	float: right;
	margin-left: 10px;
}
.tab_calendrier{
   empty-cells:show;
   border:1px solid #00447e;
   border-collapse:collapse;
   border-spacing: 0px;
   /*margin:auto;
   margin-top:2px;*/
   background:#ffffff;
}
.titre_calendrier{
  text-align:center;
  border:1px solid black;
  height:27px;
  background-color:#58aee2;
}
span#titre{
  width:160px;
  font-weight:bold;
}
.cell_calendrier{
  border:1px solid #58aee2;
  text-align:center;
  height:25px;
  width:25px;
}


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

.cell_calendrier a {
  /*color: #CC0000;
  text-decoration:none;*/
	display: block;
	height: 100%;
	width: 100%;
}
span.occupe {
	display: block;
	height: 100%;
	width: 100%;
	background-color: #fbc100;
}
span.inoccupe {
}

