/* Bloc: liste des mois pour réservation du gite */
#ReservMonthList
{
	position:absolute;

	left:425px;
	top:0px;
	width:118px;
	height: 100%;
	text-align: center;

	background-color: #df8b59;
}

#ReservContent
{
	position:absolute;
	left: 0px;
	top: 10px;
	width: 417px;
	height: 100%;
	padding: 4px;
}

.ReservMonthListItem
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 4px 2px 4px 2px;
	width: 114px;
}

.ReservMonthListItem:hover
{
	background-color: #d32727;
	color: #FFFFFF;
	text-decoration: none;
}

#ReservMonthListItemSel
{
	background-color: #d32727;
}
