/* Forum ***************************************** */

/* Style pour le titre du forum */
.forum_titre{
text-align: center;
font-size: 20px;
font-weight: bold;
}

/* Style de la liste des rubriques */
.forum_rubrique_tour{
background-color: #86CBF6;
padding:4px;
border: 1px solid black;
}
.forum_rubrique_titre{
background-color: #86CBF6;
font-weight: bold;
color: black;
font-size: 15px;
padding:4px;
}
/* Style de la liste des forums*/
.forum_forum_clair{
background-color: #D2EDFE;
color: #707070;
font-weight: bold;
font-size: 11px;
}
.forum_forum_fonce{
background-color: #E7F4FD;
color: #707070;
font-weight: bold;
font-size: 11px;
}

/* Style de la ligne de légende d'affichage d'un forum */
.titre_forum{
background-color: #86CBF6;
color: black;
font-weight: bold;
font-size: 11px;
}

/* Style pour la liste des sujets */
.sujet_clair{
background-color: #D2EDFE;
}
.sujet_fonce{
background-color: #E7F4FD;
}

/* Style pour l'affichage d'un sujet */
.fond_sujet_clair{
background-color: #D2EDFE;
}
.fond_sujet_fonce{
background-color: #E7F4FD;
}

/* Style des liens sur le forum */
a.forum_lien, a:visited.forum_lien {
	color:#000000;
	font-weight: bold;
}
a:hover.forum_lien {
	color: #707070;
	text-decoration:none;
}




.forum_txtpetit{font-size: 9px;}
.forum_postinfo{font-size: 9px;}
.forum_desc{font-size: 10px;}
.forum_modo{
padding-left: 25px;
color: #339900;
font-weight: bold;
font-size: 10px;
}
.forum_listemodo{
color: black;
font-weight: bold;
font-size: 10px;
}
a.forum_lien_petit, a:visited.forum_lien_petit {
	color:black;
}
a:hover.forum_lien_petit {
	color: #FFFFFF;
	text-decoration:none;
}
.forum_signature{
display: block;
border-top: 1px dashed #510303;
padding-top: 2px;
font-size: 9px;
}
#tour_forum { 
width: 865px;
margin-left: 14px;
padding: 10px;
}


/* Fin forum  *****************************************  */

/* Textes généraux  ***************************************** */
.important {
color: red;
}
.txt_petit {
font-size: 9px;
}
/* Fin textes généraux ***************************************** */