body { 
	font: 8pt/12pt arial; 
	background-color:#000;
}

div#conteneur{
	position:absolute;
	width:1000px;
	height:700px;
	left:50%;
	margin-left:-500px;
	border:1px solid #676D6D;
}

div#accueil{
	float:left;
	background:url(imgs/fond-accueil.jpg);
	width:1000px;
	height:700px;
	
}

div#gauche3ci{
	float:left;
	width:286px;
	height:700px;
	background:url(imgs/gauche-3CI.jpg);
}

div#gaucheviga{
	float:left;
	width:286px;
	height:700px;
	background:url(imgs/gauche-viga.jpg);
}

div#droite{
	float:left;
	width:684px;
	height:580px;
	background:url(imgs/droite.jpg);
	color:black;
	padding-top:120px;
	padding-right:30px;
	
}

a{
	text-decoration:none;
	color:white;
}

a:hover{
	text-decoration:underline;
}