html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	position:relative;
	font-family: Helvetica, Verdana, arial;
	font-size: 12px;
	color: black;
	background-image: url('../images/fond_global.jpg');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	height:100%;
}
a{
	outline: none;
}
A, A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
IMG{
border: 0px;
}
#conteneur{
	position:relative;
	margin: 0 auto 0 auto ;
	width: 1024px;
	background-color: #F7EDAB;
	height: 800px; 
	background-image: url(../images/index_page_plus.jpg); 
	background-repeat: no-repeat;
}
#accueil{ 
	width : 385px;
	height : 100px;
	position:absolute;
	top : 462px;
	left : 360px;
	font-size: 12px;
	font-family: Helvetica;
	text-align: justify;
}
#wrap{
	position:relative;
	display:block;
	width:1024px;
	height:770px;
	overflow:hidden;
}
#logo{
	display:block;
	position:absolute;
	top:0;
	left:50px;
	width:400px;
	height:200px;
}
#bloc_titre{
	display:block;
	position:absolute;
	top:220px;
	left:50%;
	margin: 0 0 0 -250px;
	width:500px;
	height:30px;
	color:#d56200;
	font-size:24px;
}
#bloc_text{
	display: block;
	position:relative;
	width:500px;
	height:260px;
	margin:0 auto 0 auto;
	top:250px;
	border:1px solid #d56200;
	
}
#bloc_text p{
	position:absolute;
	top:0;
	left:0;
	width:480px;
	height:215px;
	z-index:2;
	padding:10px;
	overflow:auto;
}
#bloc_text span{
	width:100%;
	height:100%;
	background-color:#F7EDAB;
	opacity:0.2;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#btn{ 
width: 123px;
height : 65px;
position:absolute;
top : 605px;
left : 470px;
}

#foot{ 
width : 1020px;
height : 14px;
position:absolute;
top : 754px;
left : 4px;
font-size :9px;
}

#footer_text{
	padding:10px 0 0 0;
	position:relative;
	color:#d56200;
	width:100%;
	text-align:center;
	background-color:#ffffff;
}
#footer_text a{
	color:#d56200;
	padding:5px;
}
#footer_text a:hover{
	text-decoration: underline;
}