/* Classe du lien du pseudo sur forum */
a.forum_link_pseudo{
	color:#7DAA6C; 
	font-weight:bold;
}
a.forum_link_pseudo:hover { 
	color:#6AC410; 
	font-weight:bold;
}
.forum_table {                                                                                           
        width:98%;                                                                                      
        border-collapse:collapse;                                                                        
        border:none;                                                                                     
}   
/* Barre du titre du forum */
.forum_title{
	width:100%;
	margin:auto;
	background:#454545;
	border:2px solid #DEDADA;
	border-bottom:1px solid #DEDADA;
	color:#96a364;
	font-weight:bold;
	text-align:center;
	padding-top:12px;
}
.forum_title h2{ /* Titre du forum */
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.forum_title a{ /* Couleur des liens */
	color:#FFFFFF;
}
/* Barre de liens du forum */
.forum_links{
	background:#16160C;
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	margin:auto;
	border:1px dashed #626262;
}
.forum_links a{ /* Couleur des liens */
	color:#FFFFFF;
}
/* Barre des textes relatifs aux colonnes */
.forum_text_column {	
	height:20px;
	background:#16160C;
	border-top:1px dashed #626262;
	border-bottom:1px dashed #626262;
	font-size:10px;
	color:#96a364;	
	text-align:center;
	font-weight:bold;
	padding:0px;
}
/* Case des liens sous-catégories */
.forum_sous_cat{
	background:#2d2d28;
	border-bottom:1px dashed #626262;
	border-right:1px dashed #626262;
	padding:6px;
}
.forum_sous_cat:hover{
	background:#4F4F4A;
}
/* Case compteur message/topic */
.forum_sous_cat_compteur{	
	width:60px;
	background:#2d2d28;
	border-bottom:1px dashed #626262;
	border-right:1px dashed #626262;
	color:#000000;
	text-align:center; 
}
/* Case compteur dernier topic/dernier message */
.forum_sous_cat_last{
	width:150px;
	background:#2d2d28;
	border-bottom:1px dashed #626262;
	font-size:10px;
	color:#000000;
	text-align:center; 
}
.forum_sous_cat_last:hover{
	background:#4F4F4A;
}

/* Formulaire pour poster les messages */
.forum_post_form{
	width:80%;
	margin:auto;
	margin-top:15px;
}
/* Cadre des liens:alerter les modérateurs et suivre le sujet */
.forum_action{	
	margin-top:5px;
}

/* Liens des catégories de niveau 0 */
a.forum_link_cat{
	color:#FEFFE4;
	font-weight:bold;
}
/* Affichage des membres en ligne */
.forum_online{
	background:#2d2d28;
	color:#000000;
	border:1px dashed #626262;
	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{
	background:url(images/sr_r.png) repeat-y right;
	padding-top:0px;
	overflow:hidden !important;
	height:auto !important;
	overflow:visible;
	height:1%;
	clear:both;
}
.forum_cat_title{
	float:left;
	padding:0px 5px;
}
.forum_cat_title a{
}
a.forum_mbrmsg_links { /* Couleur des liens pour les messages du membre */
	color:#FFFFFF;
}
