.forum_categorie {
    background:#fff;
    border: 2px solid #8D800D;
    margin-bottom:5px;
    text-align:left;
}
.forum_categorie h1 {
    margin:0px;
    font-size:16px;
    padding:10px;
}
.forum_categorie a {
    display:block;
    color: #000000;
    padding:5px;
    text-decoration:none;
    font-weight:bold;
}

.nb_sujets {
    float:right;
    width:100px;
    background:#ddd;
    padding:5px;
    border-left: 1px solid #8D800D;
}

.nb_messages {
    float:right;
    width:100px;
    background:#ddd;
    padding:5px;
    border-left: 1px solid #8D800D;
    text-align:right;
}

.forum_desc p{
    text-align:left;
    margin:0px;
    background: #eee;
    padding:5px;
}

.sujet {
    clear:both;
}
.sujet a {
    height:40px;
    line-height:40px;
    padding-top:0px;
    padding-bottom:0px;
}
.sujet div.nb_messages {
    height:40px;
    line-height:40px;
    padding-top:0px;
    padding-bottom:0px;
    background:none;
}
.dernier_message {
    float:right;
    width:150px;
    background:#ddd;
    padding:5px;
    border-left: 1px solid #8D800D;
    text-align:right;
     background:none;
}

.message {
    clear:both;
}

.message div.corps {
    padding:5px;
    width: 750px;
    margin-left:170px;
}

.message div.profile {
    float:left;
    width:150px;
    background:#ddd;
    padding:5px;
    border-right: 1px solid #8D800D;
    text-align:left;
     background:none;
}