/* Calendrier */
.calendrier {
	width:204px;
	padding:3px;
	text-align:center;
	background-color:#ffffff;
}

.calendrier table{
	border:1px #525252 solid;

}
.calendrier td {
	text-align:center;
	font-size:10px;
	padding-left:2px;
	margin-left:0px;
	background-color:#eeeeee;
	border:none;
}

.calendrier td.calendrier_td_off {
	background-color:#ffffff;
	cursor:pointer;
	width:28px;
}
.calendrier td.calendrier_td_off:hover {
	background-color:#8888ff;
}

.calendrier td.calendrier_td_on {
	background-color:#ffdddd;
	cursor:pointer;
	width:28px;
}

.calendrier td.calendrier_td_on:hover {
	background-color:#ff8888;
}

.calendrier td.calendrier_fleche1 {
	font-weight:bold;
	font-size:12px;
	background-color:#eeeeff;
	cursor:pointer;
	padding-top:0px;
	padding-bottom:3px;
}

.calendrier td.calendrier_fleche1:hover {
	background-color:#8888ff;
}

.calendrier td.calendrier_fleche2 {
	font-weight:bold;
	font-size:9px;
	font-family:verdana;
	background-color:#eeeeff;
	cursor:pointer;
	padding-top:2px;
	padding-bottom:3px;
}

.calendrier td.calendrier_fleche2:hover {
	background-color:#8888ff;
}