html,body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#global {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	height: 703px;
	margin-top: 0px;
}

#texte {	
	text-align:center;
	position:relative;
	height: 600px;
	width: 900px;
}

#texte_justifie {
	top:10px;	
	position:relative;
	height: 650px;
	width: 900px;
	text-align:justify;
}
#pied {
	top:20px;	
	position:relative;
	height: 30px;
	width: 900px;
	text-align:center;
}

.lien1 {
	text-decoration: none;
	color: #999999;
}

.titre {
	font-weight:bold;
}

.lien1:hover {
	text-decoration: none;
	color: #ffffff;
}
