@charset "utf-8";
/* CSS Document */

a img {
	border:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 0 0;
	background-color:#463F32 ;
}

#GLOBAL {
	background-color:#FFF8E7;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}

#GLOBAL_droite {
	background-color:#FFFFFF;
	border-left:#852712 1px solid;
	width:270px;
	float:right;
}

#GLOBAL_gauche {
	width:349px;
	float:left;
}

#GLOBAL_droite2 {
	background-color:#FFFFFF;
	width:270px;
	float:right;
}

#GLOBAL_gauche2 {
	padding-left:40px;
	padding-right:40px;
	width:270px;
	float:left;
}

#HEADER {
	margin-top:50px;
	width:620px;
	margin-right: auto;
	margin-left: auto;
	height:310px;
}

#HEADER_droite {
	width:350px;
	height:310px;
	float:right;
	background-image:url(_images/logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#HEADER_gauche {
	width:270px;
	height:310px;
	float:left;
}

#HOME {
	position:absolute;
	width:620px;
	height:310px;
	margin-left:0px;
	margin-top:0px;
}

#MENU {
	width:692px;
	margin-right: auto;
	margin-left: auto;
	background-color:#852712;
	color:#FFFFFF;
	text-align:center;
}

#FOOTER {
	width:620px;
	margin-right: auto;
	margin-left: auto;
	color:#FFFFFF;
	text-align:center;
}

#FOOTER a {
	color:#FFFFFF;
	text-decoration:none;
}

#FOOTER a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#FOOTER a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.form_sm {
	width:80px;
}

.form_xl {
	width:165px;
}

.form_submit {
width:120px;
	background-color:#852712;
	color:#FFFFFF;
}

.form_100 {
	width:165px;
}

input, select, textarea {
	border: 1px solid #852712;
}

.form_sm:hover {
background-color:#FFF8E7;
}

.form_xl:hover {
background-color:#FFF8E7;
}

select:hover {
background-color:#FFF8E7;
}
 
textarea:hover {
background-color:#FFF8E7;
}.fermeture {
	width: 500px;
	margin-right: auto;
	margin-left: -250px;
	position: absolute;
	display: block;
	left: 50%;
	text-align: center;
	color: #FEF9E6;
	top: 0px;
}

