@charset "UTF-8";
/* CSS Document */
#DIAPO {
    height: 180px;
    position: relative
}

#SLIDER {
    width: 630px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px
}

#SLIDER .hr {
    position: absolute;
    bottom: 10px;
    width: 630px;
    height: 6px;
    background-image: url(../img/hr4.png);
    z-index: 5
}

#AD-PAVE {
    width: 300px;
    height: 250px;
    border: 1px solid #CCC;
    background-color: #FFF
}

#VIGN-HP {
    width: 300px;
    height: 110px;
    border: 1px solid #CCC;
    background-color: #FFF
}

#AD-PAVE a img, #SLIDER a img, #VIGN-HP a img {
    border: 0
}

#LISTE-V {
    width: 300px;
    height: 480px;
    border: 1px solid #CCC;
    /* IE6-9 */
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2)
}

#LISTE-V, #AD-PAVE, #VIGN-HP, #LISTE-V .entete {
    margin: 0 0 10px 0
}

#LISTE-V .entete {
    height: 45px;
    line-height: 35px;
    width: initial;
    background: none;
    border-bottom: 3px solid #FC0;
    padding: 10px 0 0 15px;
    border-top: none;
    margin: 0
}

#LISTE-V h2 {
    font-size: 25px
}

#CONTENU-A #COL-C .entete {
    height: 30px;
    line-height: 15px;
    border-top: none
}

#COL-C a.SELECT {
    font-size: 12px;
    color: #333;
    background: #FFF url(../img/fleche-9-333.gif) no-repeat;
    padding: 0 0 0 15px;
    display: inline-block;
    margin-bottom: 10px
}

#COL-C #RUB-Z a.SELECT {
    background: none
}
/* min-width pour grandes résolutions */

@media all and (min-width: 1400px) {
}

@media all and (min-width: 1900px) {
}

@media all and (max-width: 667px) {
    #DIAPO {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0
    }

    #SLIDER {
        width: 100%;
        height: auto
    }

    #SLIDER IMG {
        width: 100%
    }

    #SLIDER .hr {
        bottom: 0;
        width: 100%;
        right: 0;
        background-position: center
    }

    #CONTENU-A #COL-C .entete {
        height: auto;
        padding: 0 0 10px 0;
        line-height: 20px
    }
}

#PRODUIT-V {
    float: left;
    width: 300px;
    height: 105px;
    position: relative
}

#PRODUIT-V img {
    float: left;
    max-height: 100px;
    max-width: 65px;
    padding-left: 10px;
    border: 0
}

#PRODUIT-V .hr {
    top: 0;
    width: 300px;
    height: 5px;
    background-image: url(../img/hr1.png)
}

#PRODUIT-V a {
    text-decoration: none
}

#PRODUIT-V .descriptif {
}

#PRODUIT-V .titre {
    position: absolute;
	text-transform:uppercase;
    bottom: 35px;
    left: 80px;
    font-size: 11px;
    color: #333;
    width: 150px;
    min-height: 20px;
    max-height: 50px;
    overflow: hidden
}

#PRODUIT-V .qte {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 54px;
    height: 39px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    margin-left: 5px
}

#LISTE-V.baisse .qte {
    background: url(../img/fleche-baisse.png) no-repeat
}

#LISTE-V.nouveau .qte {
    background: url(../img/fleche-monte.png) no-repeat;
    line-height: 50px
}

#PRODUIT-V .prix {
    position: absolute;
    bottom: 5px;
    left: 80px
}

#PRODUIT-V .go {
    position: absolute;
    bottom: 5px;
    right: 10px
}

DIV#PRODUIT-V:hover DIV.go {
    color: #FFF;
    background: #666 url(../img/fleche-9-FFF.gif) no-repeat 50px 0
}

