/**
 * CSS du calendrier
 * 
 * @author : Service Informatique
 * @version : 2005-06-07
 * @copyright : Monné-Decroix (service informatique)
 */
 
/* Conteneur du calendrier */
#span_Calendrier span {
	position: absolute;
	z-index: auto;
	width: 180px;
	left: 350px;
	border: 1px solid #56565F;
	display: none;
}
#span_Calendrier table {
	margin: 0ps;
	padding: 0ps;
	border: 0ps;
	width: 100%;
	border-collapse: collapse;
}

/* Le calendrier */ 
.enteteCal {
	background-color: #56565F;
	text-align: right;
}
.titreCalAnnee{
	background-color: #DC0033;
	text-align: center;
	font: bold 11px Verdana;
	color: #FFFFFF;
}
.titreCalMois {
	background-color: #DC0033;
	text-align: center;
	font: bold 11px Verdana;
	color: #FFFFFF;
}
.jourDeLaSemaine {
	background-color: #C0002A;
	text-align: center;
	font: 11px Verdana;
	color: #FFFFFF;
}
.jourActu {
	background-color: #DC0033;
	text-align: center;
	font: bold 10px Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.bkgWe {
	background-color: #F8F8F8;
	text-align: center;
	color: #FFFFFF;
}
.bkgJourOuvre {
	background-color: #FFF;
	text-align: center;
}
.fontMoisEnCours {
	text-align: center;
	font: 10px Verdana;
	color: #56565F;
	text-decoration: none;
}
.fontAutreMois {
	text-align: center;
	font: 10px Verdana;
	color: #BBBBBF;
	text-decoration: none;
}
