DIV.corps_calendrier{
	width: 200px;
	background-color: #BBCCF7;
}

DIV.boite_hors_mois{
	
}

DIV.boite_dans_mois{

}

SPAN.mois_precedent a{
		color: #BBCCF7;

}

SPAN.mois_courant{
	font-size: 10px;
		color: #BBCCF7;
	background-color: #0D1367;


}

SPAN.mois_suivant a{
		color: #BBCCF7;

}

DIV.titre_calendrier{
	text-align: center;
	font-size: 10px;
	width: 200px;
	color: #BBCCF7;
	background-color: #0D1367;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

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

}

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

	
}

DIV.case_remplie{
	background-color: #fff;
	font-weight: bold;	
}

DIV.case_pas_remplie{
	
}

DIV.info_evenement{
	display: none;
}

#agendax{
	border: 1px solid #0d1367;
	width:200px;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size: 10px;
	
}
