/***********************************
*		Indexforum.css
*	Page d'accueil du forum
************************************/


/********************************************************************************************************
** CI DESSOUS : Table sup' Marquer tous les messages comme lus etc............................... ******
*********************************************************************************************************/
.table_superieur_info{
	width:700px; font-weight:bold; margin:auto; background-color:white; }
.table_superieur_td_gauche{
	padding:10px; border-left:1px solid #7ba5bd; border-top:1px solid #7ba5bd; border-bottom:1px solid #7ba5bd; font-size:10px; color:#666666;}
.table_superieur_td_droite{
	padding:10px; border-top:1px solid #7ba5bd; border-bottom:1px solid #7ba5bd; vertical-align:middle; text-align:right; border-right:1px solid #7ba5bd;}

.table_coms{
	width:700px; margin:auto; border:1px solid#7ba5bd; border-top:none; text-decoration:none; cursor:pointer; }
.table_tdleft_coms, .table_tdright_coms{
	width:350px; text-align:center; height:15px; color:#305a92; background-image:URL('../design/haut_tableau_degrade_PP_small.PNG');
	border-bottom:1px solid#7ba5bd; font-size:11px;  }
.table_tdleft_coms{
	border-bottom:1px solid#7ba5bd; }
.table_tdright_coms{
	border-left:1px solid white;}
.table_fermer{
	text-align:center; font-size:10px; color:#c85a5a; font-weight:normal; letter-spacing:2px; vertical-align:bottom;}
.td_coms_font{
	vertical-align:middle; color:#666666; font-size:11px;}
.table_montrermasque{
	text-align:center; font-size:10px; color:#c85a5a; font-weight:normal; letter-spacing:2px; }



/********************************************************************************************************
** CI DESSOUS : Tout ce qui correspond au tableau titre et contenu menant vers le listing des forum******
*********************************************************************************************************/

.table_global{				/* (TABLE)	tableau général contenant les forums */
	background-color:#eef1f8; border:1px #7BA5BD solid; font-family: Verdana,Arial,Helvetica,sans-serif; width:800px; margin:auto; }	
.select_tuto:hover {		/* (TR)		ligne d'un forum, surlignage */
	background-color:#dcecf0; }


/***************************** titre du tableau ***********************************/

.categories_auteur, .categories_nom, .categories_nombres{		/* toutes les case supérieurs de titre (nom, sujet, réponses, auteur) */
	background-image:url('../design/haut_tableau_degrade_PP_sansbordertop.PNG'); font-size:11px; color:#587ea5; font-weight:bold; height:25px; 
	border-top:1px solid white; }
.categories_auteur{			/* (TD)		nom de l'affichaege des forum : Sujet | réponse | dernier message */
	border-left:1px solid white; border-right:1px solid white; }
.categories_nom{			/* (TD)		nom de l'affichaege des forum : NOM */
	padding-left:15px; letter-spacing:3px; border-left:1px solid white;}
.categories_nombres{		/* (TD)		nom de l'affichaege des forum : Sujets | Posts */
	border-left:1px solid white; }

/***************************** cases du tableau ***********************************/
.case_logo{
	border: 1px solid white; border-top:0px; border-left:0px; }
.case_nomforum{
	padding:10px; border: 1px solid white; border-top:0px; text-align:justify; }
.case_nombres{				/* (TD) 	contient le nombre de Sujets | Posts */
	border: 1px solid white; border-top:0px; color: black; text-align:center; text-decoration: none; font-size:10px; }
.case_auteur{			/* (TD)		case de l'auteur (17 Juin 2009 11:55 par auteur =>) */
	border: 1px solid white; border-top:0px; border-right:0px; color:#333333; font-style: normal; text-decoration: none; font-size: 11px; text-align:center; }
.case_auteur a{	 color:#40779c; }

/********************** ajustement des duos de longueurs ***********************************/
.case_nombres, .categories_nombres{
	width:70px; }
.categories_auteur, .case_auteur{
	width:150px; }

