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

#gauche_produits img, #droite_produits img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	
	
}

#details_produits{
	width:840px;
	float:left;
	display:block;
	margin-left:65px;
	margin-top:-50px;
	margin-bottom:30px;
	
}
#droite_produits{
	float:left;
	width:420px;
	margin-top: 15px;
	display:block;
	margin-bottom:30px;
	text-align:center;
}

#gauche_produits{
	float:left;
	width:420px;
	margin-top: 50px;
	margin-left:65px;
	margin-bottom:30px;
	text-align:center;
	
}

#suggestion{
	display:block;
	float:left;
	width:840px;
	margin-left:65px;
	/*margin-top:-40px;*/
	margin-bottom:30px;
	/*height:90px;*/
	background-color:#EAEAEA;
}

#commander_produits{
	display:block;
	width:860px;
	/*height:90px;*/
	margin-bottom:40px;
	margin-top:0px;
	margin-left:65px;
	float:left;
	
}





