/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */

#calendrier li{
	list-style: none;	
	list-style-position: inside
	
}

#libelle {
	width: 210px;
	margin: 0 auto;
	padding: 0;
	background-color: white
}
.ligne {
	width: 210px;
	margin: 0 auto;
	padding: 0;
}
#libelle li {
	float : left;
	width : 30px;
	background-color: white
}
.ligne li {
	color: #000;
	float : left;
	width : 30px;
	background-color: white
}

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

li.itemCurrentItem {
    background: #FFEEAD;
    font: 12px;
    color: Black;
    width: 30px;
    text-align: left;
    border: 0px;
}
li.itemSelectedItem {
	background: #FFFFFF;
    font: 12px;
    color: Black;
    width: 30px;
    text-align: left;
    border: 0px;
}		
