#comments {
    clear: both;
}
#comments .title {
    margin-left: 10px;
    margin-right: 10px;
}
#comments #comment_list {
    width: 630px;
}
#comment_list .bulle {
    clear: both;
    display: inline-block;
    margin-bottom: 18px;
    padding:0 0 18px 30px;;
    width: 610px;
    
}
#comment_list .bulle .perso {
    background: none repeat scroll 0 0 #000000;
    float: left;
    height: 54px;
    width: 54px;
    margin-left: 83px;
    margin-right: 30px;
    }
#comment_list .bulle .legende {
}
#comment_list .bulle .blabla {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
#comment_list .text {
    float: left;
    width: 383px;
}
#comment_list p {
    padding: 10px;
}