 /*  
  Création artistique Emmanuel Gilardeau
  http://www.reactivgrafik.fr/
  Intégration CSS Bene Facere  
  copyright 2009 Bene Facere
  http://www.benefacere.fr/  
 */
/*Liste de produits*/
.liste {
    position: relative;
}
.Resume {
    position: relative;
    float: left;
    padding-right: 68px;
    width: 114px;
    height: 234px;
    background: url( /static/themes/MissMoto/images/panier.png) no-repeat 114px bottom;
}
.Resume .visuel {
    margin-top: 15px;
    margin-left: 15px;
    width: 95px;
    height: 93px;
    padding-right: 14px;
    padding-top: 4px;
    text-align: center;
    background: url( /static/themes/MissMoto/images/cadre_miniature_pduit+loupe.png) no-repeat;
}
.Resume h2 {
    margin-left: 15px;
    color: #c17baf;
    font-size: 12px;
    text-align: center;
}
.Resume .montantReference {
    margin-left: 15px;
    color: #24aadf;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}
.Resume a.voirProduit {
    display: block;
    position: absolute;
    bottom: 3px;
    width: 114px;
    height: 30px;
    padding-top: 14px;
    padding-left: 18px;
}
#usercontent .Resume a.voirProduit, #usercontent .Resume a.voirProduit:visited {
    background: url( /static/themes/MissMoto/images/btn_voir_pduit.png) no-repeat;
    color: #493c8c;
    text-transform: uppercase;
    font-size: 10px;
}
#usercontent .Resume a.voirProduit:hover,#usercontent  .Resume a.voirProduit:active {
    color: #c17baf;
    text-decoration: none;
}

