/* + -----------------------------------------------------
	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;
	text-align:center;
}
#calendrier a {
	display:block;
}
#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;
	font-weight:bold;
}
.calendrier-titre a {
	color: #A3A126;
}
#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: #DAD732;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
}
td.itemCurrentItem {
	background-color: #BD1C10;
	color: #FFFFFF;
}
td.itemCurrentItem a {
	background-color: #BD1C10;
	color: #FFFFFF;
	font-weight:;
}
td.itemCurrentItem a:hover {
	color: #000000;
}
td.itemSelectedItem {
	background-color: #A3A126;
	border: 1px solid #FF0000;
}		
td.itemExistingItem {
	background-color: #A3A126;
	border: 1px solid #FFFFFF;
}
