/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */
h2 {
	font:  14px Tahoma;
	color: #000;
	padding : 10px 0 5px 0px;
}

#calendrier li{
	
	list-style: none;	
}

#libelle {
	width: 217px;
	margin: 0 auto;
	padding: 0 0px 0 0px;
	float : center;
}
.ligne {
	width: 217px;
	margin: 0 auto;
	padding: 0 0px 0 0px;
	
} 
#libelle li {
	float : left;
	width : 30px; 
	
	height: 30px;
	background-color: rgb(230,230,230);
	font-weight: bold;		
	border-right: 1px solid rgb(204,204,204);
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial;
	font-size: 10px;
}
.ligne li {
	color: #000;
	float : left; 
	width : 30px; 
	
	height: 30px;
	background-color: rgb(240,240,240);
	border-top: 1px solid rgb(204,204,204);
	border-right: 1px solid rgb(204,204,204);
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial;
	font-size: 10px;
}

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

li.itemCurrentItem {
	height: 30px;
	width: 30px;
	background-color: rgb(230,230,230);
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial;
	font-size: 10px;
}
li.itemSelectedItem {

	height: 30px;
	width: 30px;
	background-color: rgb(240,240,240);
	border-top: 1px solid rgb(204,204,204);
	border-right: 1px solid rgb(204,204,204);
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial;
	font-size: 10px;
	
}	

li.itemExistingItem {
	height: 30px;
	width: 30px;
	background-color: rgb(215,215,215);
	border-top: 1px solid rgb(204,204,204);
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial;
	font-size: 10px;
}	