/* CSS INDEX DOCUMENT */

#bandeau_bg{
	width:100%;
	background-color:#000000;
	height:300px;
	margin-bottom:10px;
}

#bandeau{
	width:1000px;
	margin:auto;
}

#calendrier{
	float:left;
	width:440px;
	height:630px;
	background-image:url(../images/bg_calendrier.jpg);
	background-repeat:no-repeat;
}

#blocs{
	float:left;
	width:555px;
	height:630px;
	margin-left:5px;
}

#blocs .bloc1{
	height:200px;
}

#blocs .bloc1 ul{	
	background-color:#FFFFFF;
	float:left;
	list-style:none;
	padding:0 0 0 16px;
}

#blocs .bloc1 ul li{
	float:left;
	width:255px;
	padding:25px 0 0 8px;
	color:#2f4e63;
	font-size:10px;
	height:65px;
}

#blocs .bloc1 ul li img{
	float:left;
	margin-right:10px;
	border:0;
}	

#blocs .bloc1 ul li .titre{
	font-weight:bold;
	font-size:13px;
	margin:4px 0;
}

#blocs .bloc1 ul li .titre a{
	color:#222222;
	text-decoration:none;
}

#blocs .bloc1 ul li .titre a:hover{
	text-decoration:underline;
	color:#000000;
}

#blocs #hebergements, #blocs #forfaits, #blocs #parkings{
	height:140px;
	padding:20px 20px 20px 25px;
}

#blocs #hebergements td{
	height:28px;
}

#blocs #hebergements #resa_submit{
	width:170px;
	background-color:#FFFFFF;
	background-image:url(../images/bg_recherche_resa.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	padding-bottom:6px;
	margin-top:1px;
	height:23px;
	cursor:pointer;
	border:0px;
}

#blocs #hebergements #resa_submit:hover{
	background-image:url(../images/bg_recherche_resa_over.png);
}


#blocs #hebergements{
	font-weight:bold;
}

#blocs #hebergements .selectresa{
	width:180px;
}

/*#blocs .secondimg{
	margin-left:30px;
}*/

#blocs #forfaits, #blocs #parkings{
	text-align:center;
}

#blocs #forfaits img, #blocs #parkings img{
	border:0;
	margin: 0 10px 0 4px;
}

#zoom{
	height:190px;
	background-color:#FFFFFF;
	float: left;
	width:555px;
	text-align:center;
}

#zoomsur{
	margin-top:15px;
	width:520px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}