/* -------------------------------------------------------------------------
	RESET
 --------------------------------------------------------------------------- */
html,body,a,p,div,h1,h2,h3,h4,h5,h6,li,ul,span,table,tr,td,hr,fieldset,form,input{
	margin: 0;
	padding: 0;
}


/* -------------------------------------------------------------------------
	GLOBAL
 --------------------------------------------------------------------------- */
html, body{
	height: 100%;
	width: 100%;
}

html{
	overflow-x : hidden;
	overflow-y : auto;
}

body{
	background-color: #f8f9f8;
	font: 11px Helvetica, Arial, sans-serif;
	color: #1a171b;
	overflow: auto;
	overflow-x : hidden;
}

object{ outline: none; }
li{ list-style-type: none; }
img{ border: 0; }

a{ outline: none; color: #1a171b; }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: underline; }

.input_1{
	border: 0;
	background-image: url(../images/input_pattern.gif);
	height: 16px;
	line-height: 16px;
	padding: 1px 2px;
	font: 11px Helvetica, Arial, sans-serif;
}

textarea{
	border: none;
	padding: 1px 2px;
	background-image: url(../images/input_pattern.gif);
	font: 11px Helvetica, Arial, sans-serif;
	height: 36px;
}

select{
	padding: 1px 2px;
	border: 1px solid #d1d2d1;
	font: 11px Helvetica, Arial, sans-serif;
	height:18px;
	width:180px;
}

.hidden{
  display : none;
}


/* -------------------------------------------------------------------------
	CONTAINER
 --------------------------------------------------------------------------- */
#container{
	width: 1600px;
	position: absolute;
	overflow: hidden;
}

#container.center {
	left: 50%;
	margin-left: -800px;
}

#container.right {
	right:0;
}


/* -------------------------------------------------------------------------
	CONTAINER > BACKGROUND
 --------------------------------------------------------------------------- */
#diapos{
	position: absolute;
	right: 0;
	top: 0;
	width: 1100px;
	height: 1000px;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 5;
}

#diapo_prev {
	position:absolute;
	top:453px;
	left:722px;
	z-index: 6;
}

#nav_cont {
	overflow:hidden;
	width:200px;
	height:1000px;
	position:absolute;
	left:1297px;
	z-index: 8;
}

#active_next {
	position:absolute;
	top:0;
	right:0;
	z-index: 1000;
	text-align:right;
	width:500px;
	height:1000px;
	display:none;
}

#diapo_next {
	position:absolute;
	top:0;
	right:0;
	z-index: 7;
	width:200px;
	height: 1000px;
	background:url(../images/diapo_next_bg.png) no-repeat top left;
	cursor: pointer;
}

#diapo_next img{
	position:absolute;
	top:465px;
	left:55px;
}

#diapo_next span.alt{
	display: none;
}

#diapo_next span.img{
	position:absolute;
	top:465px;
	left:55px;
	display: block;
	height: 32px;
	width: 32px;
	background-image: url(../images/diapo_next.png);
}

#diapo_next:hover span.img,
#diapo_next:active span.img{
	background-image: url(../images/diapo_next_over.png);
}

#bg_home{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 13;
}

#bg_left_home{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	width: 1600px;
	height: 1000px;
}

#bg_left_type1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	width: 1600px;
	height: 1000px;
}

#bg_left_type1.visible{
	left: -442px;
}

#bg_left_type2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 14;
	width: 1600px;
	height: 1000px;
}

#bg_left_type2.visible{
	left: -495px;
}

#bg_right{
	position: absolute;
	top: 0;
	/*right: 0;*/
	left:609px;
	z-index: 10;
	width: 1600px;
	height: 1000px;
	display:block;
}

.offre #bg_right {
	left:0;
}

#bg_right.visible {
	display:none;
}

#bg_right img{
	position: absolute;
	right: 0;
}


/* -------------------------------------------------------------------------
	CONTAINER > HEXAGONS
 --------------------------------------------------------------------------- */
#hexagons_cont{
	position: absolute;
	z-index: 30;
	/*right: 197px;*/
	left:1159px;
	top: 60px;
}

.offre #hexagons_cont{
	left:550px;
}

/* -------------------------------------------------------------------------
	CONTAINER > SWITCH_LNG
 --------------------------------------------------------------------------- */
#switch_lng{
	position: absolute;
	top: 0;
	right: 365px;
	z-index: 5000;
	font: italic 13px "Times New Roman", serif;
	cursor:pointer;
}

#switch_lng img{
	float: left;
}

#switch_lng .list{
	background-color: #242124;
	float: left;
	height: 23px;
	overflow:hidden;
}

#switch_lng .list_cont{
	width:auto;
}

#switch_lng a,
#switch_lng span{
	color: #898989;
	font-size: 15px;
	display: block;
	padding: 2px 5px 3px 5px;
	float:left;
}

#switch_lng a.select,
#switch_lng a:hover,
#switch_lng span{
	color: #ffffff;
}

#switch_lng span{
	padding-right: 9px;
	margin-right:3px;
	background: url(../images/switch_show.gif) no-repeat right 9px;
}

#switch_lng a:hover,
#switch_lng a:active{
	text-decoration: none;
}

/* -------------------------------------------------------------------------
	CONTAINER > PAGE
 --------------------------------------------------------------------------- */
#page{
	width: 970px;
	margin: 0 auto;
	height: auto !important;
	height: 800px;
	min-height: 800px;
	position: relative;
	top: 24px;
	z-index: 20;
	overflow: hidden !important;
	overflow: visible;
}

.home #page{
	height: 930px;
	min-height: 930px;
}

.offre #page{
	height: 900px;
	min-height: 900px;
}

.type #page.open{
	background: url(../images/bg_dashed_v.gif) repeat-y left top;
}

.type #page.close{
	background-image: none;
}


/* -------------------------------------------------------------------------
	PAGE > COL_LEFT
 --------------------------------------------------------------------------- */
#col_left{
	width: 200px;
	float: left;
	height: 100%;
	position: relative;
	z-index: 500;
}


/* -------------------------------------------------------------------------
	PAGE > COL_RIGHT
 --------------------------------------------------------------------------- */
#col_right{
	float: left;
	width: 590px;
	position: relative;
	padding-bottom: 96px;
	left: 40px;
}


/* -------------------------------------------------------------------------
	COL_LEFT > MENU
 --------------------------------------------------------------------------- */
#menu{
	width: 100%;
	padding: 24px 0 48px 0;
	position: relative;
}

#menu a{
	display: block;
	color: #898989;
	font: italic 11px Helvetica, Arial, sans-serif;
}

#menu a:link,
#menu a:visited{
	color: #898989;
}

#menu a:hover,
#menu a:active,
#menu a:link.select,
#menu a:visited.select{
	color: #1a171b;
	text-decoration: none;
}

#menu #level1{
	/*float: left;*/
	width: 100%;
	text-transform:uppercase;
}

#menu #level1 a{
	line-height: 30px;
	padding-left: 18px;
}

#menu .level2{
	float: left;
	width: 100%;
	margin-top:2px;
	margin-left:18px;
}

#menu .back {
	float:left;
	position: relative;
	overflow:hidden;
	display:block;
	width:18px;
	height:24px;
}

#menu .back img{
	position: absolute;
	left:3px;
}

#menu .titre_mask {
	position:relative;
	overflow:hidden;
	width:175px;
	height:24px;
	float: left;
}

#menu .titre_cont {
	width:420px;
	height:24px;
	position:absolute;
	left:-209px;
	z-index:2;
}

#menu .titre_cont img {
	display:block;
	float:left;
}

#menu .level2 a{
	line-height: 25px;
	padding-left: 12px;
	background-color:#f8f9f8;
}

#menu_mask {
	width:195px;
	overflow:hidden;
	position:relative;
	height:284px; /* 12x24 - 4(bg noir) */
}

#menu_move {
	position:absolute;
	width:500px;
	top:0;
	left:0;
}

#menu #level1 {
	float:left;
	width:195px;
}

#submenu_cont {
	float:left;
	width:195px;
}

#menu .submenu {
	position:relative;
	overflow:hidden;
	height: 100%;
}


/* -------------------------------------------------------------------------
	COL_LEFT > BOOKING
 --------------------------------------------------------------------------- */
#booking{
	clear: left;
	float: left;
	width: 100%;
}

#booking form{
	padding: 24px 20px;
}

#booking #AVP_list_days{
	width: 135px;
	margin-bottom: 15px;
}

#booking #AVP_list_nights{
	width: 120px;
}

#booking .valid{
	/*float: left;*/
	clear:both;
	margin-top: 24px;
	display:block;
	width:auto;
}

#booking_error {
	margin-top:12px;
	font-style:italic;
}


/* -------------------------------------------------------------------------
	OFFERS
 --------------------------------------------------------------------------- */
#offers{
	float: left;
}

.home #offers{
	margin-top: 432px;
	padding-left: 10px;
	position: relative;
	left: -40px;
}

.type #offers{
	padding: 0 0 48px 20px;
}

.home #offers .listing{
	margin-top: 24px;
}

#offers .offer{
	float: left;
	clear: left;
}

.home #offers .offer{
	padding-bottom: 24px;
}

.type #offers .offer{
	background: url(../images/offer_pattern.gif) repeat-x left top;
	padding: 12px 0 6px 0;
}

#offers .offer .cat{
	color: #1a171b;
	font: 11px Helvetica, Arial, sans-serif;
	line-height: 16px;
	background: url(../images/puce_01.gif) no-repeat left 5px;
	padding-left: 15px;
}

#offers .offer a{
	display: block;
	width: 180px;
	float: left;
	clear: left;
	padding: 6px 10px 6px 16px;
	cursor: pointer;
	font-style: italic;
}

#offers .offer a:link,
#offers .offer a:visited{
	background-color: none;
}

#offers .offer a:hover,
#offers .offer a:active{
	text-decoration: none;
	background-color: #ebeceb;
}

#offers .offer .title{
	width: 100%;
	float:  left;
	color: #1a171b;
	font: italic 15px Helvetica, Arial, sans-serif;
	line-height: 16px;
}

#offers .offer .from{
	font: italic 13px "Times New Roman", serif;
	color: #8d8c8e;
	padding-right: 30px;
	background: url(../images/under_long.gif) no-repeat right 11px;
	line-height: 24px;
	margin-top: 2px;
}

#offers .offer .price{
	font: italic 20px "Times New Roman", serif;
	padding-left: 6px;
	line-height: 24px;
}

/* -------------------------------------------------------------------------
	COL_RIGHT > PANORAMA
 --------------------------------------------------------------------------- */
#pano{
	position: absolute;
	top: 459px;
	z-index: 35;
	left: 1053px;
	width:90px;
}

#pano.show{
	/*left: 498px;*/
}

#pano.hide{
	/*left: 56px;*/
}
 
#pano a{
	display: block;
	height: 15px;
	width: 15px;
	cursor: pointer;
}

#pano.show a{
	background-image: url(../images/panorama_show.png);
}

#pano.hide a{
	background-image: url(../images/panorama_hide.png);
}

#pano.show a:hover{
	background-image: url(../images/panorama_show_over.png);
}

#pano.hide a:hover{
	background-image: url(../images/panorama_hide_over.png);
}

/* -------------------------------------------------------------------------
	COL_RIGHT > TOOLTIP
 --------------------------------------------------------------------------- */
#tooltip{
	position: absolute;
	top: -38px;
	right: 60px;
	z-index: 40;
	padding-bottom: 7px;
	background: url(../images/tooltip_arrow.gif) no-repeat 80% bottom;
	display:none;
}

#tooltip p{
	white-space:nowrap ;
	padding: 0 8px;
	background-color: #242124;
	font: italic 11px Helvetica, Arial, sans-serif;
	color: #f8f9f8;
	line-height: 24px;
	text-align: right;
	cursor: default ;
}

/* -------------------------------------------------------------------------
	COL_RIGHT > CONTENT TITLE
 --------------------------------------------------------------------------- */

#content_title {
	position:relative;
	left:0;
}

#content_title h1{
	position: absolute;
	top: 48px;
	/*margin-top:48px;*/
	font-style: normal;
	color: #898889;
	font-size: 40px;
	font-weight: normal;
	line-height: 28px;
}

#content_offre #content_title h1 {
	top: 72px;
}

#content_title h2{
	position: absolute;
	top: 77px;
	/*margin-top:2px;*/
	font-style: normal;
	font-size: 64px;
	font-weight: normal;
	line-height: 45px;
}

/* -------------------------------------------------------------------------
	COL_RIGHT > CONTENT
 --------------------------------------------------------------------------- */
#content_cont {
	width:600px;
	overflow:hidden;
	position:relative;
	clear:both;
}

#content {
	padding-top: 216px;
	color: #69696a;
	font-size: 11px;	
	line-height: 20px;
	clear:left;
	display:block;
	width:590px;
}

#content_offre #content {
	color: #828183;
}

#content_offre {
	width:590px;
	position:absolute;
	right:-590px;
	z-index:40;
}

.offre #content_offre {
	right: 175px;
}

#content.visible {
	display:none;
}

#content h3{
	width: 370px;
	color: #1a171b;
	padding: 12px 0 12px 52px;
	font: italic 24px "Times New Roman", Georgia, serif;
}

#content_offre #content h3 {
	color:#f8f9f8;
}

#content .group{
	padding-left: 76px;
	background: url(../images/puce_01.gif) no-repeat 52px 8px;
}

#content_offre #content .group{
	background-image: url(../images/puce_02.gif);
	padding-bottom: 24px;
}

#content .group.simple{
	background: none;
}

#content .group h3{
	padding: 0 0 12px 0;
}

#content p{
	width: 315px;
	padding-bottom: 10px;
	margin-bottom: 14px;
	background: url(../images/under_long.gif) no-repeat bottom left;
}

#content_offre #content p{
	background-image: url(../images/under_long_2.gif);
}

#content p.simple{
	background: none;
}

#content p.in{
	margin: 0;
	padding: 0;
}

#content ul{
	width: 315px;
	padding-bottom: 24px;
}

#content li{
	padding-left: 29px;
	background: url(../images/under_long.gif) no-repeat left 14px;
}

#content .focus{
	color: #282629;
	font-weight: bold;
}

#content .special1{
	color: #282629;
	padding-left: 32px;
	background: url(../images/under_long.gif) no-repeat 5px 11px;
}

#content .img1{
	border: 2px solid #dfe0df;
}

#content a{
	text-decoration: underline;
}

#content a.special2{
	padding: 2px 8px;
	text-decoration: none;
	background-color: #e2e2e2;
	color: #070607;
}

#content .citation{
	font-style: italic;
}


/* -------------------------------------------------------------------------
	CONTENT > Business
 --------------------------------------------------------------------------- */

#tab_business {
	text-align: center;
	margin-bottom: 24px;
	background-color: #f1f2f1;
	padding: 12px;
}

#tab_business td {
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #dfe0df;
}

#tab_business td.left {
	text-align: left;
}

/* -------------------------------------------------------------------------
	CONTENT > Partenaires
 --------------------------------------------------------------------------- */
#content .partner{
	padding-left: 60px;
	background: url(../images/under_long.gif) no-repeat 60px bottom;
	overflow: hidden;
	margin-bottom: 24px;
}

#content .partner .logo{
	float: left;
	/*background: url(../images/under_long.gif) no-repeat bottom left;*/
	padding-right: 30px;
}

#content .partner p{
	float: left;
}

/* -------------------------------------------------------------------------
	CONTENT > Contacts
 --------------------------------------------------------------------------- */
#content #twitter{
	padding-left: 35px;
	background: url(../images/twitter.gif) no-repeat left 8px;	
}

/* -------------------------------------------------------------------------
	COL_RIGHT > form
 --------------------------------------------------------------------------- */
.DatePicker{
	cursor: pointer;
	background: url(../images/datepicker_bg.gif) no-repeat right center;
}

/*input:focus.DatePicker,*/
.DatePicker.closed{
	background-image: url(../images/datepicker_bg_focus.gif);
}

#content .form_error{
	background-color: #f1f2f1;
	width: 295px; /* 315 - (padding L + R) */
	padding: 10px;
	margin-bottom: 24px;
	color: #242124;
}

#content .input_1,
#content textarea {
	width: 180px;
}

#content form {
}

#content form a{
	text-decoration: none;
}

#content form .uri_check {
	display:block;
	float:left;
}

#content form td.left {
	width:120px;
}

#content form .checkbox {
	display:block;
	float:left;
	width:240px;
}

#form_resa td{
	padding: 5px 0;
	line-height: 20px;
}

#form_resa .multiline{
	line-height: 10px;
}

#form_resa .checkbox input,
#form_resa .radio input{
	top: 5px;
	margin-right: 5px;
}

#form_resa .radio{
	margin-right: 20px;
}

#form_resa .valid{
	background: none;
	height: 19px;
}

/* -------------------------------------------------------------------------
	CONTAINER > FOOTER
 --------------------------------------------------------------------------- */
#footer_container{
	clear: left;
	width: 100%;
	min-height: 48px;
	height: auto !important;
	height: 48px;
	background-color: #f8f9f8;
	position: relative;
	z-index: 2000;
}

#footer{
	width: 970px;
	background-color: #f8f9f8;
	margin: 0 auto;
	border-top: 1px solid #ebeceb;
	text-align: center;
	color: #959595;
	padding: 10px 0;
	line-height: 24px;
	
}

#footer a{
	color: #959595;
	font: normal 11px Helvetica, Arial, sans-serif;
	/*text-transform:lowercase;*/
	padding: 2px 0;
}

#footer a:hover,
#footer a:active,
#footer a.select{
	color: #282629;
	text-decoration: none;
}

#footer a.fb{
	background:url("../images/icone_fb.gif") no-repeat 0 0;
	padding-left: 20px;
}

#footer a.fb:hover{
	background-position:0 -20px;
}

#footer .separ{
	position: relative;
	top: -2px;
	padding: 0 10px;
}

#ewa{
	position: absolute;
	right: 10px;
	top: 12px;
	display: block;
	width: 138px;
	height: 24px;
	overflow:hidden;
	font-size: 10px;
	color: #aeafae;
}

#ewa:hover,
#ewa:active{
	text-decoration: none;
}

#ewa span{
	position: absolute;
	top: 0;
	right: 38px;
	line-height: 24px;
}

#ewa img,
#ewa:link img,
#ewa:visited img{
	position: absolute;
	top: 0;
	left: 104px;
}

#ewa:hover img,
#ewa:active img{
	/*left: 0;*/
	text-decoration:none;
}


.popup {
	position:absolute;
	top:0;
	left:510px;
	width:476px; /* 835 */
	padding:24px 48px 30px 66px;
	background:url(/images/bg_popup.png) repeat top left;
	z-index:10000;
}

.popup p {
	margin-bottom:6px;
	text-align:justify;
}

.popup a {
	text-decoration:underline;
	cursor:pointer;
}

.popup a:hover {
	color:#898989;
}

#bg_home .popup img {
	display:block;
	margin:0 0 12px 0;
}




/* diaporama par chambre */
#bloc_images{
	display:none;
}



/* popup 2 */

#overlay{
    background: url("/images/bg_popup_02.png") repeat transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11000;
}

#popup_03,
#popup_02{
    background-color: #fff;
    position: absolute;
    top:50%;
    left : 50%;
    width: 560px;
    margin: -140px 0 0 -320px;
    padding: 40px;
}

#popup_02 h4.titlefr{
    background: url("/images/title_fermeture.jpg") no-repeat 0 0 transparent;
    display: block;
    width: 232px;
    height: 19px;
    margin-bottom: 22px;
    text-indent: -5000px;
}

#popup_02 h4.titleuk{
    background: url("/images/title_fermeture_EN.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    text-indent: -5000px;
    width: 210px;
}

#popup_03 p,
#popup_02 p{
    padding-top:15px;
    font-size: 13px;
    line-height: 17px;
    color: #69696a;
}

#popup_03 .close,
#popup_02 .close{
    background: url("/images/btn_close_popup.png") no-repeat 0 0 transparent;
    position: absolute;
    top: -7px;
    right: -7px;
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -5000px;
    cursor:pointer;
}

div.lang{
    margin-top : 20px;
}

#popup_03 h4.titlefr{
    background: url("/images/title_offre_FR.jpg") no-repeat 0 0 transparent;
    display: block;
    width: 379px;
    height: 24px;
    margin-bottom: 22px;
    text-indent: -5000px;
}

#popup_03 h4.titleuk{
    background: url("/images/title_offre_EN.jpg") no-repeat scroll 0 0 transparent;
    display: block;
	width: 290px;
    height: 24px;
	margin-bottom: 22px;
    text-indent: -5000px;
    
}

