/*
Couleurs
Gris       : 6E6E6E
Gris fonce : 212121
Gris clair : 999999
Orange :     FF3C00
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #6E6E6E;
	background-color: #6E6E6E;
}

div#container {
	display: block;
	width: 900px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}

div#top {
	display: block;
	float: right;
	height: 20px;
	width: 870px;
	padding-top: 3px;
	padding-right: 30px;
	text-align: right;
	color: #FFFFFF;
	background-color: #999999;
}

div#header {
	display: block;
	float: left;
	height: 170px;
	width: 100%;
	background: url(../images/fond-header.png) repeat-x top;
}

div#menu {
	display: block;
	float: right;
	position:relative;
	z-index: 101;
	margin-top: -105px;
	margin-right: 29px;
	height: 40px;
	background: url(../images/fond-menu.png) repeat-x center;
	border: 1px solid #999999;
	border-bottom: none;
}

div#content {
	display: block;
	float: left;
	width: 100%;
	background: url(../images/fond-content.png) repeat;
}

div#layerL {
	display: block;
	float: left;
	height: 350px;
	width: 255px;
	margin-left: 30px;
}

div#layerR {
	display: block;
	float: right;
	position:relative;
	z-index: 100;
	height: 455px;
	width: 500px;
	margin-right: 29px;
	margin-top: -65px;
	margin-bottom: -40px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-top: none;
}

div#footer {
	display: block;
	float: left;
	height: 100px;
	width: 900px;
	color: #FFFFFF;
	background: url(../images/fond-bottom.png) repeat-x bottom;
}
div#bottom {
	display: block;
	float: right;
	height: 20px;
	width: 870px;
	padding-top: 7px;
	padding-right: 30px;
	text-align: right;
	color: #FFFFFF;
	
	background-color: #999999;
}
