/***********************************************************************************/
div#produits_p4t {
  position: relative;
  height: 260px;
  }

div.produitbloc {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	}

div.produitbloc img {
	margin-bottom: 10px;
	}

div#produit1 {
  position: absolute;
  width: 250px;
  left: 5px;
  }

div#produit2 {
  position: absolute;
  left: 170px;
  top: 65px;
  width: 350px;
  }

div#produit3 {
  position: absolute;
  left: 320px;
  top: 130px;
  width: 240px;
  }

div#produit1 img, div#produit2 img, div#produit3 img {
	float: left;
	margin-right: 5px;
	}

/***********************************************************************************/

.produit-bloc {
	position: relative;
	margin: 10px 0 0 0;
	border: 1px dotted silver;
	background-color: #f0f1f3;
	background-image: url("/images/bg1.jpg");
	padding: 10px;
	_height: 150px;
	}

.produit-bloc .produit-vignette {
  float:left;
  margin: 0 15px 0 0;
  padding: 0;
}

.produit-bloc h4 {
	font-weight: normal;
	margin-top: 0;
	}

.produit-bloc h4 a {
	text-decoration: underline;
	font-size: 12px;
	}

.categorie {
	margin-bottom: 30px;
	}

.categorie h3 {
	color:#D75B00;
	font-size: 14px;
	border-bottom: 1px solid #D75B00;
	letter-spacing: 1px;
}

/****************************************** Fiche produit *****************************************/

div#produit-couv {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

input#quantite {
	width: 30px;
}

input#commit {
	font-weight: bold;
	}

span.prix, span.prixpromo
{
  font-weight: bold;
}

span.prixbarre { }

div#produit-commande {
	margin: 10px 0 0 0;
	width: 184px;
	padding: 5px;
	border: 1px dashed #CABBE7;
	background-color: #EEEFF2;
}

/***********************************************************************************/

.produit {
  clear: both;
  margin: 20px 0;

}

.produit-image {
  float: left;
  margin-right: 20px;
}

.produit-image2 {
  float: right;
  margin-left: 20px;
}

.produit-presentation {
  float: left;
  width: 600px;
  text-align: justify;
}

