img.date {
	margin-left:10px;
}
div.calendrier {
	background-color:#FFFFFF;
	border:3px outset #B02A30;
	font-size:12px;
	left:0;
	position:absolute;
	top:0;
	width:150px; 
	z-index:50;
}
div.calendrier div.fermer {
	background-color:#CCCCCC;
	color:#B02A30;
	cursor:pointer;
	font-weight:bold;
	height:15px;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:16px;
}
div.calendrier div.ligne {
	background:#B02A30 none repeat scroll 0 0;
	color:white;
	width:100%;
}
div.calendrier div.ligne div.centrer {
	text-align:center;
	width:100%;
}
div.calendrier div.ligne div.boutonDroit {
	cursor:pointer;
	font-weight:bold;
	position:absolute;
	right:20px;
	width:15px;
}
div.calendrier div.ligne div.boutonGauche {
	cursor:pointer;
	font-weight:bold;
	left:30px;
	position:absolute;
	width:15px;
}
div.calendrier table {
	left:0;
	right:0;
	width:100%;
}
div.calendrier table thead {
	background-color:#F5BF65;
}
div.calendrier table tbody {
	background-color:#FFF1C8;
}
div.calendrier td {
	font-size:12px;
	text-align:center;
}
div.calendrier td.date {
	cursor:pointer;
}
div.calendrier td.date:hover {
	background-color:#B02A30;
	color:white;
	cursor:pointer;
}
div.calendrier tr:hover {
	background-color:#FFE290;
	cursor:pointer;
}
div.calendrier th {
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	font-size:12px;
	font-weight:normal;
}
