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

body {
	background-color: #000;
	background-image: url(image/actualisation.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
}
.text a {
	color: #FFFFFF;
	text-decoration: none;
}
.text a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.text a:hover {
	color: #FF0000;
	text-decoration: none;
}
.text a:active {
	color: #FF0000;
	text-decoration: none;
}
