.forum_table {
width : 100%;
border-collapse : collapse;
border : none;
}
/* Classe du lien du pseudo sur forum */
a.forum_link_pseudo{
	color:#e8eaeb; 
	font-weight:bold;
}
a.forum_link_pseudo:hover { 
	color:#f2fbff; 
	font-weight:bold;
}
/* Barre du titre du forum */
.forum_title{
margin : auto;
height : auto;
color : #000000;
background : #f7e4df;
padding-top : 0px;
border : 1px solid #cccccc;
}
.forum_title h2{ /* Titre du forum */
font-size : 20px;
font-weight : bold;
color : #683a1d;
font-family : Times, "Times New Roman", "Liberation Serif", FreeSerif, serif;
display : inline;
}
.forum_title a{ /* Couleur des liens */
color : #8e3357;
}
/* Barre de liens du forum */
.forum_links{
background : #f7e4df;
padding : 6px;
border : 1px solid #cccccc;
}
.forum_links a{ /* Couleur des liens */
color : #8e3357;
}
/* Barre des textes relatifs aux colonnes */
.forum_text_column {	
height : 20px;
background : #d6dfbd;
border : 1px solid #cccccc;
font-size : 12px;
color : #000000;	
text-align : center;
font-weight : bold;
padding : 0px;
}
/* Case des liens sous-catégories */
.forum_sous_cat {
background : #f9f1ef;
border : 1px solid #cccccc;
padding : 6px;
}
.forum_sous_cat:hover{
background : #f7e4df;
}
/* Case compteur message/topic */
.forum_sous_cat_compteur{
background : #f9f1ef;
border : 1px solid #cccccc;
color : #000000;
text-align : center; 
}
/* Case compteur dernier topic/dernier message */
.forum_sous_cat_last{
background : #f9f1ef;
border : 1px solid #cccccc;
font-size : 10px;
color : #000000;
text-align:center; 
}
.forum_sous_cat_last:hover{
background:#f7e4df;
}
/* Cadre des liens:alerter les modérateurs et suivre le sujet */
.forum_action{
text-align : center;
margin-top : 5px;
}
/* Liens des catégories de niveau 0 */
a.forum_link_cat{
font-weight:bold;
}
/* Affichage des membres en ligne */
.forum_online {
background : #f7e4df;
color : #000000;
border : 1px solid #cccccc;
border-top : none;
padding : 6px;
overflow : hidden !important;
height : auto !important;
overflow : visible;
height : 1%;
clear : both;
}
/* Fond des catégories dans l'administration */
.forum_cat_admin{
	width:100%;
	height:20px;
	margin-bottom:2px;
	padding:4px 0px;
}
/* Contenu */
.forum_contents{
	padding:0px;
	padding-right:2px;
	background:none;
}
.forum_cat_title {
padding : 0px 5px;
margin-bottom: 10px;
font-size : 14px;
font-weight : bold;
color : #515c68;
text-decoration : underline;
}
.forum_cat_title a{
}
.forum_speedlinks {
margin : 0;
height : 20px;
padding-top : 3px;
vertical-align : middle;
}
