
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #eb8b23;
}

#main {
	display: block;
	position: absolute;
	background-color: fff;
	padding: 4px;
	width: 948px;
	left: 50%;
	margin-left: -475px;
	height: auto;
	top: 50%;
	margin-top: -260px;
	z-index: 5;
}


#header {
	width: 948px;
	background-color: fff;
	height: auto;
	margin-bottom: 0;
}

#center {
	background-color: fff;
	width: 948px;
	height: auto;
	margin-bottom: 4px;
}

#footer {
	width: 948px;
}

#habillageBG {
	position: absolute;
	left: 0;
	top: 70%;
	height: 30%;
	width: 50%;
	background-image: url(images/bkg_bg.jpg);
	background-position: top right;
}

#habillageBD {
	position: absolute;
	left: 50%;
	top: 70%;
	height: 30%;
	width: 50%;
	background-image: url(images/bkg_bd.jpg);
	background-position: top left;
}

#log {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: fff;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 10;
}
	
