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

table {
	text-align: center;
	font-size: 28px;
}
html {
	
	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;
}
body, td, th {
	color: #FFF;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #333;
}
div {
	text-align: left;
}
h1  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:large;
}
h2  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

