/* CSS Document */

#minificheProduit {
	width:235px;
	height:180px;
	float:left;
	text-align:left;
	border:solid 1px #18255A;
	margin-bottom:15px;
	margin-left:5px;
	margin-right:5px;
}

#minificheProduit h3{
	padding-left:5px;
	padding-top:2px;
	padding-bottom:0px;
	background: url(../images/degradeGris.gif) repeat-x;
}

#minificheProduit #picto {
	text-align:center;
	clear:none;
}

#minificheProduit #picto img {
	padding:0px;
}

#minificheProduit #tarif {
	font-weight:bold;
	line-height:11px;
	padding-left:5px;
	width:230px;
}

#minificheProduit #site {
	font-weight:bold;
	line-height:11px;
	padding-left:5px;
}

#minificheProduit #site #nobold {
	font-weight:normal;
}


#minificheProduit #site a {

}

#minificheProduit #reduction {
	float:left;
	position:relative;
	top:2px;
	width:230px;
	height:60px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	clear:none;
}

#minificheProduit #reduction #infos_remise {
	position:relative;
	left:3px;
	top:-3px;
	width:160px;
	font-size:13px;
}


#minificheProduit #reduction #infos_remise #libelle {
	filter:alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	color:#000;
}

#minificheProduit #reduction #infos_remise #libelle_ombre {
	filter:alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	color:#CCC;
}

#minificheProduit #reduction #etoile{
	float:left;
	vertical-align:bottom;
	position:relative;
	top:-20px;
	
}

#minificheProduit #reduction #etoile img{
	width:60px;
}

#minificheProduit #reduction #montant_remise{
	font-size:18px;
	color:#000;
	position:relative;
	left:-50px;
	top:-5px;
	vertical-align:bottom;
}

#minificheProduit #reduction #montant_remise #pourcent{
	font-size:12px;
}