body, html{
	background:transparent;
}

body{
    font-family:Arial,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);
    margin: 0;
	float: left;
	padding-top: 7px;
}

h1 span, #nbreAvis{
    color:#707070;
    font-size: 0.54em;
	
}

h2{
    font-size: 1em;
    font-weight:bold;
    clear: both;
    margin: 0;
}

h2, p{
    color: #212121;
}

p{
    margin: 0;
}

a img{
    border: 0;
}

#conteneur{
    position: relative;
    max-width: 315px;
	height: 110px;
	padding-top:4px;
}
#header {
	text-align: center;
}

#etoile{
    position: absolute;
    top: -4px;
    left: 78px;
    z-index: 1;
}

#side{
    float: left;
	padding-top: 20px;
}

#nbreAvis{
    float: right;
    margin: 8px 20px 0 0;
    font-size: 1em;
}

#avisClient{
    padding:10px 5px 0 0;

}

#avisClient a, #avisClient a:visited{
    color: #333;
	padding-right: 3px;
    display: block;
    text-decoration: underline;
    text-align: right;
	font-size: 0.9em;
}

#avisClient a:hover, #avisClient a:active, #avisClient a:focus{
    color: #da7a1d;
}
#note {
	float: left;	
}
h2 {
	float: left;
	padding: 2px 8px 0 0;
}
#note img{
    float: left;
}

#commentaire{
    clear:both;
	font-size: 0.9em;
	padding-top: 3px;
}

#footer{
    background: #ddd;
    border-radius: 0 0 3px 3px;
    text-align: center;
    margin-top: 15px;
}

#footer a{
    position: relative;
    top: -5px;
}

#certifie{
	position: relative;
	top: -6px;
    color: #333;
    font-size: 9px;
}

.star-img{
    margin:0 !important;
    background: url(/ressources/note-grise2.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/note2.png) no-repeat 0 0px;
margin : 5px  0px 5px 0px;}