/* CSS Document */

div.bloc_promo{
	width:129px;
	background-image:url(/images/interface/bloc_promotions/fd_top.gif);
	background-repeat:repeat-y;
	margin-right:15px;
	margin-bottom:16px;
}

div.bloc_promo_top_vente{
	width:129px;
	height:24px;
	background-image:url(/images/interface/bloc_promotions/top_top_vente.gif);
	background-repeat:no-repeat;
}

div.bloc_promo_bonne_affaire{
	width:129px;
	height:24px;
	/*background-image:url(/images/interface/bloc_promotions/top_bonne_affaire.gif);*/
	background-image:url(/images/interface/bloc_promotions/top_bonne_affaire_solde.gif);
	
	background-repeat:no-repeat;
}

div.bloc_promo_nouveaute{
	width:129px;
	height:24px;
	background-image:url(/images/interface/bloc_promotions/top_nouveaute.gif);
	background-repeat:no-repeat;
}

div.bloc_promo_promotion{
	width:129px;
	height:24px;
	background-image:url(/images/interface/bloc_promotions/top_promotion.gif);
	background-repeat:no-repeat;
}

div.bloc_promo_content{
	width:129px;
	text-align:left;
}

div.bloc_promo_article{
	width:123px;
	height:135px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	margin-left:3px
}

div.bloc_promo_bottom{
	width:129px;
	height:7px;
	background-image:url(/images/interface/bloc_promotions/bottom_top.gif);
	background-repeat:no-repeat;
}

div.aPartirDe{
	color:#5d5c61;
	font-weight:bold;
	font-size:10px;	
	margin-left:20px;
}


div.prixaulieude{
	color:#000000;
	font-weight:bold;
	font-size:10px;
	margin-left:20px;
	height:13px;
}

span.prixBarre{
	color:#F00;
	font-size:9px;
	text-decoration:line-through;
}

div.prix{
	color:#fe0000;
	font-weight:bold;
	font-size:13px;
	margin-left:20px;
}

div.prix span{
	color:#5d5c61;
}

div.lienVoirFiche{
	margin-left:20px;
}

a.voirFicheProduit{
	color:#000;
	margin-top:5px;
	font-size:10px;
	font-weight;bold;
	text-decoration:none;
}

a.voirFicheProduit:hover{
	color:#F00;
	text-decoration:underline;
}