DIV.corps_calendrier{
 border:1px solid #B2BFCF;
	width:320px;
	background: #EEEDED;
}

DIV.boite_hors_mois{
	
}

DIV.boite_dans_mois{

}

SPAN.mois_precedent{

}

SPAN.mois_courant{

}

SPAN.mois_suivant{

}

DIV.titre_calendrier{
	border:1px solid #B2BFCF;
	width:320px;
	text-align: center;
}

DIV.titre_colone{
	margin-top: 5px;
	font-size: 11px;
	float: left;
	width: 14%;
	font-weight: bold;
	text-align: center;
}

DIV.boite_jour{
	height: 20px;
	width: 14%;
	float: left;
	text-align: center;
	
}

DIV.case_remplie{
	background-color: #E2E0E0;
}

DIV.case_remplie a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	 
}
DIV.case_remplie a:hover{
	color:#FFFFFF;
	background:#CC0000;
	text-decoration:none;
	font-weight:bold;
	 
}

DIV.case_pas_remplie{
	
}

DIV.info_evenement{
	display: none;
}

