#logotitre
{
top: 8px;
left: 8px;
position: absolute;
z-index: 100;
}

div.post, div.comm {
 margin: auto auto;
 max-width: 800px;
}

div.post {
 border-bottom: solid 2px gray;
 padding-bottom: 10px;
 margin-bottom: 10px;
}

.comm p, .post p, .post h1{
 margin-left: 0px;
}

.post h3{
 margin: 0;
 font-size: 14px;
 text-align: center;
}

.comm p.trash{
 display:none;
}

.comm #titre{
 position: static;
}

textarea#postmsg, input#titre
{
  width: 100%;
}
