body
{
	background-color:#333333;
	margin:0;
	padding:0;
	font:"Times New Roman";
	font-size:18px;
	font-weight:100;
	color:#FFFFFF;
}

#principal
{
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 900px;
     height: 600px;
     margin-top: -300px;
     margin-left: -450px;

}

#haut
{
	border: 1px solid #333333;
	border-bottom: 1px solid #ffffff;
	height:530px;
	width:100%;
}

#haut h1
{
	margin-top:50px;
	text-align:center;
	
}
.texte
{
	font-size:9px;
}

a
{
	color:#FFFFFF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;	
}
