* {outline: none;}
html,body {width: 100%;height: 100%;}
/* Correction IE6 scintillement des backgrounds */
html {filter:expression(document.execCommand("BackgroundImageCache", false, true));}
body {background-color: #f9f2e8;margin: 0; padding: 0;}
img {border: 0;}

body #container {
	position: absolute;
	height: 600px; 
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	text-align: left;
	padding: 0px;
}

/*
#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-left: -500px;
	text-align: left;
	padding: 0px;
}
*/

#plandusite{margin-top:20px;width: 100%;text-align:left;}
#plandusite a{height:20px}

div#mentions-legales {
	height: 20px;
}
#container a.mentions-legales,#container a.mentions-legales:visited, span.mentions-legales {
	font: normal 10px/2 arial,verdana,helvetica,sans;
	color: #010101;
	text-decoration: none;
}
#container a.mentions-legales:hover {
	font: normal 10px/2 arial,verdana,helvetica,sans;
	text-decoration: underline;
	color: #454545;
}

h1 {
	font: bold 14px arial, helvetica, sans;
	color: #3f372d;
	padding: 8px 0 0 30px;
	margin: 15px 0 0 0;/*Margin a mettrepour le h1*/
	letter-spacing: 1px;
	background:url(/img/h1.jpg) no-repeat;
	height:35px;
}

hr {
	color: #37488E;
	width: 100%;
	height: 1px;
	padding: 0; margin: 0;
}

div#contenu{padding:270px 90px 110px 210px;background:url(/img/footer.jpg) no-repeat bottom left;}
div.background{background:url(/img/header.jpg) no-repeat top left;/*height:586px*/}
div#contenu 					  { height: 291px;}/* (IE 6) */
html>body div#contenu   { height: auto; min-height:291px;} /* Nav recents*/
*+html>body div#contenu { min-height: 291px;}/* IE 7 */ 

div.background-repeat{background:url(/img/contenu-repeat.jpg) top left repeat-y;width:1006px;}

.bouton{background:#ddbe90;padding:2px 10px 2px 10px;border:1px solid #851111;color:#851111;cursor:pointer}
form td{ line-height:30px }
img {border: 0;}
input, select {background:#FFFFFF none repeat scroll 0 0;border:1px solid #c5a779;color:#232f3c;margin-bottom:3px;}
textarea{border:1px solid #c5a779;color:#232f3c;font-family:Arial,Helvetica,sans-serif;font-size:1em;} 
.pointer {cursor:pointer}
.none{display:none}
.block{display:block} 
.pAbsolute{position:absolute} 
.brd{background:transparent none repeat scroll 0 0;border:0 none;padding:0;vertical-align:middle;} 
.fsI{font-style:italic}
.textC{text-align:center}
.textL{text-align:left}
.textR{text-align:right}
.pl15{padding-left:15px} 
.mb5{margin-bottom:5px}
.ml10{margin-left:10px}
.mr5{margin-right:5px}
.mr8{margin-right:8px}
.mr10{margin-right:10px}
.mt4{margin-top:4px}  
.mt8{margin-top:8px}  
.mt20{margin-top:20px} 
.fleft{float:left}
.fright{float:right}
.cb{clear:both}