
body {
	background-color: #000000;
	text-align: center;
	overflow:auto;
}
#Texte {
	text-align: justify;
	width: 400px;
	margin: 20px auto 20px auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin:20px 0 5px 0;
	color:#FFFFCC;
	font-size:12px;
	font-weight:bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
	margin:0 0 5px 0;
}

a {
	color:#999999;
	text-decoration:none;
	font-style:italic;
}

a:hover {
	color:#CC0000;
	text-decoration:none;
}

hr {
	height:1px;
	border-bottom:none;
	border-top:1px dashed #aaa;
}

