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

.calendrier-fond {
	background-image:url(../images/prenez-date-fond.gif);
	background-repeat:no-repeat;
	width:135px;
	height:160px;
	margin:0px;
	padding:0px;
	padding-top:35px;
}
#calendrier td {
	/*color:#FFFFFF;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
}
.calendrier-titre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#calendrier th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	text-align:center;
}
.ligne td a {
	color:#FFFFFF;
	list-style: none;
	text-decoration: none;
}
.ligne td a:hover{
	color:#FFFFFF;
	list-style: none;
	text-decoration: none;
}

td.itemEmptyItem {
	background-color: #86B0E0;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
}
td.itemCurrentItem {
	background-color: #ffff00;
	color: #284E7B;
	font-weight:;
}
td.itemCurrentItem a {
	background-color: #ffff00;
	color: #284E7B;
	font-weight:;
}
td.itemCurrentItem a:hover {
	color: #000000;
}
td.itemSelectedItem {
	background-color: #044bb5;
	border: 1px solid #FF0000;
}		
td.itemExistingItem {
	background-color: #044bb5;
	border: 1px solid #FFFFFF;
}
