html,body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	color: #72796b;
}

#global {
	position: absolute;
	top: 20px;
	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;
	width: 900px;
	text-align:justify;
}
#pied {
	top:20px;	
	position:relative;
	height: 30px;
	width: 900px;
	text-align:center;
}

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

.titre {
	font-weight:bold;
}

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