#calendrier li{
	list-style: none;	
}

#libelle {
	width: 210px;
	margin: 0 auto;
	padding: 0;text-align: center; font-weight: bold;
}
.ligne {border: 1px solid yellow;
	width: 210px;
	margin: 0 auto;
	padding: 0; 
} 
#libelle li {
	float : left;
	width : 30px; 
}
.ligne li { border: 1px solid green;
	color: #000;
	float : left; height: 12; width: 30px;
	/*height: 16px; border: 1px solid white;*/
	text-align: center;
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

.cal table {margin: 0; padding: 0px; }
.cal td {margin: 0; padding: 2px;text-align: center; border-right: 1px solid gray; border-bottom: 1px solid gray; background-color: #FFFFFF;}

li.itemCurrentItem {
	/* A vous de configurer l'apparence de la date du jour */
}
li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
}	

td.ths {	background-color: #FF7973;}
td.hs {	background-color: #FFB97C;}
td.ms {	background-color: #F0E68C;}
td.bs {	background-color: #90EE90;}
td.nc {	background-color: #BEDAE8;}


