/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #000000;
}
a {
	outline:none;
}
#fond {
	position:absolute;
	left:50%;
	top:30px;
	width:1024px;
	height:751px;
	z-index:1;
	margin-left: -512px;
	background-color: #000000;
}
#texte {
	color:#FFFFFF;
	font: 30px "Bradley Hand ITC";
	text-align:center;
	position:absolute;
	left:170px;
	top:-4px;
	width:891px;
	height:13px;
	z-index:2;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover, a:active {
	text-decoration:underline;
	color:#FFFFFF;
}
