@charset "utf-8";
/* CSS Document */




body{
background-color:#000000;
	width:100%;
	margin:0px;
	height:650px;
	z-index:99999;
	

}


div#conteneur{
	position:relative;
	width:768px;
	margin:auto;
	height: 479px;
		z-index:99999;

}



div#gauche{
	width:250px;
	height:479px;
	float: left;
	z-index:99999;

}

.gauche1{
	background-image:url(../img/production/gauche_1.jpg);
	width:250px;
	height:124px;
	z-index:99999;

}

.gauche2{
	background-image:url(../img/production/gauche_2.jpg);
	width:250px;
	height:133px;
	z-index:99999;
}


.gauche3{
	background-image:url(../img/production/gauche_3.jpg);
	width:250px;
	height:123px;
	z-index:99999;

}


.gauche4{
	background-image:url(../img/production/gauche_4.jpg);
	width:250px;
	height:99px;
	z-index:99999;

}



div#central{
background-color:#000000;
	width:518px;
	height:479px;
	float:right;
	z-index:99999;
}


.central1{
background-color:#000000;
	width:264px;
	height:124px;
	float:left;
	z-index:99999;
}

.central2{
	background-image:url(../img/production/central_2.jpg);
	width:254px;
	height:124px;
	float:left;
	z-index:99999;
}

.central3{
	width:252px;
	height:100px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	padding-left: 12px;
	padding-top: 33px;
	z-index:99999;
	background-image: url(../img/production/central_3.jpg);
}

.central4{
	background-image:url(../img/production/central_4.jpg);
	width:254px;
	height:133px;
	float:left;
	z-index:99999;
}


.central5{
	background-color:#000000;
	width:346px;
	height:222px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 160px;
	text-align: justify;
	z-index:99999;
	
	
	}
	
a:link {
	color: #AE0405;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AE0405;
}
a:hover {
	text-decoration: none;
	color: #AE0405;
}
a:active {
	text-decoration: none;
	color: #AE0405;
}

