.case {
	text-align: center;
	height: 20px;
	width: 20px;
	float: left;
}
#calendrier {
	width: 140px;
	margin: 4px;
}.calendrier_semaine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 20px;
	width: 140px;
}
.calendrier_entete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
}
#calendrier a {
	text-decoration: none;
	color: #000000;
}
