#calendrier table {
	width: 182px !important;
	border: 1px solid black;
	text-align: center;
	border-collapse: collapse;
	font-size: 12px;
	background-color: #FFF;
}

#calendrier table th {
	background-color: #B02325;
	color: #FFF;
}

#calendrier table th a {
	font-weight: bolder;
	display: block;
	width: 44px;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
}

#calendrier table td {
	border: 1px solid black;
	text-align: center;
}

#calendrier table td.date, #calendrier table td:hover {
	background-color: #B02325;
	color: #FFF;
}

#calendrier table td.date {
	font-weight: bold;
}

#calendrier table td a {
	display: block;
	width: 22px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	color: #000;
}

#calendrier table a:hover {
	color: #FFF;
	text-decoration: underline;
}

#calendrier table select {
	width: 60px;
}