/* Les balises générales */
img{
 border:0px;
}
/* le calendrier */
.tab_calendrier{
   font-family:Arial, Helvetica, sans-serif;
   border-collapse:collapse;
   border-spacing: 0px;
   background:#ffffff;
}
.cell_calendrier{
	border:1px solid #C6C6C6;
	font-size:14px;
  	text-align:center;
  	height:17px;
  	width:25px;
}
.cell_today{
	font-weight:bold;
	color:#990000;
	font-size:14px;
  	text-align:center;
  	height:17px;
  	width:25px;
}

.cell_calendrier_jour{
	border:1px solid #C6C6C6;
	background-color:#666;
	color:#FFF;
	font-size:14px;
  	text-align:center;
  	height:15px;
  	width:25px;
}

.stage_vide{
	background-color:#97d605;
}
.stage_moyen{
	background-color:#db7f00;
}
.stage_complet{
	background-color:#ae0000;
}
.stage_passer{
	background-color:#cccccc;
}


#calendrier{
	
}

span#titre{
	font-size:14px;
  	font-weight:bold;
	color:#990000;
}

.header_calendrier {
	height:25px;
	background-color:#eeeeee;
}

a#lien_precedant{
	font-size:12px;
	color:#990000;
  	float:left;
	margin-left:2px;
	text-decoration:none;
}
a:hover#lien_precedant {
	font-size:12px;
	color:#990000;
  	float:left;
	margin-left:2px;
	text-decoration:underline;
}
a#lien_suivant{
	font-size:12px;
	color:#990000;
  	float:right;
	margin-right:2px;
	text-decoration:none;
}
a:hover#lien_suivant {
	font-size:12px;
	color:#990000;
  	float:right;
	margin-right:2px;
	text-decoration:underline;
}

