@CHARSET "UTF-8";

#entete h2 { display:none; }

h3 em { color:rgb(89, 89, 89); }

#fiche-image { background-position: center center; }
#fiche-image div {
    position:relative;
    width: 450px;
    height: 450px;
    background: transparent url('http://image.weebio.fr/tpl/v2/bg-img-fiche.png') no-repeat center bottom;
}
#fiche-image div p {
    position: absolute;
    font-style: italic;
    bottom: 0px;
    right: 10px;
    color: #ccc;
}

.label p {
    display:-moz-inline-box;
    display:inline-block;
    margin:0 2px 0 0;
}

#description-produit h5 {
    color:#779018;
    padding:0.6em 1.5em;
    text-shadow:rgba(255, 255, 255, 0.6) 0px 1px 0px;
    background-color: #eff9c5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
#description-produit h6 {
    color : rgb(195, 26, 14);
    border-bottom: 1px dotted rgba(195, 26, 14, 0.2);
    margin-left:5px;
    margin-right:5px;
}

#description-produit p {
    margin-left:5px;
    margin-right:5px;
    text-align: justify;
}

.arrow-top { left: 110px; }

.sepprodrelated { margin:0; }

.minifiche h4 { font-style: italic; }
.minifiche h4 em { font-style: normal; }
.minifiche em { color:#C31A0E; }

dt span {
    margin-top: -3px;
    float: right;
}

dt {
    background-color: #f8f8f8;
    color: #777;
    font-weight: bold;
    margin-top:1.6em;
    line-height:1.6em;
    padding:0.5em 1.5em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

dd {
    padding-left:3em;
    line-height:1.6em;
}
