@charset "utf-8";
/* CSS Document */
/* global */
#conteneur {
	height:638px;
	background-color: #000000;
	margin: 0 auto;
	background: url(/imagerie/commun/fond.gif) no-repeat 15px 17px #591338;
	padding-left: 140px;
	width: 880px;
}
.extended #conteneur {
	background: url(/imagerie/commun/extended_bg.jpg) no-repeat 15px 19px #591338;
	height: auto;
	overflow: hidden;
	padding:0 0 20px 140px;
	margin: 0 auto 10px;
}
/******************************/
/*   MENU LANGUE			  */ 
/******************************/
#nav_lang {
	text-align: right;
	line-height:20px;
}
/******************************/
/*   MENU HOME/SECONDAIRE	  */ 
/******************************/
#nav_menu {
	border-bottom: 1px #591338 solid;
	margin-top: 20px;
	padding-bottom:5px;
	float:left;
	width:865px;
}
#nav_secondaire {
	text-align:right;
	margin-right: -10px;
	float:right;
}
/******************************/
/*  BLOC AU MILIEU			  */ 
/******************************/
#conteneur_bloc_center {
	width:865px;
	height:525px;
	padding-top: 40px;
	clear:left;
}
.extended #conteneur_bloc_center {
	padding-top: 40px;
	height: auto;
}
#bloc_center {
	float:left;
	width: 610px;
	height:445px;
	position:relative;
	z-index: auto;
}
#bloc_super_center {
	float:left;
	background-color:#2C2C2C;
	width: 550px;
	height:408px;
	padding:30px 25px 15px 25px;
	overflow:auto;
}
/******************************/
/*  BLOC DE DROITE			  */ 
/******************************/
#bloc_droit {
	float:right;
	padding-top:0px;
	margin-top:0px;
	width: 243px;
}
#bloc_bienvenue {
	background-color:#2C2C2C;
	height: 296px;
}
#bloc_bienvenue blockquote {
  background: transparent url(/imagerie/commun/quote_open.gif) left top no-repeat;
  margin:0px 10px 0px 15px;  
  padding-top:1px;
}
/******************************/
/*   FOOTER					  */ 
/******************************/
#footer {
	width: 880px;
	line-height:20px;
	float:left;
	vertical-align:baseline;	
}
#nav_footer {
	margin-left:-70px;
}
.extended #nav_footer {
	margin-left:0;
}
.extended #footer {
	float:none;
	margin:0 auto;
}

/******************************/
/*   PAGE HOME				  */ 
/******************************/
#bloc_hotel {

}

#bloc_carte {
	width:233px;
	height:88px;
	margin-top: 5px;
}
#bloc_centre_separ {
	width:550px;
	height:1px;
	line-height:1px;
	background-color:#8F7039;
	overflow: hidden;
	clear:both;
}
/******************************/
/*   PAGE PARTNERS			  */ 
/******************************/
.bloc_partners {
	width:540px;
	float:left;
	margin:10px 0px;
}
/******************************/
/*   PAGE CARTE DU MONDE	  */ 
/******************************/
#bloc_worldmap {
	padding:0px 0px 0px 0px;
	overflow:none;	
	float:left;
}
#bloc_carte_du_monde {
	background:url(/imagerie/worldmap/worldmap.jpg) no-repeat;	
	width:532px;
	height:228px;
	padding:0px;
	margin:0px;
}
#bloc_liste_continent {
	padding:20px 20px 10px 20px;
	width:220px;
	float:left;
}
/******************************/
/*   PAGE GENERIQUE			  */ 
/******************************/
#bloc_generique {
	padding:22px 0px 15px 25px;
	width: 580px;
	float:left;
	background-color:#2C2C2C;
	height:408px;
}
.extended #bloc_generique {
	padding:15px 35px 15px 40px;
	height:auto;
	width:530px;
}
.extended #bloc_generique_text {
	overflow: hidden;
}
#bloc_scroll {
	overflow:auto;
	height:388px;
}