div#calendrier {
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 4px;
	border: #ccccbb 1px solid;
	background-color: #FFEFDC;
}
div#calendrier table {
	border-collapse: collapse;
	width: 100%;
}
div#calendrier td, div#calendrier th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#calendrier .calendarTitle {
	border: #ccccbb 1px solid;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
div#calendrier .calendarHeader {
	background-color: #94D5EE;
}
div#calendrier .calendarToday {
	color: #ff0000;
	background-color: #94D5EE;
}
