@charset "UTF-8";
#statistiques {
	width: 100%;
	position: relative;
}
#tableaux {
	margin: 0px 25px 0px 115px;
	width: 605px;
}
h1#titreStatistiques {display: none}
ul#menuStatistiques {
	display: block;
	margin: 0px 0px 0px;
	padding: 0px;
	height: 18px;
	width: 100%;
	list-style: none;
	border-bottom: 5px solid;
}
ul#menuStatistiques li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 18px;
	width: 109px;
}
ul#menuStatistiques a {
	display: block;
	height: 100%;
	width: 100%;
}
li#item_saison a {
	background: url(../images/saison.png) no-repeat top;
}
li#item_saison a:hover {
	background: url(../images/saison.png) no-repeat bottom;
}
li#item_top14 a {
	background: url(../images/top_14.png) no-repeat top;
}
li#item_top14 a:hover {
	background: url(../images/top_14.png) no-repeat bottom;
}
li#item_hcup a {
	background: url(../images/h_cup.png) no-repeat top;
}
li#item_hcup a:hover {
	background: url(../images/h_cup.png) no-repeat bottom;
}
li#item_amical a {
	background: url(../images/amical.png) no-repeat top;
}
li#item_amical a:hover {
	background: url(../images/amical.png) no-repeat bottom;
}
#tableaux table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 5px solid #FCE5E8;
}
#tableaux tr {
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-align: center;
	font-size: 11px;
}
#tableaux th {
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	vertical-align: middle;
}
#tableaux  th.type {
	text-align: left;
}
th#matchs {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	height: 26px;
	text-align: left;
	padding-left: 10px;
}
#tableaux td {
	margin: 0px;
	padding: 5px;
	vertical-align: middle;
}
#tableaux tr.lignepair {
	background: #FCE5E8;
}
tr#bopb th, tr#bopb td {
	color: #ffffff;
}
ul#pictosInterractifs {
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	z-index: auto;
	top: 0px;
	left: 40px;
}
ul#pictosInterractifs li {
	display: block;
	margin: 20px 0px 0px;
	padding: 0px;
	width: 33px;
}
li#imprimer {
	height: 23px;
}
li#imprimer a {
	background: url(../images/backgr_btnPrint.png) no-repeat center top;
	display: block;
	height: 100%;
	width: 100%;
}
li#imprimer a:hover {
	background: url(../images/backgr_btnPrint.png) no-repeat center bottom;
	display: block;
	height: 100%;
	width: 100%;
}
li#envoiEmail {
	height: 15px;
}
li#envoiEmail a {
	background: url(../images/backgr_btnEmail.png) no-repeat center top;
	display: block;
	height: 100%;
	width: 100%;
}
li#envoiEmail a:hover {
	background: url(../images/backgr_btnEmail.png) no-repeat center bottom;
	display: block;
	height: 100%;
	width: 100%;
}
#tableaux .rouge {
	color: #E1001A;
}
table#meilleursMarqueurs, table#meilleursButeurs {
 	margin-top: 20px;
	width: 49%;
 }
table#meilleursMarqueurs {
	float: left;
}
table#meilleursButeurs {
	float: right;
}
#meilleursMarqueurs th, #meilleursButeurs th {
	color: #FF0000;
	text-align: left;
}
