body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #d1d1d1;
	background-color:#d1d1d1;	
margin: 0;
padding: 0;
}

/* --conteneur --------------*/

#conteneur {
position: relative;
width: 850px;
height:548px;
margin: 0px auto; 
background-color:#FFF;
	padding-bottom: 15px;
}
#conteneur-home {
position: relative;
width: 850px;
margin: 20px auto; 
background-color:#FFF;
	padding-bottom: 15px;
}

/* --header --------------*/

#header {
height: 20px;
background-color: #fff;
background-image:url(images/top.gif);
background-repeat:repeat-x;
}

/* --menu FR --------------*/

#menu_nav {
	padding: 0 0px 10px;
	width:850x;
	/*clear:both;*/
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

#menu_nav a {
	color:#ffffff;
	background-color:#000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	border:1px solid #d5d5d5;
	margin-right: 15px;
	margin-left: 15px;
	padding: 5px 7px;
}

#menu_nav a:hover {
	color: #000;
	background-color:#d5d5d5;
	text-decoration:none;
	margin-right: 15px;
	padding: 5px 7px;
	margin-left: 15px;
}

	/*menu anglais;*/
	
	#menu_nav-en {
	padding: 0 0px 10px;
	width:850x;
	/*clear:both;*/
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

#menu_nav-en a {
	color:#ffffff;
	background-color:#000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	border:1px solid #d5d5d5;
	margin-right: 15px;
	margin-left: 15px;
	padding: 5px 10px;
}

#menu_nav-en a:hover {
	color: #000;
	background-color:#d5d5d5;
	text-decoration:none;
	margin-right: 15px;
	padding: 5px 10px;
	margin-left: 15px;
}
/* ---left-------------------- */

#gauche {
position: absolute;
left:0;
width: 150px;
}
#logo-div{
	position: absolute;
	background-image:url(images/logo.jpg);
	background-position:top;
	width:150px;
	height:57px;
	margin-top: 180px;
	top: -45px;
}

/* ---right-------------------- */

#droite {
position: absolute;
right:0;
width: 150px;
}

#right_title_chambres {
	position: absolute;
	background-image:url(images/chambres_title.jpg);
	width:150px;
	height:57px;
	margin-top: 180px;
	top: -45px;
}
#right_title_services {
	position: absolute;
	background-image:url(images/services_title.jpg);
	width:150px;
	height:57px;
	margin-top: 180px;
	top: -45px;
}
#right_title_hotel {
	position: absolute;
	background-image:url(images/hotel_title.jpg);
	width:150px;
	height:57px;
	margin-top: 180px;
	top: -45px;
}#right_title_bar {
	position: absolute;
	background-image:url(images/bar_title.jpg);
	width:150px;
	height:57px;
	margin-top: 180px;
	top: -45px;
}
#right_title_quartier {
	position: absolute;
	background-image:url(images/quartier_title.jpg);
	width:150px;
	height:57px;
	margin-top: 180px;
	top: -45px;
}
/* ---en-------------------- */
#right_title_chambres-en {
	position: absolute;
	background-image:url(images/chambres_title-en.jpg);
	width:150px;
	height:57px;
	margin-top: 180px;
	top: -45px;
}
#right_title_services-en {
	position: absolute;
	background-image:url(images/services_title-en.jpg);
	width:150px;
	height:57px;
	margin-top: 180px;
	top: -45px;
}
#right_title_hotel-en {
	position: absolute;
	background-image:url(images/hotel_title-en.jpg);
	width:150px;
	height:57px;
	margin-top: 180px;
	top: -45px;
}
#right_title_bar-en {
	position: absolute;
	background-image:url(images/bar_title-en.jpg);
	width:150px;
	height:57px;
	margin-top: 180px;
	top: -45px;
}
#right_title_quartier-en {
	position: absolute;
	background-image:url(images/quartier_title-en.jpg);
	width:150px;
	height:57px;
	margin-top: 180px;
	top: -45px;
}

/* ---centre-------------------- */

#centercontent{
	height:495px;
	margin-left: 150px;
	margin-right: 150px;
}
#photos{
	position:relative;
	float:left;
	margin-top: 10px;
	
}

#thumbs{
	position:relative;
	float:left;
	margin-bottom:0px;
	margin-top: 0px;
	margin-left: 0px;
}
#center{
	position:relative;
	float:left;
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	background-color:#fff;
	text-align:center;
	border:dashed 1px #ccc;
	margin: 8px 0 0 3px;
	padding: 3px 16px;
	font-size:14px;
	color:#666666;
	width:510px;
}
.design{
	text-align:center;
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-size: 25px;
	color: black;
	margin: 0 20px 2px; 
	padding: 0px 0 0;  

}




/* ---footer-------------------- */

#footer{

height: 55px;
text-align: center;
font-size:11px;
color:#737373;
margin-top: 00px;
}

#footer a, a:visited{
text-decoration: none;
color: #444444;
}


#footer a:hover{
color: #898989;
}

#footer2 a, a:visited {

	text-decoration: none;
	color: #333333;
	background-color: inherit;
    font-weight:#333333;
}


#footer2 a:link{
	color: #fff;
	background-color: #222;
}



#footer2 a:hover {
	color: #000;
	background-color: #d5d5d5;
}

.cp-gray{
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-size: 25px;
	color: gray;
}