body {
	background-color: #eaeaea;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link { color: #000000;}
a:visited { color: #000000;}
a:hover { color: #000000;}
a:active { color: #000000;}

#global { 
	margin-left: auto;
	margin-right: auto;
	width: 360px;
	height: 410px;
	background-image: url("images/fond.png");
	border-style: solid solid none; 
	border-width: 1px; 
	border-color: #20a110;
	border-radius: 10px;
}
#global a:link, #global a:visited, #global a:hover{
	text-decoration: none; 
	border: none;
}
#global img {
	border: none;
}
#global ul {
	list-style-type: none;
	padding: 0;
	margin: 16pt;
}
#global li {
  	background-image: url('images/puce-hfm.png');
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 2em;
}
#global lh { 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
}
#player { 
	position: relative; 
	width: 180px; 
	float: left;
}
#logo {position: relative; width: 90px; float : left;}
#centre {text-align: center;}
#titre_avant {text-align: left;}