.avis{
    margin: 10px;
    background-color: rgba(245, 245, 245, 0.8);
    border-radius: 5px;
    border: 3px solid #1b1b1b;
    height: 100%;
}

.user-name {
    font: italic bold 16px/22px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    float: left;
    font-size: 20px;
    margin: 0 41px 0 0;
    color: #00522d;
}

small {
    font: italic 16px/22px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    clear: both;
    font-size: 14px;
    color: #707070;
}

.chat p {
    margin: 8px 0 9px 0;
    font: normal 14px/22px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    color: #262223;
    width:80%;
}


.chat{
    margin-left: 12px;
}
#captcha-code{
    margin-top: -15px;
}
.btn-a{
    background: transparent url('../img/prix.png') 0 0 no-repeat;
    background-size: cover;
    display: block;
    float: right;
    width: 90px;
    height: 30px;
    margin-right: 2px;
    font:bold 14px/28px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color:#fff;
    text-align: center;
}

.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars
{

    font-size: 24px;
    color: #FFF00F;
}