/*---------------------------------------------------------------------
			liste Produit 
----------------------------------------------------------------------*/
#infoRubrique {
				color:#A2937E;
				font-size:12px;
				position:relative;
				overflow:hidden;
				width:750px;
				
}
#infoRubrique h1 {
				color:#A2937E;
				font-size:28px;
				font-weight:normal;
				margin-bottom:15px;
				
}
#infoRubrique p {
				color:#A2937E;
				font-size:12px;
				line-height:16px;
				padding-bottom:10px;
				padding-left:8px;
}

/*---------------------------------------------------------------------
			liste Produit 
----------------------------------------------------------------------*/

.listeProduit {
				/*float:left;*/
				margin:0px;
				padding:0px;
				padding-bottom:0px;
				
				display:block;
				overflow:hidden;
				background-color:transparent;
}
.listeProduit #infoRubrique p {
				color:#A2937E;
				font-size:12px;
				line-height:16px;
				padding-bottom:10px;
				padding-left:8px;
}
.listeProduit form {
				margin:0px;
				padding:0px;
				margin-top:0px;
				margin-bottom:4px;
				padding-left:0px;
				text-align:left;
				border:0px solid red;
				font-size:11px;
				color:#525252;
				/*background-color:#ececec;*/
}
.listeProduit select {
				color:#525252;
}
/*---------------------------------------------------------------------
			liste Produit >> les produits
----------------------------------------------------------------------*/
			
.listeProduit .produit {
				float:left;
				clear:none;
				border:0px solid #000;
				margin:0px;
				padding:0px;
				margin-bottom:50px;
				overflow:hidden;
				display:block;
				width:116px;
				padding-right:30px;
				height:180px;
				position:relative;
}
.listeProduit .produit .header {

}
.listeProduit .produit .footer {

}
.listeProduit .produit .zoneBody {
}
.listeProduit .produit h2 {
}
.listeProduit .produit h3 {
}
.listeProduit .produit h2 {
				text-transform:none;
				text-align:left;
				font-weight:normal;
				font-size:12px;
				line-height:13px;
}
.listeProduit .produit h2 a {
				color:#9f947b;
				font-size:12px;
				line-height:13px;
}
/*---------------------------------------------------------------------
			liste Produit >> les produits >> zone image
----------------------------------------------------------------------*/


.listeProduit .produit .image {
				padding:0px;
				margin:0px;
				overflow:hidden;
				background-color:#FFFFFF;
				border:1px solid #d5d6d6;
				width:114px;
				height:114px;
				margin-bottom:10px;
}
.listeProduit .produit .image img {
				margin:0px;
				padding:0px;
				/*	width:155px;*/ height:auto;
}
/*---------------------------------------------------------------------
			liste Produit >> les produits >> zone prix et description
----------------------------------------------------------------------*/

.listeProduit .produit .description {
				float:none;
				clear:none;
				margin:0px;
				padding:0px;
				margin-left:2px;
				width:128px;
				width:auto;
				overflow:hidden;
				color:#525252;
				height:40px;
}
.listeProduit .produit .description p {
				/*display:none;*/
}
.listeProduit .produit .description p i {
}
.listeProduit .produit .description p i b {
}
.listeProduit .produit .zonePrix {
				margin:0px;
				padding:0px;
				clear:none;
				color:#9f947b;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:normal;
				font-size:11px;
				letter-spacing:-0.08em;
				border:0px solid red;
				text-align:center;
				
}
.listeProduit .produit .zonePrix sup {
				vertical-align:baseline;
}
.listeProduit .produit .zonePrix .prixPromotion {
				margin:0px;
				padding:0px;
				padding-top:0px;
				color:#df3895;
				font-size:12px;
				letter-spacing:0em;
				font-family:Arial, Helvetica, sans-serif;
				float:right;
}
.listeProduit .produit .zonePrix .prix {
				margin:0px;
				padding:0px;
				padding-top:0px;
				color:#766a4f;
				font-size:12px;
				font-family:Arial, Helvetica, sans-serif;
				letter-spacing:0em;
				float:right;
}
.listeProduit .produit .zonePrix .ancienPrix {
				margin:0px;
				padding:0px;
				font-weight:normal;
				font-size:11px;
				letter-spacing:0em;
				text-decoration:line-through;
				color:#9f947b;
				font-family:Arial, Helvetica, sans-serif;
				float:left;
}

.listeProduit .produit .zonePrix .pourcentage {
				position:absolute;
				background-image:url(../../../images/fd_remise.png);!important;
					background-repeat:no-repeat;
					background-image:none;

				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/fd_remise.png');			/**/
				background-repeat:no-repeat;
				width:29px;
				height:26px;
				top:0px;
				left:81px;
				color:#FFF;
				font-size:14px;
				font-weight:bolder;
				padding-top:8px;
				padding-left:5px;
				text-align:left;
}
.listeProduit .produit .zonePrix .pourcentage[class] {
				background-image:url(../../../images/fd_remise.png);}
	
.listeProduit .produit .zonePrix .pourcentage a{
				display:block;
				width:100%;
				height:100%;
				color:#FFF;
}
.listeProduit .produit a.submitBouton {
				display:none;
}

