html { margin:0px; padding:0px; }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#cebfa8 url(../../images/gep/bg.png) repeat-x;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
table {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img { border:0px; }
p {margin:0px;}
a {text-decoration:none; color:#000; }
form{
	margin:0px;
	padding:0px;
	border:0px;
}
.hr { clear:both; height:0px; margin:0px; padding:0px; display:block !important; display:inline;}
#container {
	width: 900px;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height:209px;
	width: 900px;
	margin: 0px auto;
	padding:0px;
	background:url(../../images/gep/header2.png) no-repeat;
}
#langue {
	position:absolute;
	float:left;
	padding:10px 0px 0px 18px;
}
#langue ul {  margin: 0px;
  border: 0px none;
  padding: 0px; }
#langue li {
  margin: 0px;
  border: 0px none;
  padding: 0px;
  /*float: left; /*For Gecko*/
  display: inline;
  list-style: none;
}
#langue a {
	color:#d6b981;
	font-size:12px;
	text-decoration:none;
	font-variant:small-caps;
}

#langue a:hover {
	color:#fbdfaa;
}

#langue a.current {
	color:#FFFFFF;
}

#footer {
	width: 900px;
	height:52px;
	margin: 0px auto;
	background:url(../../images/gep/footer2.png) no-repeat;
}

#footer-menu {
	width:100%;
	text-align:center;
	margin:0px auto 0px auto;
	padding-top:10px;
	 position: relative;
}

#footer-menu a {
	text-decoration:none;
	color:#FFF;
	font-size:13px;
	padding:0px 15px 0px 15px;
	
}
/* Root Menu Hover Persistence */
#footer-menu a.current { font-weight:bold; }

#footer-txt { width:100%;
	text-align:center;
	margin:0px auto 0px auto;
	padding-top:10px;
	 position: relative;
	 color:#FFF;
}

#contenu { background:url(../../images/gep/contenu-bg2.png) repeat-y; width: 900px;}

#contenu-txt { padding:35px 23px 0px 23px; text-align:justify; float:left; width: 854px;}
#contenu-txt h1 { font-size:16px; font-family:Verdana, Geneva, sans-serif;  color:#49010a;} 
#contenu-txt .img-bg { width:133px; height:110px; padding:12px 22px; border:0px; background:url(../../images/gep/img-bg.jpg) no-repeat; float:right; margin:0px 10px;} 

#contenu-home { padding:18px 6px 0px 6px; text-align:center; font-size:12px; margin-bottom:10px;}
#contenu-home .img-bg { width:133px; height:110px; padding:12px 22px; border:0px; background:url(../../images/gep/img-bg.jpg) no-repeat; float:left; text-align:center;} 

#contenu-home2 {  padding:18px 18px 35px 18px; text-align:center; font-size:12px; width:660px; margin:0 auto; }
#contenu-home2 .img-bg { width:133px; height:110px; padding:12px 22px; border:0px; background:url(../../images/gep/img-bg.jpg) no-repeat; float:left; text-align:center; margin:0px 20px 20px 0px;} 


label {
	display:block;
	margin:10px 0px 10px 0px;
}

.type1 {
	width:98%;
	display:block;
	margin:0px;
	border:#CCC 1px solid;
	background:#FFF;
}

.type2 {
	width:100px;
	display:block;
	margin:10px;
	border:#CCC 1px solid;
	background:#FFF;
}

#tableauResa {
	width:666px;
}
#tableauResa td {
	height:16px;
	font-size:11px;
	width:166px;
	white-space:nowrap;
}
.type3 {
	margin:0px;
	display:block;
	border:#CCC 1px solid;
	background:#CCCCCC;
	height:20px;
	width:170px;
	font-size:11px;
}
.type4 {
	margin:0px;
	display:block;
	border:#CCC 1px solid;
	background:#CCCCCC;
	width:170px;
	font-size:11px;
}
.type_date {
	margin:0px;
	border:#CCC 1px solid;
	background:#CCCCCC;
	height:20px;
	width:82px;
	font-size:11px;
}