/* CSS Document */
body{
	background-color: #848081;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #1A171B;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.spacer{
  clear: both;
}
a{
	text-decoration: none;
	font-weight: normal;
	outline: none;
	padding: 0px;
	margin: 0px;
}
img{
	border: none;
	outline: none;
}
.titre{
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #1A171B;
}
.txt_general{
	font-size: 10px;
	line-height: 12px;
	color: #1A171B;
}
/*----------------------------------decors----------------------------------*/
#crocus{
	position: absolute;
	width: 231px;
	height: 240px;
	left: 10px;
	bottom: -35px;
	background-image: url(images/decors/crocus.png);
	background-repeat: no-repeat;
	z-index: 1;
}
#etoiles_gauche{
	position: absolute;
	width: 59px;
	height: 56px;
	left: 30px;
	bottom: -100px;
	background-image: url(images/decors/etoiles.png);
	background-repeat: no-repeat;
	z-index: 2;
}
#etoiles_gauche_haut{
	position: absolute;
	width: 59px;
	height: 56px;
	left: 100px;
	top: 10px;
	background-image: url(images/decors/etoiles.png);
	background-repeat: no-repeat;
	z-index: 4;
}
#etoiles_droite{
	position: absolute;
	width: 59px;
	height: 56px;
	right: 0px;
	bottom: -40px;
	background-image: url(images/decors/etoiles.png);
	background-repeat: no-repeat;
	z-index: 3;
}
#etoiles_droite_bt_reservation{
	position: absolute;
	width: 173px;
	height: 61px;
	left: 30px;
	bottom: -100px;
	z-index: 10;
}
#etoiles_droite_haut{
	position: absolute;
	width: 59px;
	height: 56px;
	right: 20px;
	top: 15px;
	background-image: url(images/decors/etoiles.png);
	background-repeat: no-repeat;
	z-index: 5;
}
#etoiles_cadre{
	position: absolute;
	width: 107px;
	height: 113px;
	left: 20px;
	bottom: -30px;
	background-image: url(images/decors/etoiles_cadre.png);
	background-repeat: no-repeat;
	z-index: 6;
}
#etoiles_reservation_bas{
	position: absolute;
	width: 59px;
	height: 56px;
	left: 30px;
	bottom: 80px;
	background-image: url(images/decors/etoiles.png);
	background-repeat: no-repeat;
	z-index: 7;
}
#etoiles_loisirs_bas{
	position: absolute;
	width: 59px;
	height: 56px;
	left: 30px;
	bottom: 80px;
	background-image: url(images/decors/etoiles.png);
	background-repeat: no-repeat;
	z-index: 8;
}
#etoiles_contact_bas{
	position: absolute;
	width: 59px;
	height: 56px;
	left: 30px;
	bottom: 50px;
	background-image: url(images/decors/etoiles.png);
	background-repeat: no-repeat;
	z-index: 9;
}
/*-------------------------------------------------------conteneur----------------------------------------------------------------------*/
#conteneur{
	width: 1000px;
	margin: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-top: 30px;
}
/*-------------------------------------------------------bandeau_haut-------------------------------------------------------*/
#bandeau_haut{
	position: relative;
	width: 1000px;
	height: 60px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*----------------------------------logo----------------------------------*/
#logo{
	position: relative;
	float: left;
	width: 290px;
	height: 60px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
/*----------------------------------menu----------------------------------*/
#menu{
	position: relative;
	float: left;
	width: 635px;
	height: 40px;
	padding: 0px 0px 0px 65px;
	margin: 17px 0px 0px 0px;
}
#menu ul{
	padding: 0px;
	margin: 0px;
}
#menu ul li{
	display: block;
	float: left;
	min-height: 36px;
	list-style: none;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}
#menu ul li a{
	display: block;
	float: left;
	min-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848081;
	font-weight: bold;
	border-top: 3px solid #848081;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#menu ul li a:hover{
	border-top: none;
	border-bottom: 3px solid #848081;
	padding-bottom: 4px;
}
.menu_descriptif{
	display: block;
	min-height: 5px;
	font-weight: normal;
	cursor: pointer;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#menu ul li a.menu_actif{
	border-top: none;
	border-bottom: 3px solid #848081;
	padding-bottom: 4px;
}
/*-------------------------------------------------------centre-------------------------------------------------------*/
#centre{
	position: relative;
	height: 305px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#images{
	position: relative;
	float: right;
	height: 305px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#images img{
	position: relative;
	float: left;
	height: 305px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
#images_chambre{
	position: relative;
	float: right;
	height: 281px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#images_chambre img{
	position: relative;
	float: left;
	height: 281px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
/*-------------------------------------------------------bas_home-------------------------------------------------------*/
#bas_home{
	position: relative;
	height: 150px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 230px;
}
.bloc_logo{
	position: relative;
	width: 168px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}
.bloc_txt_home01{
	position: relative;
	float: left;
	width: 260px;
	min-height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 0px 0px;
}
.bloc_txt_home02{
	position: relative;
	float: left;
	width: 375px;
	min-height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*-------------------------------------------------------bas_chambre-------------------------------------------------------*/
#bas_chambre{
	position: relative;
	height: 150px;
	padding: 10px 0px 0px 290px;
	margin: 0px 0px 0px 0px;
}
.bt_tarifs{
	position: relative;
	float: left;
	width: 50px;
	min-height: 10px;
	border-right: 1px solid #1F1E21;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}
.bt_tarifs a{
	font-family: Arial, Helvetica, sans-serif;
	color: #1F1E21;
	font-size: 16px;
	text-decoration: underline;
}
.bt_tarifs a:hover{
	color: #D8C6B2;
}
.bloc_txt_chambre{
	position: relative;
	float: left;
	width: 300px;
	min-height: 10px;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 10px;
}
/*-------------------------------------------------------bas_cadre-------------------------------------------------------*/
#bas_cadre{
	position: relative;
	float: left;
	width: 235px;
	height: 364px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#bas_cadre_droit{
	position: relative;
	float: left;
	width: 765px;
	height: 425px;
	padding: 70px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#bas_cadre_droit img{
	position: relative;
	float: left;
	height: 232px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
#bas_cadre_droit h1{
	clear: both;
	position: relative;
	width: 320px;
	min-height: 20px;
	padding: 40px 0px 0px 160px;
	margin: 0px 0px 0px 0px;
}
/*-------------------------------------------------------bas_reservation-------------------------------------------------------*/
/*----------------------------bas_reservation_gauche----------------------------*/
#bas_reservation_gauche{
	position: relative;
	float: left;
	width: 338px;
	height: 425px;
	padding: 70px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#bas_reservation_gauche img{
	position: relative;
	float: left;
	height: 281px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
.bt_reservation{
	position: relative;
	float: right;
	width: 100px;
	min-height: 10px;
	border-right: 1px solid #1F1E21;
	padding: 20px 0px 20px 0px;
	margin: 50px 0px 0px 0px;
}
.bt_reservation a{
	font-family: Arial, Helvetica, sans-serif;
	color: #1F1E21;
	font-size: 16px;
	text-decoration: underline;
}
.bt_reservation a:hover{
	color: #D8C6B2;
}

.bt_tarifs_hiver{
	position: relative;
	width: 200px;
	min-height: 10px;
	border-left: 1px solid #1F1E21;
	padding: 20px 0px 20px 5px;
	margin: 50px 0px 0px 0px;
}
.bt_tarifs_hiver a{
	font-family: Arial, Helvetica, sans-serif;
	color: #1F1E21;
	font-size: 14px;
	text-decoration: none;
}
.date_tarifs_hiver{
	font-size: 12px;
}
.bt_tarifs_hiver a:hover{
	color: #D8C6B2;
}
/*----------------------------bas_reservation_centre----------------------------*/
#bas_reservation_centre{
	position: relative;
	float: left;
	width: 330px;
	min-height: 425px;
	padding: 30px 20px 0px 30px;
	margin: 0px 0px 0px 0px;
}
.titre_reservations{
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #1A171B;
}
.txt_reservations{
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #1A171B;
}
.txt_reservations2{
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #1A171B;
	padding-left: 182px;
}
/*----------------------------bas_reservation_droit----------------------------*/
#bas_reservation_droit{
	position: relative;
	float: left;
	width: 282px;
	height: 425px;
	padding: 70px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*----------------------------formulaire----------------------------*/
.titre_formulaire{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #848081;
	text-align: center;
	text-transform: uppercase;
}
.ss_titre_formulaire{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #1A171B;
	text-align: center;
	font-style: italic;
}
.champ_obligatoires_formulaire{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #1A171B;
	text-align: center;
}
.txt_formulaire{
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #1A171B;
}
td, tr{
	padding: 0px;
	margin: 0px;
}
.champ_formulaire_long{
	position: relative;
	width: 380px;
	height: 14px;
	background-color: #F4F4F4;
	border: 1px solid #848081;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0px 0px 2px;
	margin: 0px 0px 5px 0px;
}
.champ_formulaire_courts{
	position: relative;
	width: 185px;
	height: 14px;
	background-color: #F4F4F4;
	border: 1px solid #848081;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0px 0px 2px;
	margin: 0px 0px 5px 0px;
}
.champ_formulaire_mini{
	position: relative;
	width: 100px;
	height: 14px;
	background-color: #F4F4F4;
	border: 1px solid #848081;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0px 0px 2px;
	margin: 0px 0px 5px 0px;
}
.champ_formulaire_msg{
	position: relative;
	width: 350px;
	height: 100px;
	background-color: #F4F4F4;
	border: 1px solid #848081;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0px 0px 2px;
	margin: 0px 0px 5px 20px;
}


input:focus,
input:hover,
textarea:focus,
textarea:hover
{
	background-color:#ab9d8e;
	
}

#div_erreur{
	height:10px;
	font-family: Arial, Helvetica, sans-serif;
	display:none;
	color:#f00;
	text-align:center;
	font-size:10px;
	padding: 0px;
	margin: 0px;
}

.erreur_champ{
	background-color: #FFDFDF;
}

.resultat{
	color:#1A171B;
}

/*-------------------------------------------------------bas_actualites-------------------------------------------------------*/

/*----------------------------bas_actualites_gauche----------------------------*/
#bas_actualites_gauche{
	position: relative;
	float: left;
	width: 260px;
	min-height: 465px;
	padding: 30px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
/*----------------------------bas_actualites_centre----------------------------*/
#bas_actualites_centre{
	position: relative;
	float: left;
	width: 470px;
	min-height: 425px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.table_actualite{
	margin-top:35px;
}

.table_actualite tr td{
	
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.table_actualite tr td.espace_td{
	
	padding-left:10px;


}

/*----------------------------bas_actualites_droit----------------------------*/
#bas_actualites_droit{
	position: relative;
	float: left;
	width: 260px;
	min-height: 465px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*-------------------------------------------------------bas_loisirs-------------------------------------------------------*/
/*----------------------------bas_loisirs_gauche----------------------------*/
#bas_loisirs_gauche{
	position: relative;
	float: left;
	width: 270px;
	min-height: 465px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*----------------------------bas_loisirs_centre----------------------------*/
#bas_loisirs_centre{
	position: relative;
	float: left;
	width: 270px;
	min-height: 425px;
	padding: 30px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.titre_loisirs, .titre_actualite{
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #1A171B;
}
.txt_loisirs{
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #1A171B;
	padding: 0px 0px 15px 0px;
}
.txt_loisirs a{
	color: #1A171B;
}
.txt_loisirs a:hover{
	color: #D8C6B2;
}
/*----------------------------bas_loisirs_droit----------------------------*/
#bas_loisirs_droit{
	position: relative;
	float: left;
	width: 420px;
	min-height: 465px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#bas_loisirs_droit img{
	float: left;
}
#bas_loisirs_droit img.bas{
	clear: both;
	padding-left: 106px;
}
/*-------------------------------------------------------bas_contact-------------------------------------------------------*/
/*----------------------------bas_contact_gauche----------------------------*/
#bas_contact_gauche{
	position: relative;
	float: left;
	width: 210px;
	min-height: 405px;
	_height: 405px;
	padding: 90px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
/*----------------------------bas_contact_centre----------------------------*/
#bas_contact_centre{
	position: relative;
	float: left;
	width: 494px;
	min-height: 425px;
	_height: 425px;
	padding: 20px 40px 0px 40px;
	margin: 0px 0px 0px 0px;
}
.txt_contact{
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #1A171B;
	padding: 0px 0px 18px 0px;
}
.txt_contact a{
	color: #1A171B;
}
.txt_contact a:hover{
	color: #D8C6B2;
}
a.lien_agrandir{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #1A171B;
}
a.lien_agrandir:hover{
	color: #D8C6B2;
}
/*----------------------------bas_contact_droit----------------------------*/
#bas_contact_droit{
	position: relative;
	float: left;
	width: 206px;
	min-height: 405px;
	_height: 405px;
	padding: 90px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*-------------------------------------------------------bas_partenaires-------------------------------------------------------*/
/*----------------------------bas_partenaires_gauche----------------------------*/
#bas_partenaires_gauche{
	position: relative;
	float: left;
	width: 56px;
	min-height: 465px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*----------------------------bas_partenaires_centre----------------------------*/
.bas_partenaires_centre{
	position: relative;
	float: left;
	width: 287px;
	min-height: 425px;
	padding: 30px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
}
.titre_partenaires{
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #1A171B;
	padding: 0px 0px 0px 0px;
}
.txt_partenaires{
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	color: #1A171B;
	padding: 0px 0px 10px 0px;
}
.txt_partenaires a{
	color: #1A171B;
}
.txt_partenaires a:hover{
	color: #D8C6B2;
}
/*----------------------------bas_partenaires_droit----------------------------*/
#bas_partenaires_droit{
	position: relative;
	float: left;
	width: 290px;
	min-height: 465px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.images_couple img{
	float: left;
}
/*-------------------------------------------------------footer-------------------------------------------------------*/
#footer{
	position: relative;
	height: 20px;
	padding: 20px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#footer h6{
	font-size: 11px;
	color: #848081;
}
#footer a{
	color: #848081;
}
#footer a:hover{
	color: #4F4F4F;
}
#footer a.mail{
	padding: 0px 20px 0px 0px;
}
#footer a.partenaires{
	padding: 0px 0px 0px 20px;
}
#credits{
	position: relative;
	float: right;
	width: 95px;
	min-height: 10px;
	padding: 0px;
	margin: 0px;
}