#footer{
	height: 111px;
	background-color: #fff;
	-moz-box-shadow: 0 -2px 5px rgba(2,2,2,.15);
	-webkit-box-shadow: 0 -2px 5px rgba(2,2,2,.15);
	box-shadow: 0 -2px 5px rgba(2,2,2,.15);
}
#entreprisefooter{
	color: #999;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	position: absolute; margin-top: 80px;
	margin-left: 10px;
}
#adressefooter{
	color: #333;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: 30px;
}
#autreinfosfooter{
	color: #999;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 11px;
	text-align: center;
	position: relative;
	top: 30px;
}
#telephonefooter, #emailfooter{
	color: #333;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	text-align: right;
	margin-right: 10px;
}