#calendrier {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border: 0px;
}
#calend_container {
	width: 172px;
}

#calendrier td {
	height: 17px;
	width: 17px;
	border: 0px;
}
#legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#calendrier a:hover {
	color: #FF3300;
}
#calendrier a{ 
	text-decoration:none;
}

.sucre {
	background-color: #3399CC;
	color: #FFFFFF;
	border: 0px;
}
#calendrier .blank {
	background-color: #CCCCCC;
}
#calendrier thead th, td {
	border: 0px;
	color: #333333;
	background-color: #;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#calendrier tbody th, td {
	font-size: 9px;
}

.hiver {
	background-color: #66CCFF;
	color: #FFFFFF;
	border: thin solid #3366CC;
}

.ete {
	background-color: #FFCC33;
	color: #996633;
	border: thin solid #FF9900;
}
.nondispo {
	color: #FF0000;
	font-weight: bold;
}

