#score_cont {
	padding: 0px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.score1 {
	font-size: 10px;
	font-weight: bolder;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.score2 {
	background-color: #F9CBE6;
}
.score_nb {
	text-align: right;
	display: inline;
	width: 60px;
	margin-right: 10px;
	position: absolute;
	left: 100px;
}
.score_nom {
	text-align: left;
	margin-left: 5px;
	width: 120px;
	display: inline;
	font-weight: bold;
	color: #849234;
}
.score_unit {
	text-align: left;
	display: inline;
	width: 20px;
	margin-right: 10px;
	position: absolute;
	font-weight: normal;
	left: 160px;
}
.player {
	font-size: 10px;
	font-style: italic;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 3px;
}
.score_titre {
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../graph/score_haut.gif);
	background-repeat: no-repeat;
	width: 180px;
}
.bas_score {
	height: 22px;
	background-image: url(../graph/score_bas.gif);
	background-repeat: no-repeat;
	width: 180px;
}
.best_titre {

	height: 40px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../graph/best_haut.gif);
	background-repeat: no-repeat;
	width: 180px;
}

