.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style16 {color: #000000}
.style17 {color: #FF6600; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.Style9 {color: #ff8040}
.style33 {color: #C85602; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-style: italic; }
.style37 {color: #FF6633}
.style39 {color: #FFFFFF; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-style: italic; }
.style23 {color: #FF6633; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.style27 {font-size: small}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #000000;
}
.style40 {color: #FFFFFF}

table#joueur
{
	width:411px;
	font-family: Arial, Helvetica, sans-serif;
	border-spacing: 0px; 
	border-collapse: collapse; 
}

table#joueur th
{
	color:#FF6633;
	background:black;
}

table#joueur td
{
font-size: small
}

table#joueur tr.gray
{
	background:#cccccc;
}

div#infojoueur
{
	margin-top: 1em;
	width:500px;
	height: 141px;
	border: 1px black solid;
	background:#e2e2e2 url('../img/back-joueur.gif');
}

div#leftjoueur
{
	
	float:left;
	width: 100px;
}

img#joueur
{
	width:96px;
	height:141px;
	border: 1px black solid;
	float:left;
}

div#rightjoueur
{
	width: 400px;
	height:141px;
	border: 1px black solid;
	float:right;
	text-align:center;
}

div#toprightjoueur
{
	height:22px;
	background: #FF6600;
		color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-style:italic;
	font-weight:bold;
}

div#bottomrightjoueur
{
	padding-top: 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-style:italic;
	font-size:small;
}

div#bottomrightjoueur .titrejoueur
{
	font-weight:bold;
}

table#stats
{
	margin-top:1em;
	width:450px;
	font-family: Arial, Helvetica, sans-serif;
	border-spacing: 0px; 
	border-collapse: collapse; 
	border: 1px solid black;
	text-align:center;
	background:white;
}

table#stats th
{
	width:50px;
	color:#FF6633;
	background:black;
}

table#stats td
{
font-size: small;
border: 1px solid #cccccc;
}

