html,body {
	background-color: #000;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing:0px;
	color: #333333;
}

#global {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	height: 820px;
	margin-top: 0px;
	background-color: #fff;
}
#visuel {	
	text-align:left;
	position:relative;
	height: 60px;
	width: 900px;
	background-color: #000;
}

#texte {	
	text-align:center;
	position:relative;
	height: 80px;
	width: 860px;
	left:20px;
}

#texte_justifie {
	top:30px;	
	position:relative;
	height: 730px;
	width: 860px;
	text-align:justify;
}
#pied {
	top:0px;	
	position:relative;
	height: 20px;
	width: 860px;
	text-align:center;
	background-color: #fff;
}

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

.titre {
	font-weight:bold;
}

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

