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

}
#ref {
	margin-top: 2000px;
	text-align: left;
	font-size: 0.9em;
	color: #333333;
}
#global {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	height: 580px;
	margin-top: -290px;
	background-color: #444;
}

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

#visuel {	
	position:relative;
	width: 900px;
	height: 400px;
}

#texte_justifie {	
	top:10px;
	position:relative;
	height: 80px;
	width: 860px;
	text-align:justify;
}

#entrer {
	position: relative;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	height: 50px;
	text-align: left;
	}

a.lien2 {
	font-size: 12px;
	color: #cccccc;
}
.lien2 {
	text-decoration: none;
	color: #cccccc;
}
.lien2:hover {
	text-decoration: none;
	color: #ffffff;
}
a.dp {
	text-decoration: none;
	border:none;
}
.dp {
	text-decoration: none;
	border:none;
}
.dp:hover {
	text-decoration: none;
	border:none;
}
.titre {
	color: #C2B58C;	
}
.titre_gras {
	font-weight:bold;
}
.lien1 {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	color: #ffffff;
}

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

