.calendrier-disponibilite,
.calendrier-disponibilite #calendar {
	width:280px;
}
.calendrier-disponibilite #calendar caption {
	height:36px;
	border:2px dotted #EFAA16;
	background-color:#EFAA16;
	width:280px;
}
.calendrier-disponibilite #calendar caption.custom {
	color:#000000;
	height:20px;
	font-size:12px;
}
.calendrier-disponibilite #calendar caption a {
	color:#FFFFFF;
	float:left;
	font-size:16px;
	font-weight:bold;
	height:30px;
	padding-top:9px;
	width:35px;
}
.calendrier-disponibilite #calendar caption select{
	font-size:100%;
}
.calendrier-disponibilite #calendar caption div {
	float:left;
	height:30px;
	padding-top:7px;
	width:206px;
}
.calendrier-disponibilite #calendar td.selected {
	background-color:#5a5a5a;
	color:#FFFFFF;
}
table#calendar {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	width: 100%;
}
table#calendar th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #EFAA16;
	border-bottom: 1px solid #EFAA16;
	text-align: center;
}
table#calendar th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table#calendar th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table#calendar tr td {
	background: #fff;
	border-right: 1px solid #EFAA16;
/*	border-bottom:1px solid #EFAA16;*/
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#legende {
	margin-bottom:5px;
	width:280px;
}
#legende span{
	padding-left:5px;
	margin-right:5px;
}
#legende span.libre {
	border-left:12px solid #FFF;
}
#legende span.reserve {
	border-left:12px solid #5a5a5a;
}