/* RÉINITIALISATION DES ÉLÉMENTS
--------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr,acronym{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
a:active,object,embed{outline:none;}

/* BODY ET HTML
--------------------------------------------------------------------------------------- */

body#main{
	background: #000;
	text-align:center;
}
html{
	/*color: #bccbd0;*/
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Verdana, Helvetica;
}

/* TEXTES ET HYPERLIENS GLOBAUX
--------------------------------------------------------------------------------------- */
h1{
	color:#9b8449; 
	font-size:20px; 
	font-weight: normal;
}


a, a:link, a:visited{
	font-weight: normal;
	text-decoration: underline;	
	outline: none;
	color: #9b8449;
}
a:hover, a:visited:hover{
	text-decoration: none;	
}

a.link2, a.link2:link, a.link2:visited{
	font-weight: normal;
	text-decoration: none;	
	color: #c9c9c9;
}
a.link2:hover{
	text-decoration: none;	
}

a.enlarge, a.enlarge:link, a.enlarge:visited{
	background: #dedede url(Gx/loupe.gif) no-repeat 99% 50%;	
	padding: 0 24px 0 0;
	color: #7f7f7f;
	font-weight: normal;
	text-align: right;
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;}
a.enlarge:hover{
	/*text-decoration: underline;	*/
	color: #000;
}

a.flechecontinuer, a.flechecontinuer:link, a.flechecontinuer:visited{
	background: transparent url(Gx/flechecontinuer.gif) no-repeat 100% 50%;	
	font-weight: normal;
	text-decoration: none;	
	color: #9b8449;
	padding: 0 7px 0 0;
	
}
a.flechecontinuer:hover{
	text-decoration: underline;	
}


h1 a, h1 a:link, h1 a:visited{color:#9b8449;}


h2 a, h2 a:link, h2 a:visited{color:#333;}

p{font-size:12px; line-height:150%; /*color:#838383;*/color:#fff;}
textePetit{font-size:10px;}

.frameTexte ul{list-style:disc; margin-left:16px;}


/* 
p:first-letter{color:green; font-size:200%; text-transform:uppercase;}
sup{position:relative; bottom:0.3em; vertical-align:baseline;}
sub{position:relative; bottom:-0.2em; vertical-align:baseline;}
*/

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset{border:1px solid #000; font-size: 11px; margin-bottom:10px; padding:5px;}
fieldset legend{border: 1px solid #999; color:#000; font-size:14px; font-weight:bold; padding:3px;}
fieldset label{font-size:12px; color:#000; margin:2px 0 2px 0;}
fieldset label.erreur{color:#cc0000;}
.champTexte{
	background: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-size: 11px;
	margin:2px 0 2px 0;
}
.listeDeroulante{
	background: #EEF3F7;	
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-size: 11px;
	margin:2px 0 2px 0;
}
.boiteTexte{
	background: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin:2px 0 2px 0;
}
.bouton{
	background-color: #EEF3F7;
	color: #498ECB;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
.bouton:hover{background-color:#1A80B6; color:#FFF;}
.champCache{display:none; visibility:hidden;} /* Utilisé pour l'anti-spam */

p.erreur{text-align:center; color:#CC0000; background-color:#FFDDDD; border:1px #CC0000 solid; padding:15px; border-radius:4em; -moz-border-radius:4px; -webkit-border-radius:4px;}
p.succes{text-align:center; color:#4F8A10; background-color:#DFF2BF; border:1px #4F8A10 solid; padding:15px; border-radius:4em; -moz-border-radius:4px; -webkit-border-radius:4px;}
p.conseil{font-size:10px;display:none; text-align: left;}

/* Icones générales
--------------------------------------------------------------------------------------- */
.lienRSS{background: url(Gx/icone_RSS.gif) no-repeat left;padding:5px 0 5px 20px;}
/* .lienPDF{background: url(Gx/icone_PDF.gif) no-repeat left;padding:5px 0 5px 20px;} */


/* CONTENEURS ET CLASSES GÉNÉRALES
--------------------------------------------------------------------------------------- */
#conteneur{}

#header{
	margin: 0 auto 0 auto;
	width: 948px;
	height: 117px;
	position:	relative;
	background: none;
}
#header #logo{
	position: absolute;
	top: 14px;
	left: 0px;
}
#header #telephone{
	color: #8d6e26;
	font-size: 16px;	
	width: 300px;
	height: 15px;
	text-align: right;
	position: absolute;
	top: 80px;
	right: 0px;
}
#outerbanner{ background-color: #262626; }
#banner{ height: 329px; }

#Banniere{
	margin: 0 auto 0 auto;
  width:945px;
  height:327px;
  display:block;
}
#Banniere div{
  display:none;
}
#Banniere div.Actif{
  display:block;
}	
#Banniere img{
	display: block;
	margin: 0px;
}

#outercontenu{ background: transparent url(Gx/bg_outercontenu.gif) repeat; }

#contenu{
	margin: 0 auto 0 auto;
	width: 962px;
	
	background: transparent url(Gx/bg_contenu.png) repeat-y 0px 0px;

}
#innercontenu{
	margin: 0 auto 0 auto;
	width: 948px;
	
	
}
#include{
	background: transparent url(Gx/bg_include.gif) no-repeat 0px 0px;	
	min-height:500px;
	height:auto !important;
	height:500px;
	text-align: justify;
}
#texte{
	/*padding: 0 20px 0 15px;*/
	text-align: justify;
}


.colonne1_left{
	float: left;
	width: 630px;	
	background: none;
}	


.colonne1_right{
	float: right;
	width: 295px;
}

.both{clear:both;}

.btn_imprimer, .btn_imprimer:link, .btn_imprimer:visited, .btn_imprimer:active {
	background: url(Gx/i_imprimante.gif) no-repeat center right;
	display: block;
	float: right;
	font-size: 11px;
	line-height: 25px;
	margin: 10px 0px;
	padding-right: 30px;
	text-decoration: none;
}


/* MENUS
--------------------------------------------------------------------------------------- */
#menu {
	background: transparent url(Gx/M/bg_menu.gif) repeat-x 0px 0px;
	margin: 0 auto 0 auto;
	width: 945px;
	height: 46px;
	padding: 0px;
}
#menu li{
	border-right: 1px solid #383838;
	float: left;
	display: block;
}
#menu li.last{
	border: none;
}
#menu li a, #menu li a:link, #menu li a:visited{
	color: #d3bd84;
	display: block;
	float: left;
	line-height: 46px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}
#menu span{
	position: absolute;
	bottom: 0%;
	/*top: 89%;*/
	left: 46%;
	width: 9px;
	height: 5px;
	background: transparent url(Gx/M/menu_on.gif) no-repeat 0px 0px;
	display: block; 
}

#menu li a:hover, #menu li a:visited:hover{ background: url(Gx/M/menu_over.gif) repeat-x; }
#menu li a.actif, #menu li a.actif:visited, #menu li a:active, #menu li a:visited:active{ background: url(Gx/M/menu_over.gif) repeat-x; color: #faeed0; }

.menu_fr a#menu1{	width: 105px;}
.menu_fr a#menu2{	width: 168px;}
.menu_fr a#menu3{	width: 205px;}
.menu_fr a#menu4{	width: 124px;}
.menu_fr a#menu5{	width: 148px;}
.menu_fr a#menu6{	width: 190px;}

.menu_en a#menu1{	width: 105px;}
.menu_en a#menu2{	width: 168px;}
.menu_en a#menu3{	width: 225px;}
.menu_en a#menu4{	width: 84px;}
.menu_en a#menu5{	width: 148px;}
.menu_en a#menu6{	width: 210px;}

#sousmenu{
	background-color: #1c1c1c; 
	margin: 0 1px;
	height: 26px;
}
#sousmenu #menu02 {
	float: left;
	list-style-type: none; 
}
#sousmenu #menu05 { 
	float: right;
	list-style-type: none; 
	margin-right: 80px;
}

#sousmenu #menu07 {
	float: right;
	list-style-type: none; 
	margin-right: 10px;
}
#sousmenu li{
	list-style-type: none; 
	float: left;
}
#sousmenu a, #sousmenu a:link, #sousmenu a:visited{
	color: #d3bd84; 	
	display: block;
	float: left;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
#sousmenu a:hover, #sousmenu a.actif, #sousmenu a.actif:link, #sousmenu a.actif:visited{
	color: #faeed0; 	
}


/* Navigation secondaire */
#menuSec{
	width: 550px;
	height: 29px;
	position: absolute;
	top: 10px;
	right: 0px; 
	background: none;
	overflow: hidden;
}
#menuSec li{
	float: right;
	display: block;
	height: 29px;
}

#menuSec a, #menuSec a:link, #menuSec a:visited{
	border-right: 1px solid #bebebe;
	display: inline;
	padding: 0 10px;
	font-size: 11px;
	color: #bebebe;
	height: 10px;
	text-decoration: none;
	text-transform: uppercase;
	}
#menuSec a:hover { color: #fff; }
#menuSec a.actif, #menuSec a.actif:link, #menuSec a.actif:visited { color: #a18948; }	
#menuSec .dernier a, #menuSec .dernier a:link, #menuSec .dernier a:visited { border: none; } 	
	
/* Navigation en bas-de-page */
#menuBas{
	height: 16px;
	background: none;
}
#menuBas li{
	float: left;
	padding: 0 10px 0 0;
	border-right: 1px solid #000;
	margin: 0 10px 0 0;
}
#menuBas li.last{
	border: none;
}
#menuBas a, #menuBas a:link, #menuBas a:visited{
	font-size: 12px;
	text-decoration: none;
	color: #837758;}
#menuBas a:hover{
	color: #d3bd84;
}
#piedPage_txt{
	color: #878787;
	font-size: 11px;
	line-height: 17px;
	padding: 8px 0 8px 0;
}

/* RESERVATION RAPIDE */

#box_reservation {
	background-color: #131313;
	height: 60px;
	width: 330px;
	padding: 5px 10px;
	position: absolute;
	bottom: 5px;
	right: 0px;
	text-align: left;
}
#box_reservation H3 {
	color: #b69038;
	padding-bottom: 5px;
}
#box_reservation LABEL {
	color: #fff;
	float: right;
	padding-right: 5px;
}
#box_reservation .textbox {
	background-color: #4f483d;
	border: none;
	color: #fff;
	float: right;
	font-size: 11px;
	padding: 3px;
	height: 13px;
	width: 84px;
}
#box_reservation .lnk_calendrier { float: right; }
#box_reservation #dateDepart { float: left; width: 157px; }
#box_reservation #dateArrive {
	float: left;
	padding-right: 5px;
	width: 157px;
}
#box_reservation .bouton {
	background-color: #131313;
	border: 0px;
	color: #b69038;
	cursor: pointer;
	float: right;
	font-size: 11px;
	font-weight: normal;
	width: 150px;
}
#box_reservation .bouton:hover { color: #faeed0; }
	
/* 01_100 : PAGE ACCUEIL
---------------------------------------------------------------------------------------*/
#accueil {
	/*padding-top: 30px;*/
	/*height: 430px;*/
}

#accueil H1 { 
	/*background: url(Gx/4etoiles.gif) no-repeat 170px 0px; */
	display: block;
	height: 20px;
	}
#accueil H1 .spantxt{
	float: left;
	height: 20px;
	display: block;
}
#accueil H1 .spanetoile{
	background: url(Gx/h1_etoiles.gif) no-repeat 6px 0px;
	width: 85px;
	height: 20px;
	display: block;
	float: left;}

#accueil H1 .spanetoile{
	background: url(Gx/h1_etoiles.gif) no-repeat 6px 0px;
	width: 85px;
	height: 20px;
	display: block;
	float: left;
	
}

#accueil #texte {
	float: left;
	padding: 20px 20px 20px 0px;
	text-align: left;
	width: 625px;
}
#accueil .texte {	line-height: 20px; }

#sousMenuDroite {
	background-color: #1c1c1c;
	float: right;
	margin-top: 0px;
	width: 295px;
	text-align: center;
}

#sousMenuDroite LI { 
	background: url(Gx/M/sousMenuDroite_sep.gif) no-repeat bottom left;
	float: left;
	height: 34px;
	width: 295px;
}
#sousMenuDroite LI.dernier { background: none; }

#sousMenuDroite LI A, #sousMenuDroite LI A:link, #sousMenuDroite LI A:visited, #sousMenuDroite LI A:active {
	color: #d3bd84;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 33px;
	text-decoration: none;
} 
#sousMenuDroite LI A:hover {
	background-color: #2c2c2c;
	color: #a4a4a4;
}

/* MODULE SERVICES
--------------------------------------------------------------------------------------- */

#box_services {
	background-color: #FFF;
	float: left;
	margin-top: 20px;
	height: 155px;
	width: 946px;
}
#box_services #ControleBtnDown {
	float: left; 
	margin: 50px 10px;	 
}
#box_services #ControleBtnUp { 
	cursor: pointer;
	float: right; 
	margin: 50px 10px;	
}
#box_services #listeVignette {
	float: left;
	margin: 10px 0px;
	height: 130px;
	width: 850px;
	overflow: hidden;
	position: relative;
}
#box_services #listeVignette UL {
	position: absolute;
}
#box_services #listeVignette UL LI {
	background: transparent;
	float: left;
	margin: 0px 8px;
	overflow: visible;
	position: relative;
	height: 130px;
	width: 196px;
}

#box_services #listeVignette UL LI SPAN {
	background: url(Gx/04/etiquette.png) no-repeat !important;
	background: #404040;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 28px;
	width: 222px;
	padding: 15px 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: left;
	z-index: 20;
}

*+ HTML #box_services #listeVignette UL LI SPAN { width: 196px; left: 0px; } /* bug IE */

/* 05_400 : PAGE FORFAITS
--------------------------------------------------------------------------------------- */
#forfaits {
	float: left;
	margin-top: 30px;
	width: 600px;}
#forfaits H3 A, #forfaits H3 A:link, #forfaits H3 A:active, #forfaits H3 A:visited {
	color: #9b8449;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px;
	text-decoration: none;
	background: none;}
#forfaits H3 A:hover{
	color: #faeed0;}	
#forfaits .forfait {
	float: left;
	margin-bottom: 20px;
	width: 300px;}
#forfaits .forfait .photo{
	border: 1px solid #39342c;
	padding: 6px;
	height: 112px;
	width: 219px;}
#forfaits .forfait .photo:hover{
	border: 1px solid #9b8449;

}	
#forfaits .forfait .photo A{
	display: block;
	height: 112px;
	width: 219px;}
#forfaits .photo {
	border: 1px solid #39342c;
	margin: 5px 0px 0px 0px;
	padding: 6px;
	height: 200px;
	width: 495px;}
#forfaits .photo a img {
	height: 200px;
	width: 495px;}
#forfaits H1 {	float: left; }

.btn_retour, .btn_retour:link, .btn_retour:visited, .btn_retour:active {
	background: url(Gx/05/btn_retour.gif) no-repeat;
	color: #e5d7b4;
	display: block;
	padding-left: 30px;
	line-height: 22px;
	width: 73px;
	text-decoration: none;
	text-align: left;
}
.btn_retour:hover { background-position: bottom; }

.btn_Reservez, .btn_Reservez:link, .btn_Reservez:visited, .btn_Reservez:active {
	background: url(Gx/05/btn_Reservez.jpg) no-repeat 0px 0px;
	color: #e5d7b4;
	font-weight:bold;
	display: block;
	padding-left: 8px;
	line-height: 23px;
	width: 200px;
	text-decoration: none;
	text-align: left;
	float:right;
}
.btn_Reservez:hover { 
	background: url(Gx/05/btn_Reservez.jpg) no-repeat 0 -22px;
	color: #e5d7b4; }

/* 07_100 : PAGE CARTE INTERACTIVE
--------------------------------------------------------------------------------------- */

#pageCarte {
	text-align: left; 
	min-height: 580px;
}
#pageCarte #contact {
	background-color: #1c1c1c;
	float: left;
	height: 340px;
	padding: 10px;
	width: 315px;
}
#pageCarte #contact IMG {
	border: 2px solid #464646;
}
#pageCarte #contact H2 {
	background: url(Gx/4etoiles.gif) no-repeat bottom left;
	color: #9b8449;
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	padding-bottom: 25px;
}
#pageCarte #contact P {
	font-size: 11px;
}

#pageCarte #mapDetail {
	float: right;
	height: 360px;
	width: 600px;
}

#pageCarte #attraits {
	background-color: #1c1c1c;
	display: block;
	float: left;
	margin: 10px 0px;
	padding: 10px;
	width: 928px;
}
#pageCarte #attraits #titre {
	float: left;
	width: 340px;
}
#pageCarte #attraits OL {
	float: left;
	list-style-position: inside;
	width: 275px;
}
#pageCarte #attraits OL LI {
	color: #9b8449;
	font-weight: bold;
	list-style-type: decimal;
	padding: 5px;
}
#pageCarte #attraits OL LI A {
	color: #9b8449;
	font-weight: bold;
	text-decoration: none;
}

/*		LIENS  ************************************************************   */		
#liens{
	list-style-type: disc;
	margin: 0 0 0 20px; 	}	
#liens li{
	list-style-type: disc;
	padding: 0 0 6px 0;}		

/* 09_100 : PAGE CONTACT
--------------------------------------------------------------------------------------- */
#carteContact{border:1px solid #999;height:300px;width:350px;}
#contact_left{
	float: left;
	width: 570px;
}

#contact_right{
	float: right;
	width: 352px;
}

#contact label{ font-weight: bold; }
#contact .champTexte{	
	background: #FFF;
	border: 1px solid #c8c8c6;
	color: #000;
	font: 12px Arial, Verdana, Tahoma, Helvetica;
	width: 220px;
	height: 18px;
	line-height: 14px;
	display: block;
	margin:0 0 8px 0;}
#contact .listeDeroulante{
	background: #FFF;
	border: 1px solid #c8c8c6;
	color: #000;
	font: 11px Arial, Verdana, Tahoma, Helvetica;
	width: 220px;
	height: 17px;
	line-height: 14px;
	display: block;}
#contact .boiteTexte{
	background: #FFF;
	border: 1px solid #CCC;
	color: #000;
	font: 11px Arial, Verdana, Tahoma, Helvetica;
	width: 480px;
	height: 100px;
	padding-top: 3px;
	padding-left: 3px;
	line-height: 14px;
	display: block;}
#contact .bouton{
	font-family: Arial, Verdana, Tahoma, Helvetica;
	background: #FFF;
	border: 1px solid #CCC;
	color: #000;
	cursor: pointer;
	height: 24px;
	font-size: 12px;
	width: 89px;
	font-weight: bold;
	padding: 0px;}
#contact .bouton:hover{
	background: #000;
	color: #FFF;}
	
#directions{background-color:#fff;color:#000;}
#directions a{color:#000;}

/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{
		margin: 0 auto 0 auto;
		width: 948px;
		text-align: left;
}

#quickhotel{
	height: 70px;
	background: url(Gx/quickhotel_bg.gif) repeat-x;
}
#quickhotel_left{
	float: left;
	width: 690px;	}
#quickhotel_right{
	float: right;
	background: none;
	padding: 19px 12px 0 0;
	width: 210px;	}
#quickhotel_left ul{
	list-style-type: none; }
#quickhotel_left li{
	background: transparent url(Gx/pointille_qh.gif) no-repeat top right;
	float: left;
	margin: 9px 0 0 0;}
#quickhotel_left li.first{
	background: transparent url(Gx/bg_qh_first.gif) no-repeat top right;}
#quickhotel_left li.last{
	background: none;}
#quickhotel_left a, #quickhotel_left a:link, #quickhotel_left a:visited{
	color: #d3bd84;
	font-weight: bold;
	float: left;
	font-size: 11px;
	font-weight: bold;
	display: block;
	line-height: 54px;
	text-decoration: none;
	padding: 0 15px;}
#quickhotel_left a:hover{
	color: #a4a4a4;}
#quickhotel_left img{
	display: block;
	margin: 0px;
	filter:alpha(opacity=70);   
	-moz-opacity:0.7;
	opacity: 0.7;		}
#quickhotel_left a:hover img{
	filter:alpha(opacity=100);   
	-moz-opacity:1.0;
	opacity: 1.0;	}


#copyrights{float:left;}
#copyrights a, #copyrights a:link, #copyrights a:visited{
	font-weight: normal;
	color: #878787;
	font-size: 12px;
	text-decoration: none;
}
 #copyrights a:hover{
 	color: #FFF;
 	}

#certification{float:right;}
#certification img{float:left; margin:0 0 0 15px;}

/* Partager cette page (bookmarker) */
#socialBookmarker{
	background: transparent url(Gx/logo_vortex.png) no-repeat 0px 10px;
	padding: 8px 0px 0 22px;
	float:right;
	color: #5a5a5a;

}
#socialBookmarkerPrefix{float:left;cursor:default;}
.bookmarkIconesVisibles {float:left;margin-left:2px;}
#bookmarkHoverPopup{border:solid 1px; background-color:#FFF; display:none; padding:4px; position:absolute; text-align:left; width:315px;}
#bookmarkHoverPopup .bookmarkHoverPopupItems{float:left; height:25px; margin-right:4px; width:150px;}
#bookmarkHoverPopup .bookmarkHoverPopupItems a{height:25px; line-height:25px;}
#bookmarkHoverPopup .bookmarkHoverPopupItems a:link, #bookmarkHoverPopup .bookmarkHoverPopupItems a:visited{border:none; color:#000; display:block; padding-left:2px; text-decoration:none; width:150px;}
#bookmarkHoverPopup .bookmarkHoverPopupItems a:active, #bookmarkHoverPopup .bookmarkHoverPopupItems a:hover{background-color:#eee; border:1px solid #666; color:#333; display:block; height:25px; padding-left:2px; text-decoration:none; width:150px;}

#nextback{
	text-align: center;
	font-size: 11px;
}

#nextback a, #nextback a:link, #nextback a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #faeed0;	
}
#nextback a:hover{
	text-decoration: underline;	
}


#nouvelleleft{
	width: 565px;
	float: left;
	background: none;	
}

#nouvelleright{
	float: right;
	width: 326px;	
		background: none;
}

.bigimg{
	border: 1px solid #dedede;
	padding: 1px;
	background: #dedede;
	margin: 0 0 0px 0;
}
.bigimg img{
	display: block;
	margin: 0px;	
}
.thumbs{
	float: left;
	width: 111px;
	height: 69px;
}
.thumbslast{
	width: 104px;
}
.thumbs a, .thumbs a:link, .thumbs a:visited{
	display: block;
	border: 1px solid #acaaad;
	float: left;
}
.thumbs a:hover{
	border: 1px solid #d3bd84;
}
.thumbs a:hover img{
	border: 1px solid #d3bd84;
}
.thumbs img{
	display: block;
	border: 1px solid #FFF;
}

#carte{
	background: transparent url(Gx/04/carte_fr.gif) no-repeat 0px 0px;
	width: 948px;
	height: 305px;
	position: relative;
	margin: 0 auto 0 auto;
}

#carte .cartehotel{
	filter:alpha(opacity=70);   
	-moz-opacity:0.7;
	opacity: 0.7;	
	cursor: pointer;
}
#carte .cartehotel:hover{
	filter:alpha(opacity=100);   
	-moz-opacity:1.0;
	opacity: 1.0;	
}

#cartehotel1{
	background: transparent url(Gx/04/lappartementhotel.gif) no-repeat 0px 0px;
	position: absolute;
	top: 56px;
	left: 571px;
	width: 132px;
	height: 56px; }
#cartehotel2{
	background: transparent url(Gx/04/le2250guy.gif) no-repeat 0px 0px;
	position: absolute;
	top: 93px;
	left: 179px;
	width: 132px;
	height: 56px; }
#cartehotel3{
	background: transparent url(Gx/04/placeduboulevard.gif) no-repeat 0px 0px;
	position: absolute;
	top: 87px;
	left: 790px;
	width: 139px;
	height: 44px; }
#cartehotel4{
	background: transparent url(Gx/04/lesquarephillips.gif) no-repeat 0px 0px;
	position: absolute;
	top: 208px;
	left: 585px;
	width: 132px;
	height: 56px; }

	
#legende{
	position: absolute;
	top: 273px;
	left: 5px;
	width: 221px;
	height: 29px;	
}
.legende_fr{
	background: transparent url(Gx/04/legende_fr.gif) no-repeat 0px 0px;
	}
	
.hotel{
	float: left;
	width: 227px;
	line-height: 20px;
}
.hotel .inner{
	margin: 0 15px 0 0;
	padding: 13px 9px 14px 13px;
	background: #efeeed;
	cursor: pointer;
		
	}	
.hotel .inner:hover{
	background: #fdfaf5;
}	
	
.hotel .img{
	display: block;
	margin: 0 0 5px 0;
}
.hotel h2{
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 0 0 6px 0;
}
.hotel .etoile{
	width: 180px;
	height: 20px;
}
.hotel .etoile span{
	background: transparent url(Gx/04/etoile.png) no-repeat 0px 0px;
	float: left;
	display: block;
	width: 17px;
	height: 13px;
}

.hotellast{
	float: left;
	width: 212px;
}
.hotellast .inner{
	margin: 0;
	padding: 13px 9px 0 13px;
	background: #efeeed;
}	
.hotel a, .hotel a:link, .hotel a:visited{
	display: block;
	background: #888888;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;	
	padding: 0 0 0 9px;
	height: 24px;
	line-height: 24px;
	
}
.hotel a:hover{
	background: #afafaf;	
}

.colleft{
	float: left;
	width: 305px;
}	

	
/* PLAN DU SITE */

.plansite ul{
	list-style-type: disc; 
	margin: 0 0 0 20px;
}
.plansite ul ul{
	margin: 5px 0 0 20px;
}

.plansite li{
	padding: 0 0 4px 0;
}		
	
/*		GALLERY  ************************************************************   */	
	
#gallery{}	
#gallery div{
	float: left;
	width: 214px;
	height: 141px;
	overflow: hidden;}	
#gallery div:hover{
	filter:alpha(opacity=70);   
	-moz-opacity:0.7;
	opacity: 0.7;	
}	
#gallery div.last{
	float: left;
	width: 201px;}
	
/*		ATTRAITS TOURISTIQUES  ************************************************************   */
.attraitcontainer{
	border-bottom: 1px solid #595959;
}
.attraitcontainer .img{
	float: left;
	width: 270px;
	background: none;
}
.attraitcontainer .img img{
	display: block;
	border: 1px solid #e6e4df;
}
.attraitcontainer .txt{
	float: left;
	width: 643px;	
}
.attraitcontainer .fulltxt{
	float: left;
}		
	
/*		EVENEMENTS  ************************************************************   */

#event{
	background: transparent url(Gx/05/bg_event.gif) repeat-y 110px 0px; 
	width: 948px;
	float: left;	}
#event_left{
	width: 115px;
	float: left;
	background: none;}
#event_right{
	width: 780px;
	float: right;
	background: none;}
#event_left ul{
	list-style-type: none; 	}
#event_left li{
	list-style-type: none; 	
	display: block;
	float: left;
	width: 115px;}
#event_left a, #event_left a:link, #event_left a:visited{
	width: 115px;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	color: #9b8449;
	font-weight: normal;
	text-decoration: none;
	text-indent: 5px;}
#event_left a:hover, #event_left a.actif, #event_left a.actif:link, #event_left a.actif:visited{
	background: transparent url(Gx/05/bg_event_a.gif) no-repeat 0px 0px;	
	color: #FFF;}
.eventcontainer{
	height: 100%;
	border-bottom: 1px solid #595959;
}
.eventcontainer .img{
	float: left;
	width: 207px;
	background: none;
}
.eventcontainer .img img{
	display: block;
	border: 1px solid #d3bd84;
}
.eventcontainer .txt{
	float: left;
	width: 573px;	
}
.eventcontainer .fulltxt{
	float: left;
}	
	
/*		LIENS  ************************************************************   */		
#liens{
	list-style-type: disc;
	margin: 0 0 0 20px; 	}	
#liens li{
	list-style-type: disc;
	padding: 0 0 6px 0;}			

#infolettrecontainer{
	color: #000;
}


/*		TARIFICATION  ************************************************************   */

#tarification{}
#tarification .img{
	float: left;
	width: 215px;}
#tarification .img img{
	display: block;}
#tarification .txt{
	float: left;
	width: 415px;		}
#tarification .fulltxt{
	float: left;}

#infolettre label{ font-weight: bold; }
#infolettre .champTexte{	
	background: #FFF;
	border: 1px solid #c8c8c6;
	color: #000;
	font: 12px Arial, Verdana, Tahoma, Helvetica;
	width: 220px;
	height: 21px;
	line-height: 14px;
	display: block;
	margin:0 0 8px 0;}
#infolettre .bouton{
	font-family: Arial, Verdana, Tahoma, Helvetica;
	background: #000;
	border: 1px solid #CCC;
	color: #FFF;
	cursor: pointer;
	height: 24px;
	font-size: 12px;
	width: 89px;
	font-weight: bold;
	padding: 0px;}
#infolettre .bouton:hover{
	background: #000;
	color: #9b8449;}
	
	
	
