body {
	width:100%;
	height:100%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 1em;
	color: #000;
	overflow:hidden;
	z-index:0;
}
#container{
	width:100%;
}
.fullBg{
	position: fixed;
	top: 0px;
	left: 0px;
	min-height: 680px;
	min-width: 930px;
	overflow: hidden;
	z-index:-5;
}

/*LINKS*/
a:link {
	text-decoration: none;
	color: #00B013;
}
a:hover {
	text-decoration:underline;
	color: #00B013;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

/* MAIN */
#main_container{
	width:100%;
	
}
#main{
	width:900px;
	min-height:615px;
	position:relative;
	top:80px;
	left:50%;
	font-size: .8em;
	margin-left:-450px;
	/*background-color:rgba(0,0,0,.6);*/
	background-color:rgba(255,255,255,.6);
}
#main a{
	color:#fff;
	text-decoration:none;
}
#main img{
	max-width:900px;
}
#main h1{
	visibility:hidden;
}

#bloc_wide{
	width:900px;
	height:auto;
	min-height:250px;
	padding-bottom:20px;
	margin-bottom:25px;
	position:relative;
	top:0px;
	left:0px;
	
}

/* HEADER */
#header_container{
	width:900px;
	height:450px;
	position:relative;
	top:20px;
	left:50%;
	margin-left:-450px;
}

/* ANIMATION */
#animation{
	width:105%;
	height:500;
	position:relative;
	top:80px;
	left:0px;
}
.fb-like{
	position:absolute;
	top:400px;
	left:780px;
}
.title_block{
	display:block;
	width:900px;
	height:40px;
	position:absolute;
	top:70px;
	left:50%;
	margin-left:-450px;
	z-index:70;
}
.title_block .title{
	width:260px;
	height:40px;
	position:absolute;
	top:0px;
	right:0px;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	text-indent:10px;
	line-height:40px;
	background-color:#FBCA00;
}
.title_block .title2{
	width:320px;
	height:40px;
	position:absolute;
	top:0px;
	right:0px;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	text-indent:10px;
	line-height:40px;
	background-color:#FBCA00;
}
.title_block2{
	display:block;
	width:900px;
	height:40px;
	position:absolute;
	top:400px;
	left:50%;
	margin-left:-450px;
	z-index:70;
}
.title_block2 .title{
	width:320px;
	height:40px;
	position:absolute;
	top:0px;
	left:0px;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	text-indent:10px;
	line-height:40px;
	background-color:#FBCA00;
}

/* PRESENTATION */
#presentation{
	width:900px;
	height:300px;
	position:relative;
	top:60px;
	left:0px;
	z-index:10;
}
#presentation a{
	text-decoration:none;
}
#presentation a:hover{
	text-decoration:underline;
}
#presentation_titre{
	width:900px;
	height:30px;
	position:absolute;
	top:20px;
	left:0px;
	text-align:center;
	line-height:30px;
	text-indent:10px;
	background-color:#00953a;
}
#presentation_texte{
	width:800px;
	position:absolute;
	top:75px;
	left:30px;
	font-size:14px;
	text-align:left;
}

#partenaires_{
	position:relative;
	top:60px;
}

#vehicule_bandeau {
	position: relative;
	top:30px;
	left:10px;
    width: 140px;
	height:20px;
	text-align:center;
	background: #FFF;
	z-index:200;
}
#bloc_texte{
	display:block;
	width:430px;
	height:220px;
	position:relative;
	top:170px;
	left:330px;
	font-size: .8em;
	background-color:rgba(255,255,255,.8);
	z-index:5;
	overflow-x:auto;
	padding:10px;
}
#bloc_texte_titre {
    width: 430px;
	height:20px;
	text-align:center;
}
#bloc_photos{
	display:block;
	width:450px;
	height:240px;
	position:relative;
	top:170px;
	left:330px;
	z-index:5;
}