body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #efe6d8;
	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: #787776;
}
table {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img {
	border:0px;
}
form{
	margin:0px;
	padding:0px;
	border:0px;
}
#container {
	width: 996px;
	background:url(../../images/auwell/bg.jpg) 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 {
	height:357px;
	width: 996px;
	margin: 0 auto;
	background:url(../../images/auwell/header.jpg) no-repeat;
}
#langue {margin:0px; padding:0px 0px 0px 0px; width:145px; text-align:center; height:16px;} 
.drapeau { padding-right:5px;}
#footer {
	width: 996px;
	height:90px;
	text-align:center;
	padding-top:56px;
	margin: 0 auto;
	background:url(../../images/auwell/footer.jpg) no-repeat;
	font-size:12px;
}
#footer a {
	text-decoration:none;
	color:#c1b49a;
}
/* Root Menu Hover Persistence */
#footer a:hover {
  color: #FFF;
}

#contenu {
	padding:24px 45px 0px 62px;
	text-align:justify;
}

#contenu-text {
	float:left;
	width:713px;
}
table.display {
}
table.display td {
	vertical-align:top;
	width:50%;
	padding-top:0px;
	padding-bottom:0px;
}
#hr {clear:both; margin:0px; padding:0px; height:0px;}


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: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;
}