@import 'commun.css';
html, body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Verdana, Arial, Sans-serif; 
	font-size:10px;
	color:#FFF;
	background-color:#000;
}
body {
	position:absolute;
	left:50%;
	margin-left: -500px;
	width:1000px;
	height:100%;
}
div.page {
	width:1000px;
	position:absolute;	
}
div.home {
	background:transparent url('../img/design/fd_page.jpg') top left repeat-y;
}
div.home_c {
	padding-top:20%;
}
.home_h, .home_g, .home_d, .home_b {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat-y;
}
.home_h {
	background-image: url('../img/design/h.jpg');
	height:139px;
}
.home_g {
	float:left;
	background-image: url('../img/design/m_g.jpg');
	width:217px;
	height:319px;
}
.home_d {
	display:block;
	float:left;
	width:783px;
	height:319px;
	background-image: url('../img/design/home.jpg');
}
.home_d:hover {
	background-position:0px -319px;
}
.squeeze {
	clear:both;
}
.home_b {
	height:137px;
	background-image: url('../img/design/b.jpg');
}
.entreprise {
	text-align:left;
	margin-left:140px;
	margin-top:80px;
	color:#FFF;
}
.entreprise_cat {
	color:#df3188;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
.une_entreprise {
	margin-right:20px;
	float:left;
	width:260px;
}
