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

body {
	background-color: #000000;
	margin: 0px;
	text-align: center;
}
#image {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

#texte {
	font-family: verdana;
	font-size: 11px;
	color:#999999;
	text-align: center;
}
a:link{
	font-weight:normal;
	text-decoration:none;
	font-family: verdana;
	font-size: 11px;
	color:#999999;
	text-align: center;
}
a:visited{
	font-weight:normal;
	text-decoration:none;
	font-family: verdana;
	font-size: 11px;
	color:#999999;
	text-align: center;
}
a:hover{
	text-decoration:none;
	font-family: verdana;
	font-size: 11px;
	color:#0099FF;
	text-align: center;
}
