@charset "utf-8";
/* CSS Document */



body,td,th {
	color: #FFC ;
	text-align: center;
}
html {
		background: url (road_lights/road_ligths_nov_2011_03.jpg) no-repeat center fixed; 
  		margin:0;
    	padding:0;
    	-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 */
		background-color:#000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
