DIV.corps_calendrier{
/*	font-size : .9em;*/
	padding-left : 2%;
	border-bottom : 1px solid #B2B2B2;
}

DIV.boite_hors_mois{

}

DIV.boite_dans_mois{

}

SPAN.mois_precedent{

}

SPAN.mois_courant{

}

SPAN.mois_suivant{

}

DIV.titre_calendrier{
	text-align: center;
}
body #agendax div.titre_calendrier a{
	display : inline;
}

DIV.titre_colone{
	margin-top: 5px;
	/*font-size: 11px;*/
	float: left;
	width: 14%;
	font-weight: bold;
	text-align: center;
	border-top : 1px solid #B2B2B2;
	padding-top : 5px;
}

DIV.boite_jour{
	height: 20px;
	width: 14%;
	float: left;
	text-align: center;
}
#agendax DIV.boite_jour a{
	color : #B2B2B2;
}

#agendax DIV.case_remplie a {
	color : black;
}


DIV.info_evenement{
	display: none;
}

#agendax a {
	padding : 0;
}

