#calendrier{
	position: absolute;
	border: solid 1px black;
	width: 240px;
	height: auto;
	background-color: #eeeeee;
	z-index: auto;
}
#calendrier li{
	list-style: none;
	cursor: pointer;
	text-align: center;
}

#calendrier div{
	font-size: 12px;	
}

#libelle {
	width: 210px;
	height: 0px;
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
	background-color: #5d625c;
	color: white;
	font-weight: bold;
}
#calendrier h4{
	font-size: 12px;
	font-weight: bold;
}
.ligne {
	width: 210px;
	margin: 0 auto;
	padding: 0;
}
#libelle li{
	float : left;
	width : 30px;
	font-size: 12px;
}
.ligne li{
	color: #000000;
	font-size: 12px;
	float: left;
	width: 30px;
	height: 20px;
	background-color: #fefefe;
	line-height: 1.9em;
}

.ligne li hover{
	/*background-color: #efefef;*/
	/*background: url(../images/cercle.gif) #fefefe no-repeat 5px 0px;*/

}

.ligne li a{
	color: #000000;
	list-style: none;
	text-decoration: none;
}

.itemCurrentItem span{
	font-weight: bold;
	color: #F86000;
	/*background-color: #efefef;*/
}
/*
.itemCurrentItem:hover{
	background: url(../images/cercle.gif) #fefefe no-repeat 5px 0px;
}
.itemExistingItem:hover{
	background: url(../images/cercle.gif) #fefefe no-repeat 5px 0px;
}*/