/* 
::::::::::::::::::::::::::::::::
:: Feuille de style du forum  ::
:::::::::::::::::::::::::::::::: */

/* Blocline spécial pour le forum */
.bloclineforum{
background-color:#990000;	/* Couleur d'arrière-plan de l'auteur */
width:98%;					/* Largeur du bloc */
border-right-style:solid;	/* Contour du bloc avec une ligne en continue */
border-right-color:#000000;	/* Couleur du contour */
border-right-width:1px;		/* Epaisseur du contour */
border-top-style:solid;		/* Contour du bloc avec une ligne en continue */
border-top-color:#000000;	/* Couleur du contour */
border-top-width:1px;		/* Epaisseur du contour */
}

/* Contenu des catégories et des sujets */
.forumcat{
background-color:#990000;	/* Couleur d'arrière-plan de l'auteur */
font-family:Verdana, Arial, Helvetica, sans-serif; /* Police du contenu des catégories */
font-size:11px;				/* Taille du texte */
color:#FFFFFF;				/* Couleur du texte */
text-align:center;			/* Alignement du texte au centre */
border-left-style:solid;	/* Contour du bloc avec une ligne en continue */
border-left-color:#000000;	/* Couleur du contour */
border-left-width:1px;		/* Epaisseur du contour */
border-bottom-style:solid;	/* Contour du bloc avec une ligne en continue */
border-bottom-color:#000000;/* Couleur du contour */
border-bottom-width:1px;	/* Epaisseur du contour */
}
/* Titres des catégories et des sujets du forum */
.forumcattitre{
text-align:center;			/* Alignement du texte au centre */
background-image:url(../graph/sous_logo.png); /* Affichage de l'arrière-plan */
height:25px;				/* Hauteur du bloc des titres */
border-left-style:solid;	/* Contour du bloc avec une ligne en continue */
border-left-color:#000000;	/* Couleur du contour */
border-left-width:1px;		/* Epaisseur du contour */
border-bottom-style:solid;	/* Contour du bloc avec une ligne en continue */
border-bottom-color:#000000;/* Couleur du contour */
border-bottom-width:1px;	/* Epaisseur du contour */
}
/* Nom de la catégorie et du sujet du forum */
.forumcattitre2{
background-color:#990000;	/* Couleur d'arrière-plan de l'auteur */
padding-left:5px;			/* Décalage du titre plus vers la droite */
width:100%;					/* Largeur au maximum */
text-align:left;			/* Alignement du texte à gauche */
border-left-style:solid;	/* Contour du bloc avec une ligne en continue */
border-left-color:#000000;	/* Couleur du contour */
border-left-width:1px;		/* Epaisseur du contour */
border-bottom-style:solid;	/* Contour du bloc avec une ligne en continue */
border-bottom-color:#000000;/* Couleur du contour */
border-bottom-width:1px;	/* Epaisseur du contour */
}

/* Gestion de l'image des catégories et des sujets du forum */
.imgforumcat{
padding:5px;				/* Décalage entres les images et le bloc */ 
border-left-style:solid;	/* Contour du bloc avec une ligne en continue */
border-left-color:#000000;	/* Couleur du contour */
border-left-width:1px;		/* Epaisseur du contour */
border-bottom-style:solid;	/* Contour du bloc avec une ligne en continue */
border-bottom-color:#000000;/* Couleur du contour */
border-bottom-width:1px;	/* Epaisseur du contour */
}

/* Séparateur entre les catégories */
.sepforumcat{
background-image:url(../graph/sous_logo.png); /* Affichage de l'arrière-plan */
height:25px;				/* Hauteur du bloc des titres */
border-left-style:solid;	/* Contour du bloc avec une ligne en continue */
border-left-color:#000000;	/* Couleur du contour */
border-left-width:1px;		/* Epaisseur du contour */
border-bottom-style:solid;	/* Contour du bloc avec une ligne en continue */
border-bottom-color:#000000;/* Couleur du contour */
border-bottom-width:1px;	/* Epaisseur du contour */
}

/* Description des catégories du forum */
.descforum{
font-family:Verdana, Arial, Helvetica, sans-serif; /* Police du contenu des catégories */
font-size:11px;				/* Taille du texte */
color:#FFFFFF;				/* Couleur du texte */
}

/* Titres du forum */
.titrecat{
background-color:#000000;	/* Couleur d'arrière-plan de l'auteur */
font-family:Verdana, Arial, Helvetica, sans-serif; /* Police du contenu des catégories */
font-size:11px;				/* Taille du texte */
font-weight:bold;			/* Titre en gras */
color:#FFFFFF			/* Couleur du titre */
}

/* Topics du forum */
.topicrow1{
background-color:#000000;	/* Couleur d'arrière-plan de l'auteur */
padding:5px;				/* Décalage des textes */
border-right-style:solid;	/* Contour du bloc avec une ligne en continue */
border-right-width:1px;		/* Epaisseur du contour */
border-right-color:#000000	/* Couleur du contour */
}
.topicrow2{padding:5px}

/* Date du topic */
.datetopic{
font-family:Verdana, Arial, Helvetica, sans-serif; /* Police du contenu des catégories */
font-size:11px;				/* Taille du texte */
color:#FFFF00;				/* Couleur du texte */
font-weight:bold;			/* Titre en gras */
}

/* Texte de l'auteur d'un topic */
.textauteur{
font-family:Verdana, Arial, Helvetica, sans-serif; /* Police du contenu des catégories */
font-size:11px;				/* Taille du texte */
color:#FF0000;				/* Couleur du texte */
}

/* Texte et signature du topic */
.texttopic, .signaturetopic{
font-family:Verdana, Arial, Helvetica, sans-serif; /* Police du contenu des catégories */
font-size:11px;				/* Taille du texte */
color:#FFFFFF;				/* Couleur du texte */
}