@charset "UTF-8";
#classement {
	width: 100%;
	position: relative;
}
#tableau {
	margin: 0px 25px 0px 115px;
	width: 605px;
	border-style: none;
}
h1#titreClassement {display: none}
ul#menuClassement {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 100%;
	list-style: none;
	border-bottom: 5px solid;
}
ul#menuClassement li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 18px;
	width: 109px;
}
ul#menuClassement a {
	display: block;
	height: 100%;
	width: 100%;
}
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;
}
form#journee {
	font-size: 12px;
	padding: 10px;
	display: block;
	overflow: auto;
	margin-top: 0px;
}
form#journee  fieldset {
	display: block;
	float: left;
}
form#journee h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	line-height: 16px;
	display: block;
	float: right;
}
#tableau table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 5px solid #FCE5E8;
	clear: both;
}
#tableau tr {
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-align: center;
	font-size: 11px;
}
#tableau th {
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	vertical-align: middle;
}
#tableau th.equipe {
	text-align: left;
}
#tableau td {
	margin: 0px;
	padding: 5px;
	vertical-align: middle;
}
#tableau 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%;
}
#tableau .rouge {
	color: #E1001A;
}

