/* FOOTER */
#footer_container{
	display:block;
	width:100%;
	height:60px;
	position:absolute;
	bottom:0px;
	left:0px;
	/*-webkit-box-shadow: 4px 0px 12px rgba(0, 0, 0, .75); 
	-moz-box-shadow: 4px 0px 12px rgba(0, 0, 0, .75); 
	box-shadow: 4px 0px 12px rgba(0, 0, 0, .75);*/
	z-index:500;
}
#footer{
	display:block;
	width:96%;
	height:60px;
	position:fixed;
	bottom:0px;
	left:2%;
	
	font-size:.8em;
	color:#fff;
	z-index:500;
}
#footer_back{
	display:block;
	width:100%;
	height:70px;
	position:fixed;
	bottom:0px;
	left:0px;
	background:url(../img/footer_back.png) center;
	z-index:450;
	/*-webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, .75); 
	-moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, .75); 
	box-shadow: 0px 4px 12px rgba(0, 0, 0, .75);*/
}
#footer_trait{
	margin:0;
	width:100%;
	height:1px;
	position:fixed;
	left:0px;
	bottom:80px;
	z-index:150;
	border:0;
	background-color:#000000;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color: #00B013;
}
#footer img{
	margin:0px;
}
#logo_footer{
	display:block;
	width:150px;
	height:70px;
	position:absolute;
	top:0px;
	left:40px;
	background-image:url(../img/logo_OK.png);
	background-size:contain;
	background-repeat:no-repeat;
	z-index:20;
}
#footer_menu{
	width:260px;
	position:absolute;
	top:10px;
	left:320px;
}
#footer_adresse{
	width:260px;
	position:absolute;
	top:10px;
	left:20px;
}
.footer_title{
	color:#555;
	text-decoration:underline;
	font-style:italic;
}
.footer_agence{
}
#footer_text{
	width:260px;
	text-align:right;
	position:absolute;
	top:10px;
	right:20px;
}	
#footer_trait_vertical{
	margin:0;
	width:1px;
	height:60px;
	position:absolute;
	left:300px;
	top:10px;
	z-index:40;
	border:0;
	background-color:#000;
}
#footer_trait_vertical_2{
	margin:0;
	width:1px;
	height:60px;
	position:absolute;
	left:600px;
	top:10px;
	z-index:40;
	border:0;
	background-color:#000;
}