/*------------------------------------Général--------------------------------*/
html, body
{
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body
{
  position: relative;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  background-image: url(/images/fond_modele.gif);
  background-repeat: no-repeat;
  /*background-color: #262626;*/
}

a:link, a:link img, a:visited, a:visited img
{
  color: #804000;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  border: 0px;
}

a:hover, a:hover img, a:active, a:active img
{
  color: #400000;
  background-color: #ebebeb;
}

select
{
  font-size: 10px;
  font-family: Verdana, Genava, sans-serif; 
}

select.countries
{
  width: 137px;
}

select.services
{
  width: 100px;
}

img.title_image
{
	margin: 0 0 5px 0;
}

hr {
	height: 1px;
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	} 

#translator_block
{
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  color: #5f5f5f;
  border: 0px;
}

.translator_lnk
{
  padding: 0px 5px;
}

.translator_img
{
  border: 0px;
  width: 16px;
  height: 11px;
}

.google_img
{
  width: 51px;
  height: 15px;
  border: 0px;
  vertical-align: text-bottom;
}

#why_block
{
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	border: 0px;
	text-decoration: underline;
}

/*----------------------------------Les en-têtes-------------------------------*/
#headers
{
  position: relative;
  z-index: 1;/*Hack IE7 pour que les dropdown menu s'affiche par dessus la zone de preview!!!*/
             /*RMQ: Dans le même temps, la zone (previews) sur laquelle le sous-menu se superpose est initialisée avec z-index: 0 !!*/
  z-index: 1;
  width: 100%;
  height: 135px;
  margin: 0px;
  border: 0px;
}

#header_logo
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 140px;
  border-top: 0px;
  border-right: 1px solid #d0cab6;
  border-bottom: 0px;
  border-left: 0px; 
}

#header_logo_image
{
  width: 100px;
  height: 100px;
  padding: 20px 25px;
  border: 0px;
}

#header_company
{
  position: absolute;
  top: 0px;
  left: 151px;
  width: 610px;
  height: 87px;
  padding: 5px 0 2px 10px;
}

.company_presentation
{
  font-size: 13px;
  color: #4f4f00;
}

.company_data
{
  font-size: 10px;
  color: #5f5f5f;
}

.company_data_italic
{
  font-size: 10px;
  color: #9F9F9F;
  font-style: italic;
}

#header_menus
{
  position: absolute;
  bottom: 0px;
  left: 151px;
  width: 610px;
  height: 33px;
  padding: 5px 0px 0px 10px;
}

#header_left_menu
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 30px;
}

#header_right_menu
{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 30px;
}

#header_left_menu ul, #header_right_menu ul
{
  list-style-type: none;
  position: absolute;
  top: 10px;
  height: 20px;
  padding: 0;
  margin: 0;
  line-height: 18px;
  background-color: transparent;
  /*border: 1px solid #ff0000;*/
}


#header_left_menu ul.left_menu, #header_right_menu ul.right_menu
{
  left: 0px;
  text-align: left;
  z-index: 99;
}

#header_left_menu ul.left_menu li
{
  float: left;
  position: relative;
  padding: 0px 5px 5px 10px;
}

#header_right_menu ul.right_menu li
{
  float: left;
  position: relative;
  /*display: inline;*/
  /*padding: 0px 5px 0px 5px;*/
  padding: 0px 5px 10px 10px;
  /*padding-bottom: 30px;rmq: IE semble mal gérer padding-bottom*/
                       /*c'est la raison pour laquelle j'ai dû mettre*/
                       /*30px au lieu de 10px car sinon les LIs sont*/
                       /*tronqués vers le bas et le sous-menu qui apparaît*/
                       /*sur le Mouse over ne recouvre pas le LI contenant*/
                       /*ce  qui fait disparaître le sous-menu*/
  /*De plus pour IE6, on doit mettre dans chaque <li> contenant un sous-menu ceci:*/  
  /*<li onmouseover="this.className += ' over'" onmouseout="this.className = this.className.replace(' over', '')>*/
  /*ainsi que la définition de li.over (voir plus bas)*/
}

/************************Sous-menu déroulant*******************************/
#header_right_menu ul.right_menu li ul
{
  display: none;
  position: absolute;
  left: 12px;
  top: 18px;
  /*min-height: 60px;Hack pour IE 7 (sinon le ss-menu disparait en fin de survol 
                     des sous-menus (par exemple sur le 2ème élément)*/
  width: 110px;
}

#header_right_menu ul.right_menu li ul li
{
  display: list-item;
  margin: 0px 3px;
  padding: 2px 4px;
  height: 14px;
  background-color: #ffffff;/*#ecebbd;*/
}

#header_right_menu ul.right_menu li ul li a 
{
  display: block;
  text-decoration: none;
  width: 110px;
  height: 14px;
  white-space: nowrap;
  line-height: 10px;
  font-weight: bold;
  font-size: 10px;
}

#header_right_menu ul.right_menu li:hover ul, #header_right_menu ul.right_menu li.over ul
{
  display: block;
}

/************************Sous-menu déroulant (Fin)***************************/

/*-----------------------Le bandeau de prévisualisation------------------------*/
#previews_area
{
  position: relative;
  z-index: 0;/*Hack IE7 pour que les dropdown menu s'affiche par dessus la zone de preview!!!*/
             /*RMQ: Dans le même temps, la zone (headers) contenant le sous-menu est initialisée avec z-index: 1 !!*/
  width: 100%;
  height: 125px;
  margin: 0px;
  border-top: 4px solid #b5ac8d;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px; 
  background-color: #e6e1bf;
}

#preview_info
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 125px;
  border-right: 1px solid #d0cab6;
  text-align: center;
  font-size: 10px;
  color: #5F5F5F;
}

#previews_images
{
  position: absolute;
  left: 151px;
  top: 0px;
  width: 624px;
  height: 125px;
}

.preview_scroll
{
  float: left;
  width: 10px;
  height: 122px;
  margin: 0px 2px;
  text-align: center;
  overflow: hidden;
  background-color: transparent;
}

.preview_scroll a:link, .preview_scroll a:link img,
.preview_scroll a:visited, .preview_scroll a:visited img,
.preview_scroll a:hover, .preview_scroll a:hover img, 
.preview_scroll a:active, .preview_scroll a:active img  
{
  text-decoration: none;
  color: transparent;
  background-color: transparent;
  border: 0px;
}

.preview_block
{
  float: left;
  width: 136px;
  height: 122px;
  margin: 0px 6px;
  text-align: center;
  overflow: hidden;
  background-color: transparent;
}

img.site_preview
{
  height: 120px;
  border: 1px solid #4f4f00;
}

.sua_alert
{
	
  font-size: 10px;
  color: #5f5f5f;
}

.sua_description
{
  font-size: 10px;
  color: #4f4f00;
}

/*-------------------------La partie principale contenu------------------------*/
#contents
{
  position: relative;
  width: 100%;
  margin: 0px;
  border: 0px;
}

#content_browser
{
  position: absolute;
  overflow: visible;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  width: 150px;
  max-width: 150px;
  min-height: 300px;
  text-align: center;
  border-right: 1px solid #d0cab6;
}

#content_data
{
  position: absolute;
  left: 150px;
  top: 0px;
  width: 620px;
  text-align: center;
  border-left: 1px solid #d0cab6;
}

#promos_sejours_previews
{
  position: absolute;
  top: -93px;
  right: 0px;
  width: 140px;
}

div.promo_sejour_preview
{
  overflow: hidden;
  right: 0px;
  width: 134px;
  padding: 3px 0px 5px 0px;
  text-align: center;
  border-bottom: 2px solid #d8d3c2; 
}

img.promo_sejour_image
{
  /*width: 111px;*/
  height: 100px;
  border: 1px ridge #4f4f00;
}

.promo_sejour_description
{
  margin: 3px 0px;
  font-size: 10px;
}

.promo_sejour_price
{
  color: #ff0000;
}

#news_letter
{
  margin: 7px 35px;
  padding: 2px;
  width: 70px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #6c6c00;
}

#content_presentation
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 610px;
  height: 250px;
}

.content_column
{
  float: left;
  width: 138px;
  margin: 0 0 0 4px;
  padding: 0 2px;
  height: 250px;
  border-left: 1px solid #d0cab6;
  text-align: justify;
}

#content_advertising
{
  position: absolute;
  top: 280px; 
  left: 5px;
  width: 600px;
  text-align: center;
}

.present
{
  display: block;
}

.absent
{
  display: none;
}

