html { 
  margin:0;
  padding:0;
  background: url(images/fond_index.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}BODY
{ 
font-family: Times News Roman, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-color: #000000;
	text-decoration: none;
	}
a:link  {text-decoration:none; color:#000000; font-size:10px;}
a:visited {text-decoration:none; color:#000000; font-size:10px;}
a:active {text-decoration:none; color:#000000; font-size:10px;}
a:hover {text-decoration:none; color:#ffffff; font-size:10px;} 
.compteur_blue
{
	margin:auto;
	margin-top:5px;
	padding:5px;
	background:url('images/black_40p.png');
	width:90%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	text-align:left;	
}
.Titre
{
	font-family: Times News Roman, Verdana, Arial, Helvetica;
	font-size: 26;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;	
}
.copy
{
	font-family: Times News Roman, Verdana, Arial, Helvetica;
	font-size: 9;
	font-style: italic;
	color: #eeeeee;
	
}
.erreur
{
	font-family: Times News Roman, Verdana, Arial, Helvetica;
	font-size: 14;
	font-style: italic;
	color: #ff0000;
	
}
.erreur2
{
	font-family: Times News Roman, Verdana, Arial, Helvetica;
	font-size: 12;
	font-style: italic;
	color: #ff0000;	
}
