td
{
	font-family: sans-serif; 
	color: beige;
}

body{
	background: black;
}
.cssCompteur{
	font-size: 11px;
	font-family: sans-serif; 
	color: beige;
}
.cssCopy{
	witdh: 100;
	position: absolute;
	left: 70px;
	top: 370px;
}
.cssCopyFont{
	font-size: 9px;
	font-family: sans-serif; 
	color: beige;
}

a:link {color: beige}     /* unvisited link */
a:visited {color: beige}  /* visited link */
a:hover {color: beige}   /* mouse over link */
a:active {color: beige}   /* selected link */
