


div.calendrier {
   margin: 20px 55px;
   width: 150px;
   height: 150px;
   float: left;
}

div.calendrier_mois_courant {
   margin: 2px 0 3px 0; 
   width: 150px; 
   height: 18px; 
   float: left; 
   text-align: center; 
   text-transform: capitalize; 
   font-weight: bold; 
   color: #f7941d; 
   white-space: nowrap
}






div.calendrier_jour_label {
	width:    18px;
	height: 18px;
	float: left;
	text-align: center;  
	font-weight: bold;
	margin: 2px 2px 0 0;
	line-height: 18px; 
}
div.calendrier_jour_inactif {
	width:    18px;
	height: 18px;
	float: left;
	text-align: center;
	margin: 2px 2px 0 0;
	line-height: 18px;
}





div.calendrier_jour_actif {line-height: 18px; margin: 2px 2px 0 0; width:    18px; height: 18px; float: left; text-align: center; background-image : url(/images/disponibilite/lightorangedot_emis.gif); background-repeat: no-repeat}
div.calendrier_jour_selectionne {line-height: 18px; margin: 2px 2px 0 0; width:    18px; height: 18px; float: left; text-align: center; background-image : url(/images/disponibilite/darkorangedot_emis.gif); background-repeat: no-repeat}
div.calendrier_jour_aujourdhui {line-height: 18px; margin: 2px 2px 0 0; width:    18px; height: 18px; float: left; text-align: center; background-image : url(/images/disponibilite/lightorangedot_emis.gif); background-repeat: no-repeat}
/* END CALENDRIER EMIS */

