// Formattage du calendrier

#calendrier li{
	list-style: none;	
}

#libelle {
	width: 210px;
	margin-left: 20;
	margin-right: 700;
	padding: 0;
	font-family: sans-serif;
}
.ligne {
	width: 210px;
	margin-left: 20;
	margin-right: 700;
	font-size: small;
	padding: 0;
} 
#libelle li {
	float : left;
	width : 30px; 
}
.ligne li {
	color: #000;
	float : left; 
	font-size: small;
	width : 30px; 
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

li.itemCurrentItem {
	color: #CC3366;
	font-weight: bold,
}

li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
}		
