html,body {
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:15px;
	color:#999999;
}

#global {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	height: 950px;
	background-color: #000;
}

#texte {	
	text-align:center;
	position:relative;
	width: 750px;
}

#texte_justifie {
	top:10px;	
	position:relative;
	width: 750px;
	text-align:justify;
	padding-left:25px;
}

#pied {
	top:30px;
	position:relative;
	height: 15px;
	width: 800px;
	text-align:center;
	background-color: #121010;
}

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

.titre {
	font-weight:bold;
}

.lien1:hover {
	text-decoration: none;
	color: #C2B58C;
}
a.lien2 {
	font-weight:bold;
	font-size: 10px;
	color:#CCCCCC;
}
.lien2 {
	text-decoration: none;
	color: #CCCCCC;
}
.lien2:hover {
	text-decoration: none;
	color: #990000;
}

