html,body {
	background-color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC99;
}
#global {
	position: absolute;
	background-color: #fff;
	background-image: url(img/index2.jpg);
	top: 50%;
	left: 50%;
	width: 1500px;
	margin-left: -750px;
	height: 1000px;
	margin-top: -500px;
	text-align:justify;
}
#main {
	position: absolute;
	/*
	opacity: 0.7 ;
	filter: alpha(opacity=70);
	background-image:url(img/bgground.gif);*/
	background-color: #000;
	right:80px;
	top: 50%;
	height: 1000px;
	width: 550px;
	margin-top: -500px;
	margin-left: -275px;
}
#texte {
	position: absolute;
	right:105px;
	top: 2%;
	height: 500px;
	width: 500px;
	margin-left: -255px;
	text-align:justify;
}
#footer {
	background-color: #fff;
	height: 50px;
	width: 842px;
	color: #66603A; 
	font-size: 10px;  
}
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; 
}
a {
	text-decoration: none;
	font-size: 10px;
	color: #CCCC99;
}

a:hover {
	text-decoration: none;
	color: #fff;
}
.titre {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #4D5C0F;
	font-weight: bold;
}
