@charset "utf-8";
/* CSS des pages atelier,devis,bibliothèque,liens,accès assoccié associé au css commun à toutes */
body{
	background-color:#910e00;
	color: #ffffff;
}
#wrapper{
	position:absolute;
	width:955px;
	height:1050px;
	margin-left:-477.5px;
	top:0px;
	left:50%; 
	background-image:url(../images/fond-niveau2.jpg);
	background-repeat:no-repeat;
}
#bandeau{
	float:left;
	width:955px;
	height:165px;
	background-image:url();
}
#etiquette{
	position:absolute;
	width:300px;
	height:84px;
	left:385px;
	top:65px;
}
#menu-haut{
	position:absolute;
	width:500px;
	height:30px;
	background-image:url(../images/menu-haut.gif);
	background-repeat:no-repeat;
	left:330px;
	top:30px;
}
#content{
	float:left;
	width:955px;
	height:700px;
	padding-top:10px;
	background-image:url();
	background-repeat:repeat-y;
}
#column-left{
	float:left;
	width:200px;
	height:700px;
	left:0px;
}
#column-right{
	float:left;
	width:710px;
	height:700px;
	left:201px;
}
#footer{
	float:left;
	width:955px;
	height:200px;
	background-image:url();
}
#footer p {
	padding-top:100px;
	text-align:center;
	font-weight:bold;
}



