div#commentaires {
    padding-top: 50px;
}

div.commentaire {
    margin-bottom: 1em;
}

div#commentaires textarea {
    width: 340px;
}

/* CAS ROUNDED */
div#commentaires div.content {
    background-color: #c6c6c6;
}

div.commentaire div.tic_right,
div.commentaire div.tic_left {
    background-repeat: no-repeat;
    position: absolute;
    top: 35px;
    z-index: 20;
}
div.commentaire div.tic_right {
    right: 114px;
    height: 0px;
    width: 0px;
    border-color: transparent transparent transparent #c6c6c6;
    border-style: solid;
    border-width:20px 0 20px 15px;

}
div.commentaire div.tic_left {
    left: 114px;
    height: 0px;
    width: 0px;
    border-color: transparent #c6c6c6 transparent transparent;
    border-style: solid;
    border-width:20px 15px 20px 0;
}

div.commentaire_right,
div.commentaire_left {
    width: 396px;
}
div.commentaire_right {
    float: right;
    margin-right: 255px;
}
div.commentaire_left {
    float: left;
    margin-left: 255px;
}

div.commentaire p {
    margin-top:0;
}

.commentaire_infos {
    font-size: 0.7em;
    visibility: hidden;
    bottom: -15px;
}

.commentaire_infos a {
    text-decoration: none;
}

div#commentaires .proprietaire div.content {
    background-color: #ffffff;
}
div.commentaire.proprietaire div.tic_right {
    border-color: transparent transparent transparent #ffffff;
}
div.commentaire.proprietaire div.tic_left {
    border-color: transparent #ffffff transparent transparent;
}



div#commentaires .reservation div.content {
    background-color: #75B748;
    /*http://www.iconfinder.com/search/?q=iconset%3Afunction_icon_set*/
    background-image: url('/images/1361236228_accepted_48.png');

    background-position: bottom right;
    background-repeat: no-repeat;
}
div.commentaire.reservation div.tic_right {
    border-color: transparent transparent transparent #75B748;
}
div.commentaire.reservation div.tic_left {
    border-color: transparent #75B748 transparent transparent;
}
div#commentaires .reservation p {
    width: 265px;
}


div#commentaires .reservation.low div.content {
    background-color: #DEA050;
    background-image: url('/images/1361236225_warning_48.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}
div.commentaire.reservation.low div.tic_right {
    border-color: transparent transparent transparent #DEA050;
}
div.commentaire.reservation.low div.tic_left {
    border-color: transparent #DEA050 transparent transparent;
}

div.commentaire.reservation.annulerefuse {
    opacity: 0.2;
}


#commentaire_reservation_details {
    margin: 10px 0;
    overflow: hidden;
}
#commentaire_mode_livraison_div{
    width: 70%;
    float: left;
}
#commentaire_prix_div {
    float: right;
    padding-top: 7px;
}
#commentaire_prix {
    z-index: 5;
    font-size: 18px;
    text-align: right;
    width: 50px;
}

.downvoted {
	display: none;
}

.downvoted-show {
    margin-left: 130px;
    margin-bottom: 20px;
    display: block;
    font-style: italic;
    font-size: 12px;
    opacity: 0.8;
}
.vote {
    font-size: 12px;
    font-weight: bold;
}


.commentaire div.membre_note, .commentaire div.indice_confiance_pbunk{
    opacity: 0.2;
    transition: opacity 0.5s;
}
.commentaire:hover div.membre_note, .commentaire:hover div.indice_confiance_pbunk{
    opacity: 1;
    transition: opacity 0.2s;
}


.commentaire div.pseudo{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.commentaire div.membre_note{
    margin: auto;
}

.commentaire .indice_confiance_pbunk{
    border: 1px solid #525252;
    margin: auto;
    width:78px;
    margin-top: 5px;
    float: none;
}

.commentaire .indice_confiance_pbunk_value{
    height: 5px;
    min-width: 5px;
}
.indice_confiance_pbunk_value.high{
    background-color: green;
}
.indice_confiance_pbunk_value.medium{
    background-color: orange;
}
.indice_confiance_pbunk_value.low{
    background-color: red;
}