.produits .cadre{
  width: 162px; 
	height: 162px;
  float:left;
  overflow: hidden; 
	position: relative;
  margin:3px;
  margin-left:10px;
}
.produits .cadre img.image{
  position: absolute;
  top: 0;
  left: 0;
  width: 160px; 
	height: 160px;
	border: 1px solid #CCC;
}

.produits .cadre .caption{
float: left; 
position: absolute;
top: 132px;
left: 0;
background: #202020;
color:#fff;
font-size:0.8em; 
height: 100px; 
width: 100%;
padding:5px;
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

}
.produits .cadre .caption b{
  display:block;margin-bottom:5px;
}
.produits .cadre a.fiche-produit{
position: absolute;
left:-20px;
top:0px;
width:20px;
height:100px;
}
