/* CSS Document */

body {
	font-family: "Lucida Grande";
	color: #EEEEEE;
	font-size: 13px;
	margin: 0;
	left:50%;
	padding: 0;
	background-color:#4C4C4C; 
	
}
img {
	border: none;
}

.site {
	position: relative;
	height:780px;
	text-align: left;
	left: 0;
    margin: 0;
	padding: 0;
    left: 50%; 
    width: 1200px;
    margin-left: -600px;
	border: none;
	margin-bottom: 0;
	border-spacing:0px;
	float:left;
}

.menu {
	 height: 130px;
	 float:left;
}

.bouton{
	width:120px;
	float:left;
	background:url(images/BArriere.jpg);
}

.gauche{
	width:300px;
	position:inherit;
	float:left;
	
	/*padding:50px 0px 20px 20px;
	background-color:#FF0000;*/
	
}

.milieu{
	width:600px;
	position:inherit;
	float:left;
	padding-top:0px;
	background-color:#000000;
	height:680px;
}

.contenu{
	background:url(images/backgroundContenu.jpg);
	height:680px;
	padding:30px 30px 30px 30px;
}

.droite{
	width:300px;
	position:inherit;
	float:left;
	
	/*padding:50px 0px 20px 20px;
	background-color:#00FF33;*/
	
}

span{
	color:#00FF00;
}

.aperçu{
	float:left;
}

.aperçuG{
	width:150px;
	float:left;
	padding-right:10px;
}

.aperçuD{
	width:500px;
	padding: 0px 10px 20px 0px;
	
}

.aperçu2{
	float:left;
}

.aperçuG2{
	width:200px;
	float:left;
	padding-right:10px;
}

.aperçuD2{
	width:550px;
	padding: 0px 10px 20px 0px;
	
}

fieldset{

}



