.calendrier {
	border-color: #fff;
	border-width: 1px;
	border-collapse: collapse;
	border-style: solid;
	text-align: center;
	background-color: white;
	width: auto;
}

.calendrier td {
	font-size: 11px;
	height: 2em;
	width: 2em;
	text-align: center;
	font-family: Arial;
	line-height: 2em;
	padding: 1px;
	border-color: #fff;
	font-weight: normal;
	background-color: white;
}

.calendrier td a, .calendrier td a:visited, .calendrier td a:link {
	background-color: #e5dcf0;
	display: block;
	color: #7b2075;
	text-decoration: none;
	font-weight: bold;
	width: 2em;
	height: 2em;
}
.calendrier td a:hover, .calendrier td a:active {
	background-color: #DBB8DC;
	color: #a63aa0;
}

.calendrier td.ajourdhui, .calendrier td.ajourdhui a, .calendrier td.ajourdhui a:link, .calendrier td.ajourdhui a:visited, .calendrier td.ajourdhui a:hover, .calendrier td.ajourdhui a:active {
	color: red;
	font-weight: bold;
}
#divCalendrier{
	background-image: url(/img/layout/overlay.png);
	padding: 2px;
	z-index: 90;
	position: absolute;
	display: none;
	}