#page_content h2{
  margin: 20px 0 0 0;
  background: url('/gfx/titre_petit_forum.gif') no-repeat;
  color: #300;
}

#page_content table{
  border: 0;
  float: left;
  width: 510px;
}

#page_content tr:hover{
  background: #FAF3E1;
}
#page_content tr{
  border-bottom: 1px solid #CCBEB0;
  float: left;
  width: 100%;
}

.centered_td{
  text-align: center;
  width: 80px; 
}
td.centered_td{
  background: #FAF3E1;
  vertical-align: middle;
  border-right: 1px solid #fffeec;
}

td.boardortopic_name, th.boardortopic_name{
  width: 220px;
  text-align: left;
}
.boardortopic_name a{
  padding: 2px;
}
td.boardortopic_name{
  padding: 2px 0 2px 0;
}
td.dernier_message, th.dernier_message{
  width: 130px;
  text-align: left;
}

#page_content th{
  background: #E6D4BE;
  font-style: italic;
  font-weight: normal;
}

#page_content table a{
  color: #900;
  text-decoration: none;
}

.topic_pages a{
  background: #FAF3E1;
  padding: 1px 2px 1px 2px;
  margin: 0 2px 0 2px;  
  border:thin;
}

a.last_topic_page{
  background: #E6D4BE;
}

.forum_nouveau_sujet{
  text-indent: -9000px;
  display: block;
  float: right;
  width: 119px; height:30px;
  background: url('/images/forum/icones/nouveausujet.png');
}

#board_stats{
  margin: 0 0 10px 0;
  width: 100%;
  float: left;
}
#board_stats a{
  color: #900;
}
#board_stats dd{
  background: #FAF3E1;
}
#board_stats dd strong{
  color: #900;
  font-weight: normal;
}
#board_footer_options{
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
  list-style: none;
}
.header_line{
  border-bottom: 1px solid #800;
}
