html,body {
	background-color: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC99;
	height: 100%;
	overflow-x:hidden;
}
#global {
	position: absolute;
	background-color: #000;
	background-image: url(img/index2.jpg);
	left: 50%;
	width: 1500px;
	margin-left: -750px;
	height: 1000px;
	text-align: center;
	margin-top:-30px;
}
#main {
	position: absolute;
	/*
	opacity: 0.7 ;
	filter: alpha(opacity=70);
	background-image:url(img/bgground.gif);*/
	background-color: #000000;
	/*left: 80%;*/
	right:80px;
	height: 1000px;
	width: 300px;
	margin-left: -150px;
	margin-top:-10px;
}
#texte {
	position: absolute;
	/*left: 80%;*/
	margin-top:50px;
	right:105px;
	height: 470px;
	width: 250px;
	margin-left: -125px;
}
#justifier {
	position:relative;
	height: 470px;
	width: 250px;
	text-align:justify;
}
a.ex2 {
	font-size: 10px;
	color: #848368;
}
.ex2 {
	text-decoration: none;
	color: #848368;
}
.ex2:hover {
	text-decoration: none;
	color: #fff;
}
.titre {
	color: #fff;
	font-size: 13px; 
}
.en {
	color:#848368;
}
a {
	text-decoration: none;
	font-size: 10px;
	color: #CCCC99;
}

a:hover {
	text-decoration: none;
	color: #fff;
}
