/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-color: #ffffcc;
}
#conteneur {
margin-left: auto;
margin-right: auto;
width: 851px;
background-color:#ffffcc;
}
#header {
height: auto;
background-color: #ffffcc;
background-image: url(hotel-de-france.gif);
background-position:left;
background-repeat: no-repeat;

float: left;
width: 100%;
}
.headearimg {
float: right;
width: 34.3%;
}
#centre {
width: auto;
float: left;
background-color:#ffffcc;

}
.centreg {
	width: 559px;
	float: left;
	height: 390px;

}
.centred {
width: 290px;
float: left;
margin: 0;
padding: 0;
height: 388px;
background-color: #006633;

}
.centredtxt {
background-color:#006633;
position: relative;	
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffcc;
	text-align: justify;
	padding-left: 15px;
	padding-right: 10px;
	height: 325px;
overflow: auto;
scrollbar-arrow-color:#ffffcc;
scrollbar-face-color:#006633;
scrollbar-3dlight-color:#ffffcc;
scrollbar-shadow-color:#ffffcc;
}
.retrait {
	text-indent: 13px;
	line-height: 118%;
}

#pied {
	margin-top: 2px;
	float: left;
	/*background-color: #a0261c;*/
	width: 851px;
	
}
.piedtxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	font-size: 15px;
	text-align: center;
	float: left;
	width: 100%;
	background-color: #ffffcc;
	font-weight: bold;
	padding-top: 2px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	padding-bottom: 2px;		
}

#navigation {
  clear: both;
  margin: 0px 0;
  padding: 0 0 1px 0;
  height: 25px;
  background: url(bg_nav.gif) repeat-x;
  border-bottom: 1px solid #006633;
  color: #fdf5c7;
  font-size: 9px;
  padding-right: 20px;
  
  /*width: ''x''px;   --> pour ne pas faire apparaître le bouton après le dernier item*/
  }


#navigation ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
 background: url(bg_nav_ul.gif) repeat-x;
  }

#navigation li {
  display: inline;
  }

#navigation li a {
  margin: 0 1px 0 0;
  padding: 5px 7px 0 8px;
  height: 19px;
  float: left;
  font-size: 14px;
  color: #fdf5c7;
  text-decoration: none;
  background: url(bg_nav.gif) repeat-x;
  width: auto;
  text-align: center;
  }

#navigation li a:hover {
  padding-top: 3px;
  border-bottom: 2px solid #006633;
  }

#navigation li a#current {
  padding-top: 3px;
  border-bottom: 2px solid #ffffcc;
  }
hr {color: #006633; height:1px; background-color: #ffffcc; }
a {
text-decoration: none;
color: #ffffcc;
}
.photo {
float: left;
margin-right: 5px;
}
	