



/* Produit liste 3 */

.titre_liste_produits h2 {
	color: #749225;
}

.produit_liste3 {
	position: relative;
}
.produit_liste3 .pourcentage_reduc {
	position: absolute;
	top: -8px;
	left: 70px;
	width: 46px;
	height: 34px;
	padding: 16px 0 0 4px;
	color: #ffffff;
	font-size: 13px;

	text-align: center;
	background: url(images-rdu/bg_pourc_reduc_01.gif) no-repeat;
}
.produit_liste3 .produit_illustration {
	float: left;
}
.produit_liste3 .produit_contenu {
	margin: 0 0 0 125px;
}
.produit_liste3 .produit_contenu h2 {
	margin: 0 0 15px 0;
	color: #2a64a4;
	font-size: 14px;
	font-weight: bold;
	font-family : "Trebuchet MS", Arial, sans-serif;
}
.produit_liste3 .produit_contenu h2 a {
	color: #2a64a4;
}
.produit_liste3 .produit_contenu h2 a:hover {
}
.produit_liste3 .info_prix {
}
.produit_liste3 .prix  {
	color: #749225;
	font-size: 17px;
	font-family : "Trebuchet MS", Arial, sans-serif;
}
.produit_liste3 .prix_promo  {
	color: #dc2b0e;
	font-size: 17px;
	font-family : "Trebuchet MS", Arial, sans-serif;	
}
.produit_liste3 .prix_barre  {
	color: #749225;
	font-size: 14px;
	font-family : "Trebuchet MS", Arial, sans-serif;
	text-decoration: line-through;	
}
.produit_liste3 a.lien_en_savoir_plus {
	float: left;
	margin: 0 0px 0 -10px;
}
.produit_liste3 a.lien_en_savoir_plus:hover {
}
/* FIN Produit liste 3 */
