/* Page defaut */
{
margin:0;
padding:0;
}
html{
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0A000A;
	height: 100%;
	}
body{
	height: *;
	width: 850px;
	margin: 0 auto;
	padding: 0px;
	background: url("img/fond.png");
	/*background-attachment:fixed;*/
	}
.header{
	z-index: 100;
	height: 349px;
	width: 850px;
	background: url("img/banniere.gif");
	background-repeat: no;
	}
.adresse{
	z-index: 104;
	background: url("img/adresse.gif") no-repeat;
	position: absolute;
	width: 550px;
	height: 25px;
	margin-left: -5px;
	font-size: 11px;
	color: #000000;
	margin-top: -360px;
	padding-top: 2px;
	padding-left: 35px;
	}
.menuH{
	z-index: 999;
	background: transparent;
	position: relative;
	height: 25px;
	width: 850px;
	color: #000000;
	margin-top: 5px;
	}
.centre{
	z-index: 100;
	background: url("img/centre_fond.png") repeat-y; 
	width: 850px;
	height: *;
	}
.footer{
	z-index: 101;
	color: #000000;
	width: 850px;
	height: 50px;
	background: #ffb123;
	padding-top: 1px;
	text-align: center;
	font-size: 13px;
	font-style: none;
	}