@charset "utf-8";
.sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666666;
	font-style: italic;
}
.joueur {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.resultat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#fond {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	height: 768px;
	width: 800px;
	position: absolute;
}
.tableau {
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 305px;
}
