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

#calendrier li {
	list-style: none;
}
#libelle {
	/* ligne du libellé */
	width: 189px;
	background:#FFF;
	text-align:center;
}
.ligne {
	/* Ligne normale */
	width: 189px;
	margin: 0;
	padding: 0;
} 
#libelle li {
	/* Jours du mois L M M J V S D */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	float:left;
	width:27px;
	height:22px!important;
	height:27px;
	padding-top:5px;
	background:#FFF; 
}
.ligne li {
	/* case normale */
	/*background-color:#FFF;*/
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	float:left; 
	width:27px;
	height:22px!important;
	height:27px;
	padding-top:5px;
	color:#FFF;
}
.ligne li a:link{
	text-align:center;	
	list-style:none;
	text-decoration:none;
	color: #483313;
}
.ligne li a:visited{
	text-decoration:none;
	color: #483313;
}
.ligne li a:hover{;
	text-decoration:underline;
	color: #483313;
}
.ligne li a:active{
	text-decoration:underline;
	color: #483313;
}
li.itemCurrentItem {
	/* date du jour */
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	background-color:#000;
	color:#FFF;
}
li.itemSelectedItem {
	/* jour sélectionné */
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	background-color:#FFF;
	color:#000;
}
li.itemExistingItem {
	/* jour sélectionné */
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	background-color:#FFF;
	color:#000;
}			