@charset "utf-8";
/* CSS Document */

/* Calendrier*/

#date_display {
	position:absolute;
	z-index:20;
	top: 35px;
	left: 25px;
	width:85px;
	height:96px;
	background-image: url(fichiers_habillage/icon_datedisplay.png);
	background-repeat: no-repeat;
	text-indent: -7px;
}

#dayname {
	position:relative;
	width:85px;
	z-index:21;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	top: 22px;
	color: #FFFFFF;
}
#daynumber {
	position:relative;
	width:85px;
	z-index:22;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	top: -3px;
}
#month {
	position:relative;
	width:85px;
	z-index:23;
	font-size: 10px;
	font-weight: bold;
	text-align: center;	
	top: -5px;
}
#year {
	position:relative;
	width:85px;
	z-index:24;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	top: -2px;
}



