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

body
{
	background-i mage:url(/img/background.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main{
	width: 800px;
	height: 600px;
	margin-left  : auto;
	margin-right : auto;
	margin-top: 100px;
}

#rubrique{
	margin-bottom:20px;
	float:left;
	width: 800px;
	position:relative;
}

.img{
	float:left;
}
#descriptif{
	float:left;
	position:relative;
	margin-left:50px;
	width:600px;
}

#descriptif h4{

}

#footer{
	font-size:12px;
	color:#575857;
	text-align:center;
}

a{
	color:#575857;
}

a:visited{
	color:#A7D3E4;
}

#condition{
	overflow: auto;
	background-color:#000;
	width:800px;
	height:500px;
	text-align:justify;
	padding:10px;
}

#condition h6{
	color:#F26522;
}

#condition h4{
	color:#00AEEF;
		text-align:center
}

#condition p{
	font-size:12px;
	color: #fff;
	
}

.couleurVert{
	color:#8DC63F;
}