/* CSS THE FABRIK - MANUFACTURE GRAPHIQUE */
h1, h2, h3, h4{
	text-indent: -5000px;
	font-size:1px;
	color:#xxxxxx;
	margin:0;
}
body{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#conteneur{
	width:960px;
	height:559px;
	background-image:url(design/Font-page.jpg);
	background-repeat:no-repeat;
	margin-left: -480px;
	margin-top: -280px;
	top: 50%;
	left: 50%;
	position: absolute; 
}
#gauche{
	width:50px;
	height:558px;
	float:left;
	border-right:1px dashed white;
}
#in-gauche{
	width:44px;
	height:20px;
	position:relative;
	top:503px;
	left:6px;
	border-bottom:1px dashed white;
}
#in-gauche2{
	width:50px;
	height:20px;
	position:relative;
	top:342px;
	border-bottom:1px dashed white;
}
#droite{
	width:50px;
	height:558px;
	float:right;
	border-left:1px dashed white;
}
#in-droite{
	width:50px;
	height:20px;
	position:relative;
	top:363px;
	border-bottom:1px dashed white;
}
#in-droite2{
	width:44px;
	height:20px;
	position:relative;
	top:483px;
	border-bottom:1px dashed white;
}
#descrip{
	position:relative;
	top:383px;
	padding-left:50px;
	padding-right:50px;
}
#haut{
	background-image:url(design/coin_haut.gif);
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	float:right;
	position:relative;
	bottom:9px;
	left:10px;
}
.desc{
	font-size:11px;
	color:#6B83A7;
}
.clients{
	color:#99ADC7;
}
#centre{
	margin:auto;
	border-top:1px dashed white;
	border-bottom:1px dashed white;
	padding-left:20px;
	padding-right:20px;
	height:140px;
}
#bas{
	background-image:url(design/coin_bas.gif);
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	position:relative;
	bottom:10px;
	right:8px;
}
.clear{
	clear:both;
}
#footer{
	position:relative;
	color:#FFFFFF;
	top:400px;
	text-align:center;
}
#footer a{
	color:#FFFFFF;
}