
.listing-produit{
	float:left;
	width:200px;
	height:286px;
	border: 1px solid #C8C8C8;
	margin:0 0 10px 10px;
	padding:10px;
	background:url('/app/public/theme/site/default//images/accueil-focus-bg.jpg') repeat-x white;
}

.listing-produit .photo-prod{
	border: 1px solid #C8C8C8;
	width:196px;
}

.listing-produit h4{
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	font-size:11px;
	color:#DF2761;
	height:50px;
	background:url('/app/public/theme/site/default//images/accueil-barre-focus.jpg') no-repeat left bottom;
}

.listing-produit .focus-prix{
	
}

.listing-produit .prix{
	font-size:14px;
	color:#DF2761;
	font-weight:bold;
}
.listing-produit .prix-bt{
	font-size:10px;
	color:#404040;
}

.listing-produit .bottom-right{
	position:absolute;
	padding:0;
	margin:164px 0 0 127px;
	width:60px;
	height:23px;
	font-size:11px;
	color:#DF2761;
	font-weight:bold;
	text-align:center;
}

.listing-produit .top-left{
	position:absolute;
	margin:1px 0 0 1px;
	width:85px;
	height:50px;
}

.listing-produit .top-left .solde{
	width:86px;
	position:absolute;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:18px;
	text-decoration:blink;
	padding:25px 0 0 0;
	margin:-1px 0 0 1px;
}
.listing-produit .top-left .text{
	width:75px;
	position:absolute;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:12px;
	padding:10px 0 0 0;
	margin:-1px 0 0 1px;
}

.listing-produit .top-left-text{
	position:absolute;
	margin:25px 0 0 1px;
	width:75px;
	font-size:16px;
	text-align:center;
	color:white;
	font-weight:bold;
}

.pager{
	clear:both;
	width:686px;
	margin:0 0 10px 10px;
	color:#DF2761;
	font-size:13px;
}
.pager a{
	font-weight:bold;
	font-size:11px;
}

.pager .pager-left{
	width:150px;
	text-align:left;
}
.pager .pager-center{
	text-align:center;
}
.pager .pager-right{
	width:150px;
	text-align:right;
}

.pager .pager-left .pager-prev a{
	color:#404040;
	padding-left:6px;
	background:url('/app/public/theme/site/default//images/fl-left-grey.gif') no-repeat left;
}

.pager .pager-right .pager-next a{
	color:#404040;
	padding-right:6px;
	background:url('/app/public/theme/site/default//images/fl-right-grey.gif') no-repeat right;
}





