body #footer {
	background-color: #ebebeb;
	background-image: none;
	bottom: 0;
	clear: both;
	display: block;
	font-family: Arial;
	font-size: 11px;
	height: 78px;
	margin: 0;
	position: relative;
	text-align: center;
	*float:left;
}

body #footer #mentions {
	height: 42px;
	margin: auto;
	padding-top: 22px;
	width: 420px;
}

body #footer #mentions>a {
	display: inline-block;
	*display: inline;
	  /* IE < 8 */
	text-decoration: none;
	color: #4a4a4a;
	 
}

#footNumAzur {
	background: #ebebeb
		url("../../../images/new_layout/footer_logo-azur.png") no-repeat
		scroll center center;
	height: 23px;
	padding-right: 0;
	position: absolute;
	top: 10px;
	width: 166px;
}

div#footer ul {
	float: right;
	position: relative;
	width: 100%;
}

#footer_logo {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 0;
	height: 78px;
	position: absolute;
	right: 0;
	top: 0;
}

.separator-footer {
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 0 0 78px 47px;
	display: inline-block;
	line-height: 0;
	width: 0;
	*display: inline;
	*float:left; /* IE < 8 */
}

#footer_logo .footer_logo_content {
	background-color: #fff;
	display: inline-block;
	height: 78px;
	*display: inline;
	  /* IE < 8 */
}

i.icon-logo-laposte {
	background: #fff url("../../../images/new_layout/footer_logo-laposte.png")
		no-repeat scroll center center;
	display: block;
	height: 78px;
	width: 211px;
	background-size: 140px;
}

* {
	box-sizing: content-box;
}