/**************************************************************

	Table

**************************************************************/
.texte_base_gras 			{ font-size:11px; font-weight:bold;color:#666666; }
.texte_base_fin 				{ font-size:11px;	font-weight: normal; color:#666666; }

td.titreforum 			{ background-image:url('fondnomforum.gif'); border-right:1px solid #CCCCCC; height:29px; }
td.titreforumend 		{ background-image:url('fondnomforum.gif'); }

td.cadre_clair 			{ background-color:#FEFEFE; border-right:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; }
td.cadre_fonce 			{ background-color:#EEEEEE; border-right:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; }
td.cadre_fonce_end 		{ background-color:#EEEEEE; border-bottom:1px solid #CCCCCC; }


.tableau table {
	width: 100%;
}

.tableau table a , table a:visited{
	color:#444;
}

.tableau table a:hover{
	color:#000;
}


.tableau table th {
	font-weight: bold;
	background-image: url(th_off.gif);
	height: 24px;
	text-align: center;
	padding-top:8px;
	color: #FFF;
	font-size: 14px;
}
.tableau table .coin_gauche {
	background-image: url(coins.gif);
	background-position: 10px;
	float: left;
	height: 32px;
	width: 5px;
	margin-top:-8px;
}
.tableau table .coin_droite {
	background-image: url(coins.gif);
	background-position: 5px;
	float: right;
	height: 32px;
	width: 5px;
	margin-top:-8px;
}


.tableau table tr {
	background-color: #f1f1f1;
	padding: 4px;
}

.tableau table tr.altRow {
	background-color: #e7e7e7;
}

.tableau table td {
	height:26px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	color:black;
}

/***************************/
