.partLeft{
     background-color: #F1E7F0;
     width: 172px;
}

.partRight{
    padding-left:50px;
}

.partRight .top, .partRight .top a{
    position: relative;
    height:16px;
    line-height:16px;
    margin-bottom:20px;
}

.partRight .top a{
    display: block;
    position: absolute;
    top: 0px;
    color: #A983B2;
    text-decoration: underline;
    font-weight: bold;
}

.partRight .top a:hover{
    text-decoration: none;
}

.partRight .top a{
    white-space: nowrap;
}

.partRight .top .previous{
    background:url("/images/common/fleche_precedent.jpg") no-repeat scroll left top transparent;
    padding-left:20px;
    left: 0px;
}

.partRight .top .back{
    background:url("/images/common/fleche_retour_liste.jpg") no-repeat scroll right 4px transparent;
    padding-right:20px;
    left: 350px;
}

.partRight .top .next{
    background:url("/images/common/fleche_suivant.jpg") no-repeat scroll right top transparent;
    padding-right:20px;
    right:0;
}

.partRight .images{
    position: relative;
    float: left;
    width: 350px;
}

.partRight .images .image{
    width: 240px;
    height: 360px;
}

.partRight .images .image, .partRight .images .thumb{
    border: 1px solid #DAD6D7;
    position: relative;
    float: left;
}

.partRight .images img{
    height: 100%;
}

.partRight .images .image .previous, .partRight .images .image .next{
    position: absolute;
    height: 56px;
    width: 34px;
    top: 50%;
    margin-top: -28px;
}

.partRight .images .image .previous, .partRight .images .image .next, .partRight .images .thumbs .up, .partRight .images .thumbs .down{
    visibility: hidden;
}

.partRight .images .image .previous{
    background:url("/images/common/fleche_gauche.jpg") no-repeat scroll 0 0 transparent;
    left: -40px;
}

.partRight .images .image .next{
    background:url("/images/common/fleche_droite.jpg") no-repeat scroll 0 0 transparent;
    right: -40px;
}


.partRight .images .thumbs{
    position: relative;
    float: right;
}

.partRight .images .thumbs .up, .partRight .images .thumbs .down{
    position: absolute;
    height: 13px;
    width: 22px;
    left: 50%;
    margin-left: -11px;
}

.partRight .images .thumbs .up{
    background:url("/images/common/fleche_haut_miniatures.jpg") no-repeat scroll 0 0 transparent;
    top: -15px;
}

.partRight .images .thumbs .down{
    background:url("/images/common/fleche_bas_miniatures.jpg") no-repeat scroll 0 0 transparent;
    bottom: -15px;
}

.partRight .images .thumbs .thumb{
    background-color:#F1E7F0;
    clear:both;
    height:84px;
    margin:2px auto;
    width:56px;
    overflow:hidden;
}

.partRight .images .thumbs .thumb img{
    cursor: pointer;
}

.partRight .images .thumbs .thumb.selected{
}

.partRight .infos{
    float: right;
    position: relative;
    width: 400px;
    background:url("/images/common/encadre_haut_pg_produit.jpg") repeat-x scroll 0 0 transparent;
}

.partRight .infos .left{
    background:url("/images/common/encadre_pg_produit_gauche.jpg") no-repeat scroll 0 0 transparent;
    float:left;
    width:5px;
    height: 90px;
}

.partRight .infos .right{
    background:url("/images/common/encadre_pg_produit_droit.jpg") no-repeat scroll 0 0 transparent;
    float:right;
    width:5px;
    height: 90px;
}

.partRight .infos .price{
    background:url("/images/common/prix.jpg") no-repeat scroll 0 0 transparent;
    color:#FFFFFF;
    height:50px;
    line-height:48px;
    position:absolute;
    right:10px;
    text-align:center;
    text-indent:10px;
    top:-4px;
    width:110px;
}

.partRight .infos .price.pricePlus{
    background:url("/images/common/prix_grand.jpg") no-repeat scroll 0 0 transparent;
    height: 81px;
    line-height:38px;
}

.partRight .infos .price *{
    color: inherit;
}

.partRight .infos .price .integer{
    font-size: 25px;
}

.partRight .infos .price .decimal{
    font-size: 11px;
    margin-left:-2px;
}

.partRight .infos .price .currency{
    font-size:15px;
    left:-18px;
    position:relative;
    top:-11px;
}

.partRight .infos .price .crossed{
    font-size:13px;
    left:-9px;
    position:relative;
    text-decoration: line-through
}

.partRight .infos .price .plus{
    background:url("/images/common/promo.jpg") no-repeat scroll 0 0 transparent;
    text-indent:0;
    font-size: 14px;
    line-height:19px;
    left:5px;
    position:absolute;
    bottom:7px;
    width:101px;
    height:40px;
    text-align: center;
}

partRight .infos .price .plus, .partRight .infos .price .plus.destockage{
    background:url("/images/common/destockage.jpg") no-repeat scroll 0 0 transparent;
}

.partRight .infos .price .plus.nouveaute{
    background:url("/images/common/nouveaute.jpg") no-repeat scroll 0 0 transparent;
    height:33px;
    line-height:31px;
}

.partRight .infos .price .plus .reduc{
    font-weight: bold;
    font-size: 18px;
}

.partRight .infos .content{
    width: 93%;
    margin: 15px auto;
    position: relative;
}

.partRight .infos .content .part{
    margin-bottom: 15px;
    float: left;
    width:100%;
}

.partRight .infos .content .name{
    font-size: 22px;
    color: #A983B2;
}

.partRight .infos .content .properties{
    margin-bottom:30px;
}

.partRight .infos .content .name, .partRight .infos .content .properties{
    width:260px;
}

.partRight .infos .content a.basket{
    display: block;
    background:url("/images/fr/bt_select.jpg") no-repeat scroll 0 0 transparent;
    margin: 30px auto 0;
    width: 266px;
    height: 37px;
}

.partRight .infos .content a.basket:hover{
    background-position: 0 -37px;
}
