.categorie{
width:192px;
height:313px;
float:left;
margin-bottom:10px;
background:#fff;
position:relative;
margin-right:10px;
overflow:hidden;
}

.categorie:nth-child(5n) {
margin-right:0;
}

.categorie .promo{
display:block;
position:absolute;
top:-4px;
right:-4px;
width:66px;
height:66px;
background:url(../img/interface/ruban_promo_small.png) right top no-repeat;
}

.categorie .nouveau{
display:block;
position:absolute;
bottom:-4px;
left:-4px;
width:66px;
height:66px;
background:url(../img/interface/ruban_nouveau_small.png) left bottom no-repeat;
}

.categorie a{
text-decoration:none;
}

.categorie a h2,
.categorie a h3{
display:block;
height:54px;
padding:0px 14px;
text-transform:uppercase;
position:absolute;
top:160px;
}

.categorie img{
display:block;
position:absolute;
top:0px;
}

.categorie .voir_tout{
display:block;
position:absolute;
top:255px;
left:30px;
width:132px;
}

.categorie .voir_tout a{
display:block;
width:100%;
color:#fff;
text-align:center;
text-decoration:none;
cursor:pointer;
border:0;
font-size:18px;
height:27px;
line-height:27px;
background:#3b4472;
font-weight:bold;
border-bottom:3px solid #222c61;
color:#fff;
}

.categorie  .selection{
display:block;
position:absolute;
top:255px;
right:15px;
display:block;
float:left;
width:27px;
height:27px;
text-indent:-5000px;
background:url(../img/interface/delete_20.png) center center no-repeat #dadada;
text-align:left;
border-bottom:3px solid #bbb;
cursor:pointer;
}

.categorie .produit_info{
padding-right:2px;
font-size:12px;
color:#313131;
text-align:right;
line-height:15px;
margin-top:5px;
}

.categorie .produit_info .ancien_prix{
color:#777;
font-size:11px;
text-decoration:line-through;
margin-right:5px;
}

.categorie .produit_info .prix{
font-weight:bold;
color:#333;
font-size:12px;
}