html,body{margin:0;padding:0}
body{ 
font: 76% arial, sans-serif; 
background-position: top;
background-image: url(../images/bg-carbon.gif);
	background-repeat:repeat-x;
	background-color: #000000;
}
.blanc12px {
	font-size: 12px;
	color: #FFFFFF;
}
.bleu14px {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #009cc3;
}
.gris14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.orange12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e5562c;
}
.gris30px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: gray;
	font-weight: bold;
}

#container{
width:981px;
margin:0 auto;
text-align:left
}

#header{
	z-index:10;
	background-image: url(../images/header.png);
	position: relative;
	width: 981px;
	height: 301px;
}
#header-pages{
	z-index:10;
	background-image: url(../images/header-pages.png);
	position: relative;
	width: 981px;
	height: 301px;
}
#menu-haut{
	z-index:1000;
	position: absolute;
	top:220px;
	left:281px;
	width: 600px;
	height: 78px;
}
#corps{
	z-index:10;
	background-image: url(../images/corps-index.png);
	position: relative;
	width: 981px;
	height: 397px;
}
#pages{
	z-index:10;
	background-image: url(../images/pages.png);
	position: relative;
	float: left;
	width: 981px;
	height: auto;
}
#footer{
	z-index:10;
	background-image: url(../images/footer.png);
	position: relative;
		float: left;
	width: 981px;
	height: 85px;
}
#footer01{
	z-index:10;
	position: relative;
	width: 981px;
	height: 30px;
		float: left;
}