/* *************************************************************************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


/* *************************************************************************************** */
/* GENERAL */
/* *************************************************************************************** */

html, body {
	background-color: #2F1B10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F1B10;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #E0CCBA;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}


/* *************************************************************************************** */
/* HOME */
/* *************************************************************************************** */

#conteneur-home {
	width: 750px;
	height: 500px;
	margin-top: -300px;
	margin-left: -375px;
	left: 50%;
	top: 50%;
	position: absolute;
	background: url(../interface/home.jpg) no-repeat;
}

#copyright-home {
	width: 750px;
	height: auto;
	top: 480px;
	left: 0px;
	position: absolute;
	text-align: center;
	color: #B28053;
}
#copyright-home a {
	text-decoration: underline;
	color: #B28053;
}
#copyright-home a:hover {
	text-decoration: none;
	color: #FFF;
}

#btn-entrez {
	width: 115px;
	height: 39px;
	left: 377px;
	top: 359px;
	position: absolute;
}
#btn-reservation {
	width: 115px;
	height: 39px;
	left: 377px;
	top: 402px;
	position: absolute;
}


/* *************************************************************************************** */
/* PAGE */
/* *************************************************************************************** */

#conteneur {
	width: 750px;
	height: auto;
	margin-left: -375px;
	left: 50%;
	position: relative;
	background: url(../interface/bg_page.gif) repeat-y;
}


/* *************************************************************************************** */
/* HEADER */
/* *************************************************************************************** */

#header {
	width: 750px;
	height: 255px;
	background: url(../interface/header.jpg) no-repeat;
}

#header #accueil {
	left: 440px;
	top: 145px;
	position: absolute;
	color: #B28053;
	background: url(../interface/picto_fleche.gif) no-repeat center left;
	padding: 0 0 0 10px;
}
#header #accueil a {
	text-decoration: none;
	color: #B28053;
}
#header #accueil a:hover {
	text-decoration: underline;
	color: #FFF;
}


/* *************************************************************************************** */
/* MENU */
/* *************************************************************************************** */

#menu {
	left: 162px;
	top: 191px;
	position: absolute;
}

#menu li {
	display: inline;
}


/* *************************************************************************************** */
/* CONTEXTUEL */
/* *************************************************************************************** */

#contextuel {
	width: 200px;
	position: relative;
	float: left;
}
#contextuel p{
	margin: 15px;
}
#contextuel h3 {
	font-family: 'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px 5px 15px;
}


/* *************************************************************************************** */
/* CONTENU */
/* *************************************************************************************** */

#content {
	width: 490px;
	background: rded;
	margin : 0px 20px 0px 40px;
	position: relative;
	float: left;
}
#content h2 {
	font-family: 'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	background: url(../interface/bg_h2.gif) no-repeat bottom left;
	margin: 0 0 20px 0;
	padding: 0 0 11px 0;
}
#content h3 {
	font-family: 'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #E0CCBA;
	padding: 10px 10px 0px 10px;
}
#content p {
	padding: 10px 10px 0px 10px;
	line-height: 1.3em;
}
#content img {
	margin: 0 10px 5px 10px;
	padding: 1px;
	border: #C19975 3px solid;
}
#content .none {
	border: none;
	margin: 10px 20px 10px 40px;
}
#content form {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #E0CCBA;
}
#content label {
	display: block;
}
#content button {
	display: block;
	margin: 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content .box {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px;
	background-color : #E0CCBA;
	border: 1px solid #FFF;
}
#content .box2 {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px;
	background-color : #E0CCBA;
	border: 1px solid #FFF;
}
#content .warning {
	text-align: center;
	padding: 10px 20px 20px 20px;
	color: #F78A00;
	background: #FEEED9;
	border-top: 1px solid #F78A00;
	border-bottom: 1px solid #F78A00;
}
#content .good {
	text-align: center;
	padding: 10px 20px 20px 20px;
	color: #F0ECCC;
	background: #B6A000;
	border-top: 1px solid #F0ECCC;
	border-bottom: 1px solid #F0ECCC;
}
#content ul {
	list-style-type: none;
	padding: 5px 0 10px 0;
}
#content li {
	margin: 5px 0 0 20px;
	padding-left: 15px;
	background: transparent url(../interface/picto_li_marron.gif) no-repeat 0 7px;
}
#content .white {
	font-family: 'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/* *************************************************************************************** */
/* FOOTER */
/* *************************************************************************************** */

#footer {
	width: 750px;
	height: 40px;
	background: url(../interface/bg_footer.gif) no-repeat;
}

#copyright {
	padding: 20px 0 20px 0;
	text-align: center;
	color: #B28053;
}
#copyright a {
	text-decoration: underline;
	color: #B28053;
}
#copyright a:hover {
	text-decoration: none;
	color: #FFF;
}


/* *************************************************************************************** */
/* PERSO */
/* *************************************************************************************** */

.clear {
	clear: both;
}
