body, html{
	background:transparent;
}

body{
    font-family:Verdana,Geneva,sans-serif;
    font-size: 12px;
    margin:0;
    padding: 0;
}

h1{
    font-size: 2.1em;
    font-weight: bold;
    color: #363636;
    text-shadow:1px 1px 0 rgba(255,255,255,.5);
    padding-left: 60px;
    float: left;
    margin: 0;
}

h1 span, #nbreAvis{
    color:#707070;
    font-size: 0.54em;
}

h2{
    font-size: 1.2em;
    font-weight:bold;
    clear: both;
    margin: 0;
}

h2, p{
    color: #212121;
}

p{
    margin: 0;
}

a img{
    border: 0;
}

#conteneur{
    margin: 8px 0 0;
    position: relative;
    border:1px solid #389ae5;
    border-radius: 3px;
    background: #fff;
    max-width: 300px;
}

#etoile{
    position: absolute;
    top: -10px;
    left: -6px;
    z-index: 1;
}

#entete{
    background:url(/ressources/background2.png) no-repeat #ddd 20px 0;
    height:28px;
    padding: 5px 0;
    margin-bottom: 15px;
    border-radius: 3px 3px 0 0;
}

#nbreAvis{
    float: right;
    margin: 8px 20px 0 0;
    font-size: 1em;
}

#avisClient{
    padding:10px;
}

#avisClient a, #avisClient a:visited{
    color: #015d97;
    display: block;
    text-decoration: underline;
    margin: 4px 0 0 0;
    text-align: right;
}

#avisClient a:hover, #avisClient a:active, #avisClient a:focus{
    color: #da7a1d;
}

#date{
    font-style: italic;
    margin-bottom: 4px;
    font-size: 11px;
}

#note{
    color:#545454;
    height:16px;
}

#note img{
    float: left;
}

#commentaire{
    clear:both;
    margin-top: 10px;
}

#footer{
    background: #ddd;
    border-radius: 0 0 3px 3px;
    text-align: center;
    margin-top: 15px;
}

#footer a{
    position: relative;
    top: -5px;
}

#certifie{
    text-align: center;
    color: #5f5f5f;
    max-width: 300px;
    font-size: 11px;
}

.star-img{
    margin:0 !important;
    background: url(/ressources/note-grise.png) no-repeat !important;
    display: inline-block !important;
    height: 16px !important;
    width: 16px !important;
}


.star-img {
width: 16px;
height: 16px;
display: inline-block;
background: url(/star-rating/images/star.gif) no-repeat 0 0px;
margin : 5px  0px 5px 0px;}