#MYcalendrier{
	position:absolute;
	top:40%;
	background:#ffffff;
	z-index:100;
	border:1px #000000 solid;
	width:220px;
}

#MYcalendrier hr{clear:left;border:none}

#MYcalendrier a,#MYcalendrier a:link,#MYcalendrier a:visited{color:#000000;text-decoration:none;}

#MYcalendrier  h2{margin:5px 30px;float:left}
#MYcalendrier .nav{float:left;margin-top:8px;}

#calendrier li{
	list-style: none;	
}

#libelle {
	clear:left;
	width: 210px;
	margin: 0 auto;
	padding: 0;
}
.ligne {
	width: 210px;
	margin: 0 auto;
	padding: 0;
} 
#libelle li {
	float : left;
	width : 30px; 
	list-style:none;
	text-align:center;
	color:#E93FA1;
	font-weight:bold
}

.ligne li {
	color: #000;
	float : left; 
	width : 30px; 
	list-style:none;
	text-align:center;
}
.ligne li:hover{background:#E93FA1;}

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

li.itemCurrentItem {
	background:#E93FA1;
	text-align:center;
}
li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
}		