/* --- design par Emilie CADOUX e_cadoux@yahoo.fr  --- */
/* --- octobre 2006 --- */

/* --- includes/content/index_products.php --- */
/* --- includes/modules/product_listing.php --- */

/* --- contrôle des liste de présentation des produits --- */

#centre .listeProduits
  {
  display: block;
  border: 1px solid #E2E2E2;
  border-top: none;
  width: 601px;
  margin-left: 19px;
  margin-right: 0;
  padding: 5px;
  }

/*--- cas où il n'y a qu'un produit listé ---*/
#centre #unProduit .listing
  {
  padding-left: 200px;
  }
  
/*--- cas où il n'y a que 2 produits listés ---*/
#centre #deuxProduits .listing
  {
  padding-left: 75px;
  }
  
.listing
  {
  float: left;
  width: 197px;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  height: 125px;
  }
  
.listing dl
  {
  margin: 0;
  padding: 0;
  }
  
.listing dl dt
  {
  clear: both;
  text-align: center;
  /*font-weight: bold;*/
  margin: 0;
  padding: 0;
  width: 145px;
  }

.listing dl dd.productImage, .listing dl dd.productPrice, .listing dl dd.listingBuy
  {
  margin: 0;
  padding: 0;
  }

.listing dl dd.productImage
  {
  float: left;
  width: 125px;
  vertical-align: top;
  text-align: right;
  }

.listing dl dd.productPrice
  {
  height: 30px;
  padding-top: 20px;
  text-align: center;
  font-size: 11px;
  }
  
.listing dl dd.listingBuy
  {
  height: 20px;
  text-align: center;
  }
  



