@media screen and (max-width: 800px) {
	.contMarques a:nth-child(3n+1) {
		margin-left: 58px;
	}
	.blocMarque 
	{
	  margin-left: 50px;
	}
	h2 
	{
	  margin-left: 50px;
	}
}
@media screen and (max-width: 640px) {
	.contMarques a
	{
		float:none !important;
		margin:13px auto !important;
	}
	/*.blocMarque {
	  display:none;
	}*/
	.p_marque 
	{
		width:610px !important;
		padding:0 15px !important;
	}
	h2 
	{
	  margin-left: 15px;
	}
}
@media screen and (max-width: 480px) {
	.p_marque 
	{
		width:460px !important;
		padding:0 10px !important;
	}
	.produit
	{
		width:450px;
	}
	.produit img {
		float:none;
		margin:0 auto;
	}
}
@media screen and (max-width: 414px) {
	.p_marque 
	{
		width:90% !important; /*394px*/
		padding:0 10px !important;
	}
	.produit
	{
		width:384px;
	}
	
}
@media screen and (max-width: 375px) {
	.p_marque 
	{
		width:354px !important;
		padding:0 10px !important;
	}
	.produit
	{
		width:345px;
	}
	
}
@media screen and (max-width: 360px) {
	.p_marque 
	{
		width:340px !important;
		padding:0 10px !important;
	}
	.produit
	{
		width:330px;
	}
	
}
@media screen and (max-width: 320px) {
	.p_marque 
	{
		width:300px !important;
		padding:0 10px !important;
	}
}