/* ---------------------------------------------------------------
	BASE
 --------------------------------------------------------------- */

	h2{
		color: #CC3333;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
		text-decoration: underline;
		clear: both;
		float: none;
	}
	
/* ---------------------------------------------------------------
	DETAIL
 --------------------------------------------------------------- */
	#zone_detail{
		position: relative;
		float: right;
		width: 80%;
		height: auto;
	}

/* ---------------------------------------------------------------
	LISTE DES JOUEURS
 --------------------------------------------------------------- */

	p.tab_entete{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 34px;
		clear: both;
		float: none;
	}

	p.tab_entete span{
		display: block;
		position: relative;
		float: left;
		margin: -1px 0 0 -1px;
		height: 34px;
		line-height: 34px;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		background: #F7F7F7;
		border: 1px solid #CCC;
	}

/*-----------------------------------------*/

	ul.tab_liste{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		clear: both;
		float: none;
	}

	ul.tab_liste li{
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 1px;
		width: 100%;
		height: 34px;
		float: left;
		color: #333;
	}

	ul.tab_liste span{
		display: block;
		position: relative;
		float: left;
		height: 34px;
		line-height: 34px;
		font-size: 12px;
		border: 1px solid #CCC;
		margin-top: -1px;
		margin-left: -1px;
	}
	
	span.format_nom{text-indent: 5px;}
	span.format_chiffre{text-align: center;}

	span.format_lien{text-align: center;}
	span.format_lien a{color: #336699;}

	span.format_photo{text-align: center;}
	span.format_photo img{margin-top: 2px;}
/*-----------------------------------------*/

	span.stat_place{width: 30px;text-align: center;}

	span.stat_libelle{width: 120px; text-indent: 10px;}

	span.stat_date{width: 90px; text-align: center;}

	span.stat_chifre{width: 72px;text-align: center;}
	.score_g{background: url(../multimedia/site/stat_g.png) repeat top left; color: white;}
	.score_n{background: url(../multimedia/site/stat_n.png) repeat top left; color: gray;}
	.score_p{background: url(../multimedia/site/stat_p.png) repeat top left; color: white;}

	span.stat_equipe_1{width: 130px;text-align: right; padding-right: 10px;}
	span.stat_equipe_2{width: 130px;text-align: left; padding-left: 10px;}

	span.stat_lien{width: 70px;text-align: center;}

