body {
font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
.calendrier{
border:0;
border-collapse:collapse;
border-style:solid;
border-width:1px 0 0 1px;
border-color:#fff;

}

.calendrier_entete {
color:#fff;
background-color:#990000;
}

.calendrier td, .calendrier tr  {
	border-style:solid;
	border-color:#fff;
	border-width:0 1px 1px 0;
	text-align:center;
	width:14%;
	border-spacing:5px;
}

.calendrier_stage {
	background-color:#96c14e;
	color:#fff;
}

.calendrier_normal {
	background-color:#F1F1F1;
	color:#000;
}

.calendrier_normal a span {
	background-color:#F1F1F1;
	color:#000;
	display:none;
}

.calendrier_we {
	background-color:#CCCCCC;
	color:#000;
}

.calendrier_we a span{
	background-color:#F1F1F1;
	color:#000;
	display:none;
}
.calendrier_special {
	background-color:#e0922f;
	color:#000;
}

.calendrier_special a{
position: relative;
text-decoration: none;
background-color:#e0922f;
color:#000;
}


.calendrier_special a span{
	background-color:#e0922f;
	color:#000;
	display:none;
}

.calendrier_special a:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
.calendrier_special a:hover span {
display: inline;
position: absolute;
top: 2em;
right: 1em;
background: #e0922f;
text-align: center;
color: #000;
padding: 2px;
width:200px;
border:1px solid #000;
}



.calendrier_stage a{
position: relative;
text-decoration: none;
color: black;
}
.calendrier_stage a span{
display: none;
}
.calendrier_stage a:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
.calendrier_stage a:hover span {
display: inline;
position: absolute;
top: 2em;
right: 1em;
background: #edffce;
text-align: center;
color: #000;
padding: 2px;
width:200px;
border:1px solid #000;
}


