*#form_calendar {
	clear: both;
	float: left;
	width: 100%;
	z-index: 10000;
}

*#calendrier li{
	list-style: none;	
	text-align: center;
	background-color: #515852;
	color: #ffffff;
	width: 25px;
	float: left;
	border: #515852 1px solid;
	text-decoration: none;
	text-align: center;
	margin: 0px 2px 2px 2px;
}

*#calendrier li.itemCurrentItem{
	background-color: #4ce05e;
	color: #ffffff;
	width: 25px;
	float: left;
	border: #4ce05e 1px solid;
	text-decoration: none;
	text-align: center;
	margin: 0px 2px 2px 2px;
}

*#calendrier li.itemExistingItemno {
	background-color: #ffffff;
	border: #ffffff 1px solid;
}


*#calendrier li a {
	text-decoration: none;
}

*#calendrier li a {
	color: #ffffff;
}

*#calendrier li a:hover {

}

*#calendrier li:hover{
	background-color: #4ce05e;
	color: #ffffff;
	width: 25px;
	float: left;
	border: #4ce05e 1px solid;
	text-decoration: none;
	text-align: center;
	margin: 0px 2px 2px 2px;
}

#libelle {
	clear: both;
	width: 230px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.ligne {
	clear: both;
	width: 230px;
	float: left;
	margin: 0px 0px 2px 10px;
	padding: 0px 0px 0px 0px;
} 

#libelle li {
	background-color: #ffffff;
	color: #515852;
	width: 25px;
	float: left;
	border: #ffffff 1px solid;
	text-decoration: none;
	text-align: center;
	margin: 0px 2px 2px 2px;
	list-style: none;
	text-decoration: none;
}
.ligne li {
	color: #000;
	float : left; 
	width : 25px; 
	margin: 0px 2px 2px 2px;
	border: #ffffff 1px solid;
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

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é */
}		

*#monthscalendar {
	clear: both;
	width: 100%;
	float: left;
	text-align: right;
}
