body{
  background-color: #efe9df;
}

#global{
  width: 696px;
  margin: auto;
}

a img{
	border: 0px !important;
}

ul{
	margin-left: 10px;
	padding: 0px;
}

li{
	margin: 0px;
	padding: 0px;
}

#header{
  height: 183px;
  background-image: url('../images/background_header.jpg');
}

#logis{
  position: relative;
  top: 48px;
  margin-left: 15px;
}

#logis img{
  border: 0px;
}

#menu{
  background-image: url('../images/background_menu.gif');
}

#menu ul{
	margin: auto;
  padding: 0px;
  height: 41px;
	width: 500px;
}

#menu li{
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  list-style-type: none;
	display: block;
	float: left;
  background-repeat: no-repeat;
	background-position: center;
  height: 41px;
}

#menu li a{
	display: block;
  height: 41px;
  text-decoration: none;
}

#bouton_accueil{
  background-image: url('../images/bouton_accueil.png');
	width: 51px;
}

#bouton_accueil:hover{
  background-image: url('../images/bouton_accueil_clique.png');
}

#bouton_hotel{
  background-image: url('../images/bouton_hotel.png');
	width: 48px;
}

#bouton_hotel:hover{
  background-image: url('../images/bouton_hotel_clique.png');
}

#bouton_restaurant{
  background-image: url('../images/bouton_restaurant.png');
	width: 86px;
}

#bouton_restaurant:hover{
  background-image: url('../images/bouton_restaurant_clique.png');
}

#bouton_evenementiel{
  background-image: url('../images/bouton_evenementiel.png');
	width: 95px;
}

#bouton_evenementiel:hover{
  background-image: url('../images/bouton_evenementiel_clique.png');
}

#bouton_contact{
  background-image: url('../images/bouton_contact.png');
	width: 55px;
}

#bouton_contact:hover{
  background-image: url('../images/bouton_contact_clique.png');
}

#main{
  background-color: #FFFFFF;
  margin: 1px;
  margin-top: 15px;
}

#arrondis_haut{
  background-image: url('../images/arrondis_haut.gif');
  height: 14px;
  font-size: 1px;
}

#arrondis_bas{
  background-image: url('../images/arrondis_bas.gif');
  height: 13px;
  font-size: 1px;
  clear: both;
}

#centre{
  padding-left: 30px;
  padding-right: 30px;
  color: #726856;
  font-size: 14px;
}

#centre a{
  color: #68492a;
  font-weight: bold;
  text-decoration: underline;
}

#centre a:hover{
  color: #999999;
}

#centre a img{
  border: 2px solid #68492a;
}

#footer{
  margin: 10px;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 12px;
  color: #5a7878;
}

#footer img{
  margin-right: 10px;
}

strong{
  color: #68492a;
  font-weight: bold;
}

h1{
  color: #5a7878;
  font-style: italic;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

.center{
  text-align: center;
}

.left{
  float: left;
}

.right{
  float: right;
}

#specialites{
  margin-left: 250px;
}

table{
  width: 100%;
}

.contact_libelle{
  width: 80px
}

.contact_input{
  width: 150px;
}

.contact_textarea{
  vertical-align: top;
}

td textarea{
  width: 350px;
  height: 100%;
}

.contact_info_mail{
  color: #FF0000;
  text-align: center;
}

#editeur_contenu{
	min-height: 300px;
}

#content___Frame{
	height: 400px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
