DIV.corps_calendrier{
	color: #929292;
}

DIV.boite_hors_mois{
	
}

DIV.boite_dans_mois{

}

SPAN.mois_precedent{
	color: #929292;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 0 0;
		
}
SPAN.mois_precedent a{
	color: #929292;
	font-size: 18px;
	font-weight: bold;	
}

SPAN.mois_courant{
	color: #929292;
	font-size: 18px;
	font-weight: bold;
}

SPAN.mois_suivant{
	color: #929292;
	font-size: 18px;
	font-weight: bold;
}
SPAN.mois_suivant a{
	color: #929292;
	font-size: 18px;
	font-weight: bold;
}

DIV.titre_calendrier{
	text-align: center;
	margin: 10px 0;
	color:#565656; font-weight:bold; font-size:18px;
}

DIV.titre_colone{
	margin: 10px 0;
	float: left;
	width: 14%;
	font-weight: bold;
	text-align: center;
	color:#565656; font-weight:bold; font-size:14px;
}

DIV.boite_jour{
	height: 20px;
	width: 14%;
	float: left;
	text-align: center;
	color: #929292; font-weight:bold; font-size:14px;
}

DIV.case_remplie a {
	color: #3290aa; 
}

DIV.case_pas_remplie{
	color: #929292;
}

DIV.info_evenement{
	display: none;
}
