body {
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../imgs/bg.jpg);
	background-position: 0 -150px;
	font-family: arial;
	font-size: 11px;
 }
* {
	margin: 0px;
	padding: 0px;
}

#general {
	float: right;
	width: 500px;
	position: relative;
	background: #191919;
}
#general h1 {
	background-image: url(../imgs/maintenance.gif);
	background-repeat: no-repeat;
	height: 63px;
	background-color: #C0081C;
	text-indent:-10000px;
}

#presentation {
	color: #FFFFFF;
	padding-top: 20px;
	text-align: justify;
	padding-left: 23px;
	padding-right: 10px;
	padding-bottom: 220px;
	background-image: url(../imgs/architectes.jpg);
	background-repeat: no-repeat;
	background-position: 23px bottom;
}
#presentation p {
	margin-bottom: 10px;
}
#acces {
	background-color: #FFFFFF;
	background-image: url(../imgs/bg-acces.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}
#acces h2 {
	background-image: url(../imgs/acces.gif);
	background-repeat: no-repeat;
	height: 50px;
	text-indent:-10000px;
}#acces p {
	padding-left: 23px;
	padding-right: 150px;
	text-align: justify;
	padding-bottom: 10px;
	padding-top: 0px;
}

.separe { clear:both; height:10px;}

#acces .formulaire { margin-top:15px; padding:0 0 20px 0;}
#acces .formulaire p { float:left; padding:0 0 0 23px; margin:0 5px 0 0; width:100px;} 
#acces .formulaire .champ { float:left; width:200px; margin-top:-5px;}

#acces .formulaire .submit { display:block; margin:0; padding:0; background:url(../imgs/envoyer.gif) no-repeat; width:112px; height:26px; border:0; }
