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

#bandeau{
	padding: 0;
	height:137px;
	width:707px;
	background-color:#000;
}

#text{
	width:615px;
	margin-left:46px;
	margin-top:40px;	
	color:#350807;
	text-align:justify;
}

#flash{
	width:615px;
	height:330px;
	margin-left:46px;
	margin-top:20px;	
}

#brands_list{
	width:615px;
	margin-left:46px;
	margin-top:40px;
}

.brands_list_col{
	width:185px;
	float:left;
	margin-left:20px;
}

.brands_list_col a{
	color:#978C7D;
	text-decoration:none;
	text-transform:uppercase;
}

.brands_list_col a:hover{
	color:#350807;
	text-decoration:none;
	text-transform:uppercase;
}


