.forum_table {
border-spacing: 0px;
border-collapse: collapse;
}

.forum_table tr { height: 40px; }

.forum_table tr:HOVER { background-color: #EEE; }

.forum_table td { padding:5px; }

.forum_content_white {
font-size : 10px;
background-color : #DDD;
color : #000;
font-weight:bold;
}

.forum_content_black {
font-size : 10px;
color : #000;
font-weight:bold;
}

#forum_content_white a:link, #forum_content_white a:visited {font-size : 10px; color: #000; text-decoration:underline;}
#forum_content_white a:hover {font-size : 10px; color: #000; text-decoration:none;}

.forum_titre {
font-size : 14px;
color : #000;
font-weight:bold;
text-align:center;
padding : 5px;
background-color: #FFF;
}

.forum_content { font-size : 10px; }

.forum_view_pseudo { font-weight: bold; }

.forum_view_menu {
font-size : 10px;
float: right;
}

.forum_date_creation {
color:#222;
font-size: 11px;
font-style: italic;
}

#pagination, #pagination a {
margin-top:25px;
width:100%;
}

#pagination_left, #pagination_right {
display:inline;
margin-left:5px;
width:100px;
}

#pagination_center {
display:inline;
margin-left:50px;
margin-right:50px;
width:600px;
}

#pagination_selected {
font-size:14px;
font-weight: bold;
}
