/* --------------------------------------------------------------- */
/* ------------------------- CREATION DE TABLEAUX
/* --------------------------------------------------------------- */
	#tab_classement{
	position:absolute;
	top:70px;
	left:100px;
	margin:0;
	padding:0;
	width:480px;
	height:230px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
/* --------------------------------------------------------------- */
	.tab_entete p{
	position:relative;
	float:left;
	margin:-18px 0 0 0;
	padding:0;
	width:100%;
	height:20px;
	}
	.tab_entete span,.tab_corps span,.tab_pied span{
	display:block;
	position:relative;
	float:left;
	height:18px;
	line-height:18px;
	border-left:1px solid #336699;
	color: #666666;
	font-size: 12px;
	}
	.tab_entete span{
	background-color: #C5DAED;
	font-variant: small-caps;
	font-weight:bold;
	color: #666666;
	border-top:1px solid #336699;
	border-bottom:1px solid #336699;
}
	.tab_corps span{
	border-bottom:1px solid #336699;
}
	.tab_pied span{
	font-weight:bold;
	border-top:1px solid #336699;
	border-bottom:1px solid #336699;
}
	.tab_corps{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:230px;
	overflow:auto;
	}
	.tab_corps p{
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
	.tab_pied p{
	position:relative;
	float:left;
	margin:0px 0 0 0;
	padding:0;
	width:100%;
	height:20px;
	}
	.tab_close_ri{
	border-right:1px solid #336699;}
	
/* --------------------------------------------------------------- */
	
	
	
	#tab_palmares{
	position:absolute;
	top:60px;
	right:20px;
	margin:0;
	padding:0;
	width:135px; /* Calcul de ce width : 25px pour l'overflow du corps + la somme des width span du corps */
	height:auto;}

/* --------------------------------------------------------------- */
/* ------------------------- FILTRE SAISON
/* --------------------------------------------------------------- */
	#enc_filtre{
	position:absolute;
	top:45px;
	left:20px;
	margin:0;
	padding:0;
	width:50px;
	height:320px;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	text-align:center;}
	#enc_filtre p{
	margin:0;
	padding:0;
	width:100%;}
/* --------------------------------------------------------------- */
/* ------------------------- SOULIER D'OR
/* --------------------------------------------------------------- */
	#enc_soulier{
	position:absolute;
	bottom:19px;
	left:135px;
	margin:0;
	padding:0;
	width:100px;
	height:50px;
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:center;
}
	#enc_soulier p{
	margin:0;
	padding:0;
	width:100%;}
/* --------------------------------------------------------------- */
/* ------------------------- STATISTIQUES
/* --------------------------------------------------------------- */
	#enc_stat{
	position:absolute;
	bottom:19px;
	right:65px;
	margin:0;
	padding:0;
	width:100px;
	height:50px;
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:center;
}
	#enc_stat p{
	margin:0;
	padding:0;
	width:100%;}
	h4 a{
	color: #336699;
}
	h4 a:hover{
	color: #CC3333;
}
	
