/* 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_l{
	height:60px;
	margin-right:0px !important;
	margin-right:-3px;
	width:10px;
	background: url(images/fondBox2.png) repeat;
	float:left;
}
.forum_title_r{
	height:60px;
	width:10px;
	margin-left:0px !important;
	margin-left:-3px;
	background: url(images/fondBox2.png) repeat;
	float:right;
}
.forum_title{
	height:55px;
    border:2px solid #8ED3FF;
    background: url(images/fondBox2.png) repeat;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
	color:#FFFFFF;
	padding-top:5px;
	margin-left:5px;
	margin-right:5px;
}

/* Titre du forum */

.forum_title h2{ 
	font-size:14px;
	font-weight:bold;
	color:#00E5FF;
}

/* Couleur des liens */

.forum_title a{ 
	color:#FFFFFF;
}

/* Cadre du forum */

.forumline {
    border:2px solid #8ED3FF;
    background:#517FB8;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
	}

/* Barre de liens du forum */
.forum_links{
    border:2px solid #8ED3FF;
    background: url(images/fondBox2.png) repeat;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    padding:6px;
	}
.forum_links a{ /* Couleur des liens */
	color:#FFFFFF;
}
.forum_notread{ /* Message non lus */
	background:#4184B6;
	padding:4px;
	font-size:10px;
	color:#FFFFFF;
}
/* Barre des textes relatifs aux colonnes */
.forum_text_column {	
	height:20px;
	/*width*/
	background:#4184B6 url(images/msg_top_row.png) repeat-x;
	border-bottom:1px solid #55819D;
	font-size:10px;
	color:#FFFFFF;	
	text-align:center;
	font-weight:bold;
}
/* Case des liens sous-catégories */
.forum_sous_cat{
	background:#4F6391;
	border-bottom:1px solid  #C4CED6;
	border-right:1px solid  #C4CED6;
	padding:6px;
}
.forum_sous_cat:hover{
	background:#667CB1;
}
/* Case compteur message/topic */
.forum_sous_cat_compteur{	
	width:60px;
	background:#667CB1;
	border-bottom:1px solid  #C4CED6;
	border-right:1px solid  #C4CED6;
	color:#000000;
	text-align:center; 
}
/* Case compteur dernier topic/dernier message */
.forum_sous_cat_last{
	width:150px;
	background:#4F6391;
	border-bottom:1px solid  #C4CED6;
	font-size:10px;
	color:#000000;
	text-align:center; 
}
.forum_sous_cat_last:hover{
	background:#667CB1;
}
/* Cadre des liens:alerter les modérateurs et suivre le sujet */
.forum_action{
	text-align:center;
	margin-top:5px;
}
/* Les des catégories de niveau 0 */
a.forum_link_cat{
	font-weight:bold;
}
/* Affichage des membres en ligne */
.forum_online{
    border:2px solid #8ED3FF;
    background: url(images/fondBox2.png) repeat;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
	color:#FFFFFF;
	font-size: 11px;
	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;
	margin:0px;
}
/* Barre supérieur du module d'alerte*/
.alert{
    color:#1C367E;
    background: #C7D6FF url(images/alert.png) no-repeat;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	display:block;
    height:25px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:40px;
    padding-right:5px;
    border:2px solid #18415B; 
    background-position:4px 4px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
/* Barre supérieur des modules */

.module_position {
    margin:auto;
}

.module_top_l{ 
	margin-right:0px !important;
	margin-right:-3px;
	width:8px;
	height:24px;
	background:url(images/msg_top_l.png) no-repeat left;
	float:left;
	border-bottom:2px solid #8ED3FF;
}
.module_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:8px;
	height:24px;
	background:url(images/msg_top_r.png) no-repeat right;
	float:right;
	border-bottom:2px solid #8ED3FF;
}
.module_top{
	height:22px;
	background:url(images/msg_top.png) repeat-x;
	padding-top:2px;
	padding-left:6px;
	margin-left:8px !important;
	margin-left:0px;
	margin-right:8px !important;
	margin-right:0px;
	font-size:12px;
	border-bottom:2px solid #8ED3FF;
}
.module_top a{
}
/* Contenu des modules */
.module_contents{ 
	background:#77A0CA;
	border-left:1px solid #A1C3E0;	
	border-right:1px solid #A1C3E0;	
	clear:both;
}
/* Barre inférieure des modules */
.module_bottom_l{ 
	margin-right:0px !important;
	margin-right:-3px;
	width:8px;
	height:24px;
	background:url(images/msg_bottom_l.png) no-repeat left;
	float:left;
}
.module_bottom_r{
	margin-left:0px !important;
	margin-left:-3px;
	width:8px;
	height:24px;
	background:url(images/msg_bottom_r.png) no-repeat right;
	float:right;
}
.module_bottom{
	height:22px;
	background:url(images/msg_bottom.png) repeat-x;
	padding-top:2px;
	padding-left:6px;
	margin-left:8px !important;
	margin-left:0px;
	margin-right:8px !important;
	margin-right:0px;
	font-size:12px;
}
.forum_cat_title{
	float:left;
	padding:0px 5px;
}
.forum_cat_title_2 {
float:right;
padding:0 5px;
}
.forum_table {
border:medium none;
border-collapse:collapse;
width:100%;
}