
.calendrier
{
	background-color: #EEEEEE;
	text-align: center;
	color: black;
	border: 2px #EEEEEE outset;
	font-size: 10px;
	position:absolute;
	left:150px;
}
.calendrier SELECT {
	font-size: 10px;	
}
/*iframe placé derrière le calendrier pour prévenir des contrôles comme les <select> de s'afficher par-dessus le calendrier (bug d'IE) */
.calendrier,
.ieCalendrierIframe {
	width: 182px;
	height: 141px;
}
.calendrier A {
	color: blue;
	text-decoration: none;
}
.calendrierEntete {
	background-color: green;
	height: 15px;
}
.calendrierEntete A {
	float: right;
	color: white;
	text-decoration: none;
}
.calendrierPage
{
	width: 100%;
}
.calendrierPageLigne
{
	height: 15px;
	line-height: 15px;
}
.calendrierCase
{
	float: left;
	width: 25px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.calendrierCase A {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
.calendrierCase A:hover {
	color: #ff0000;
}
.calendrierDateInactif {font-style: italic; color: gray;}