﻿#titreProduit
{
    position: absolute;
    background-position: right bottom;
    top: 29px;
    left: 28px;
}
#titreProduit2
{
    position: absolute;
    background-position: right bottom;
    text-align: right;
    top: 99px;
    left: 498px;
    width: 200px;
}
#titreProduit, #titreProduit2
{
    background-image: url(../../Images/souligneVert.gif);
    background-repeat: no-repeat;
    font-size: 14px;
    color: #108f51;
}
#descriptionProduit
{
    position: absolute;
    top: 49px;
    left: 21px;
    font-size: 12px;
    color: #999999;
    width: 160px;
    text-align: right;
    line-height: 12px;
}
#descriptionProduit2
{
    position: absolute;
    width: 230px;
    top: 121px;
    left: 471px;
    font-size: 12px;
    color: #999999;
    text-align: right;
    font-style: italic;
    line-height: 12px;
    height: 130px;
    overflow: hidden;
}
#descriptionPlusInfo
{
    position: absolute;
    width: 230px;
    top: 255px;
    left: 471px;
    text-align: right;
}
a.plusDeTexte
{
    font-size: 14px;
    font-weight: bold;
    color: Red;
    text-decoration: none;
}
div.PPlusInfo
{
    width: 500px;
    height: 500px;
    background-color: White;
    padding: 20px;
    text-align: left;
    overflow-y: scroll;
}
#etoiles
{
    position: absolute;
    top: 41px;
    left: 559px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    font-style: italic;
}
#photoProduit
{
    position: absolute;
    top: 42px;
    left: 189px;
    width: 271px;
    height: 258px;
    background-image: url(../../Images/grandCadreGris.gif);
}
#autresPhotosProduit
{
    position: absolute; /*top: 135px;*/
    top: 217px;
    left: 0px;
    vertical-align: bottom;
}
#autresPhotosProduit td
{
    width: 69px;
    height: 65px;
    background-image: url(../../Images/miniCadreGris.gif);
}
#pageSuivante
{
    position: absolute;
    top: 326px;
    left: 634px;
}
#pagePrecedente
{
    position: absolute;
    top: 326px;
    left: 49px;
}
#pageSuivante a, #pagePrecedente a
{
    font-size: 10px;
    color: #108f51;
    text-decoration: none;
}
a.fermer
{
    font-size: 12px;
    color: #108f51;
    text-decoration: none;
    font-weight: bold;
}
#pageSuivante a:hover, #pagePrecedente a:hover, #envoyer a:hover, a.fermer:hover, a.plusDeTexte:hover
{
    color: Red;
}
#prixProduit
{
    position: absolute;
    top: 250px;
    left: 384px;
    width: 84px;
    height: 50px;
    background-image: url(../../Images/grandeEtiquette.gif);
    background-repeat: no-repeat;
    font-size: 16px;
    color: #108f51;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-top: 16px;
}
#barrePrixPromo
{
    position: absolute;
    top: 246px;
    left: 372px;
}
#prixPromo
{
    position: absolute;
    top: 260px;
    left: 203px;
    font-size: 32px;
    color: Red;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
    text-align: left;
}
#ajouterPanier
{
    position: absolute;
    top: 274px;
    left: 473px;
}
.ratingStar
{
    font-size: 0pt;
    width: 28px;
    height: 27px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(../../Images/FilledStar.gif);
}

.emptyRatingStar
{
    background-image: url(../../Images/EmptyStar.gif);
}

.savedRatingStar
{
    background-image: url(../../Images/SavedStar.gif);
}
#vote
{
    position: absolute;
    top: 43px;
    left: 495px;
    text-align: right;
}
.nbVote
{
    font-size: 9px;
    color: #999999;
}
.note
{
    font-size: 23px;
    color: #999999;
    font-weight: bold;
    margin-bottom: -10px;
}
#envoyer
{
    width: 150px;
    text-align: right;
    position: absolute;
    top: 308px;
    left: 549px;
}
#envoyer a
{
    font-size: 12px;
    color: #999999;
    text-decoration: none;
}
div.fondZoom
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 10;
}
.PZoom
{
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
}
#zoom
{
    position: absolute;
    top: 49px;
    left: 438px;
    z-index: 10;
}

