body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #594f47;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #FFF;
}
img {
	border:0px;
}
form{
margin:0px;
padding:0px;
border:0px;
}
#container {
	width: 991px;
	background: #FFFFFF;
	background-image:url(../../images/helios/bg.jpg);
	background-repeat:repeat-y;
	margin: 0 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 {
	background-image:url(../../images/helios/header2.png);
	height:117px;
}

#headerHome {
	background-image:url(../../images/helios/headerHome.jpg);
	padding:12px 0px 0px 16px;
	height:129px;
}

#langue {
	float:right;
	padding:28px 46px 0px 0px;
}
#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 {
	background-image:url(../../images/helios/footer2.jpg);
	background-repeat:no-repeat;
	height:10px;
	text-align:center;
	padding-top:41px;
	color:#d6b981;
	font-size:10px;
}
#footer a {
	color:#d6b981;
	text-decoration:none;
}
/* Root Menu Hover Persistence */
#footer a:hover {
  color: #fbdfaa;
}

/* Root Menu current */
#footer a.current {
	color: #FFF;
}
#ban {
	/*background-image:url(../../images/helios/img.jpg);*/
	margin:0px 14px 0px 16px;
	height:323px;
}
#mainContent {
	background-color:#231f20;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	min-height:92px;
  	height:auto !important;
  	height:92px;
	margin:0px 14px 0px 16px;
	padding:0px 147px 2px 147px;
	text-align:justify;
}
#mainContent a{
	color:#FFFFFF;
}
p, h1{
	margin:0px;
	padding:0px 0px 0px 0px;
}
h1 {
	font-size:11px;
	font:Verdana, Arial, Helvetica, sans-serif;
}
label {
	display:block;
	margin:10px 0px 10px 0px;
}

.type1 {
	width:100%;
	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:100%;
}
#tableauResa td {
	height:16px;
	font-size:11px;
	width:166px;
	white-space:nowrap;
	text-align:right;
	padding:0px 5px;
}
.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;
}

.type5 {
	margin:0px;
	display:block;
	border:#CCC 1px solid;
	background:#CCCCCC;
	font-size:11px;
	width:530px;
}
#menuHome a {
	color:#d6b981;
	text-decoration:none;
}
/* Root Menu Hover Persistence */
#menuHome a:hover {
  color: #fbdfaa;
}