@CHARSET "UTF-8";

#table_forum tr {
}

#table_forum tr:HOVER {
background-color: #EEE;
}

#table_forum td {
padding:9px;
}


.forum_content_white {
font-size : 10px;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : #FFFFFF;

background-color : #DDD;
color : #000;

font-weight:bold;
}

.forum_content_black {
font-size : 10px;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : #000;
font-weight:bold;
}

#forum_content_white a:link {font-size : 10px; color: #000; text-decoration:underline;}
#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 : 12px;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : #000;
font-weight:bold;
}

.forum_content {
 font-size : 10px;
}

