
div#listingProduits
 {}

.produit
 {display:block; position:relative; float:left; width:235px; height:540px; font-family:Arial, Helvetica, sans-serif; }

	.produit h3
	 {font-weight:bold; font-size:13px; color:#FA149C; margin-bottom:3px}
	
	.produit .zoom a
	 {display:block; position:relative; width:212px; height:233px; clip:rect(0, 0, 0, 0); overflow:hidden}
	
	.produit .vignettes
	 {margin-top:2px}
	
		.produit .vignettes a
		 {display:block; position:relative; float:left; margin-right:3px; width:44px; height:48px; clip:rect(0, 0, 0, 0); overflow:hidden}
	
	.produit .description
	 {font-size:11px; color:#EEE; margin-right:10px}
	
	.produit .tarif
	 {font-weight:bold; font-size:16px; margin:8px 0 8px}
	
	.produit .panier
	 {font-size:11px; color:#FA149C; margin-bottom:4px}

.btns_panier li
 {display:block; float:left; margin-right:4px}

	.btns_panier li a
	 {color:#FA149C; text-decoration:underline; font-weight:bold}

.infos_boutique
 {margin:0 16px 24px 0}