/* FEUILLE DE STYLE RESULTATS */

TABLE.liste, TABLE.stats, TABLE.listeMatch1, TABLE.listeMatch2, TABLE.listeAnalyse, TABLE.identificationJoueur, TABLE.listeConsultation
{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

TABLE.identificationJoueur, TABLE.listeConsultation
{
	width:95%;
}

TABLE.stats
{
	width:100%;
}

TABLE.listeMatch1
{
	width:35%;
	float:left;
	clear:none;
}

TABLE.listeMatch2
{
	width:65%;
	float:left;
	clear:none;
}

TABLE.listeAnalyse TBODY TR.gagnant TD.surligne,
TABLE.listeAnalyse TBODY TR.gagnant TD.nonSurligne, 
TABLE.listeAnalyse TBODY TR.gagnant TD.iterationSurligne,
TABLE.listeAnalyse TBODY TR.gagnant TD.iterationNonSurligne,
TABLE.listeAnalyse TBODY TR.survol TD.surligne,
TABLE.listeAnalyse TBODY TR.survol TD.nonSurligne, 
TABLE.listeAnalyse TBODY TR.survol TD.iterationSurligne, 
TABLE.listeAnalyse TBODY TR.survol TD.iterationNonSurligne 
{
	border-bottom:1px solid #D7D7D7;
	padding-left:4px;
	padding-right:4px;
	border-left:1px dashed #D7D7D7;
	background-color:#F9F9F9;
}

TABLE.listeAnalyse TD.separe
{
	padding-left:4px;
	padding-right:4px;
	height:20px;
}

TABLE.listeAnalyse TD3
{
	padding-left:4px;
	padding-right:4px;
}

TABLE.listeAnalyse TBODY TR.gagnant TD.nonSurligne,TABLE.listeAnalyse TBODY TR.gagnant TD.iterationNonSurligne,TABLE.listeAnalyse TBODY TR.survol TD.nonSurligne,TABLE.listeAnalyse TBODY TR.survol TD.iterationNonSurligne
{
	background-color:#FFFFFF;
}

TABLE.listeAnalyse TBODY TR.surligne TD.colonneCheck
{
	background-color:#FEE99C;
	width:30px;
	border-bottom:1px solid #FEE99C;
}

TABLE.listeAnalyse TBODY TR.gagnant TD.iterationSurligne,TABLE.listeAnalyse TBODY TR.gagnant TD.iterationNonSurligne,TABLE.listeAnalyse TBODY TR.survol TD.iterationSurligne,TABLE.listeAnalyse TBODY TR.survol TD.iterationNonSurligne, TABLE.listeAnalyse TBODY TR.gagnant TD.iteration, TABLE.listeAnalyse TBODY TR.perdant TD.iteration, TABLE.listeAnalyse TBODY TR.survol TD.iteration
{
	padding:0px;
	border-left:0px;
	width:30px;
	color:#959595;
}

TABLE.listeAnalyse TBODY TR.gagnant TD.colonneCheck, TABLE.listeAnalyse TBODY TR.survol TD.colonneCheck
{
	padding:0px;
	border-left:1px solid #FEE99C;
	background-color:#FEE99C;
	width:30px;
	border-bottom:1px solid #FEE99C;
}

TABLE.listeAnalyse TBODY TR.gagnant TD,TABLE.listeAnalyse TBODY TR.perdant TD
{
	border-bottom:1px dashed #D7D7D7;
	padding-left:4px;
	padding-right:4px;
	border-left:1px dashed #D7D7D7;
	background-color:#FEF5EA;
	height:20px;
}

TABLE.listeAnalyse TBODY TR.perdant TD
{
	background-color:#FFFFFF;
}

TABLE.listeAnalyse TBODY TR.survol TD.participantSurvol
{
	background-color:#FEE99C;
	color:#A36209;
	padding-left:4px;
	padding-right:4px;
}

DIV.boxAjoutTableau
{
	float:left;
	width:180px;
}

DIV.boxTableau
{
	float:left;
	width:390px;
}



DIV.titreDiscipline
{
	font-size:14px;
	color:#101f69;
	font-family:arial;
	font-weight:bold;
	margin-left:10px;
	margin-bottom:4px;
}

DIV.blocNom
{
	font-weight:bold;
	font-size:20px;
	font-family:arial,verdana;
}

DIV.boxConsultationClassement
{
	float:left;
	font-weight:bold;
	font-size:14px;
	font-family:arial,verdana;
}

DIV.boxConsultationComptabilise
{
	float:right;
	font-weight:bold;
	font-size:14px;
	font-family:arial,verdana;
}

INPUT.champs_zone				{width:80px;	border:1px solid #B6B6B6;}
INPUT.champs_sigle				{width:60px;	border:1px solid #B6B6B6;}
INPUT.critere					{width:150px;	border:1px solid #B6B6B6;}
INPUT.champs_nom_court			{width:100px;	border:1px solid #B6B6B6;}

