DIV.corps_calendrier{
	border-left:1px solid white;
	border-right:1px solid white;
	border-top:1px solid white;
	width:203px;
}

DIV.boite_hors_mois{
	
}

DIV.boite_dans_mois{
	
}

SPAN.mois_precedent{

}

SPAN.mois_courant{
	font-weight:bold;
}

SPAN.mois_suivant{

}

DIV.titre_calendrier{
	text-align: left;
}

DIV.titre_colone{
	font-size: 11px;
	float: left;
	width: 29px;
	font-weight: bold;
	text-align: center;
	background: #7ab9cb;
	border-bottom:1px solid white;
}

DIV.boite_jour{
	height: 17px;
	width: 29px;
	float: left;
	text-align: center;
	font-size:11px;
	vertical-align:middle;
	padding-top:2px;
}

DIV.case_aujourdhui{
	font-weight: bold;
	/*background:url(../../dist/images/agenda_fond_date_du_jour.png) top center no-repeat;
	background: #e95f8e;*/
}

DIV.case_remplie{
	background: #242d9e;
	/*background: #e95f8e;*/
}

DIV.case_remplie_day{
	/*background: #e95f8e url(../../dist/images/agenda_fond_date_du_jour.png) top center no-repeat;*/
	background: #242d9e;
	font-weight: bold;
}

DIV.case_evenement{
	background: #c7ce5a;
}

DIV.case_reunion_information{
	background: #a1cde6;
}

DIV.case_reunion_convivialite{
	background: #f79d11;
}

DIV.case_rencontre{
	background: #f7113d;
}

DIV.case_evenement_day{
	/*background: #c7ce5a url(../../dist/images/agenda_fond_date_du_jour.png) top center no-repeat;*/
	background: #c7ce5a;
	font-weight: bold;
}

DIV.case_reunion_information_day{
	/*background: #a1cde6 url(../../dist/images/agenda_fond_date_du_jour.png) top center no-repeat;*/
	background: #a1cde6;
	font-weight: bold;
}

DIV.case_reunion_convivialite_day{
	/*background: #f79d11 url(../../dist/images/agenda_fond_date_du_jour.png) top center no-repeat;*/
	background: #f79d11;
	font-weight: bold;
}

DIV.case_rencontre_day{
	/*background: #f7113d url(../../dist/images/agenda_fond_date_du_jour.png) top center no-repeat;*/
	background: #f7113d;
	font-weight: bold;
}

DIV.case_pas_remplie{
	
}

DIV.info_evenement{
	display: none;
	
}
