body {
	font-family: Verdana, Calibri, sans-serif;
	margin: 0px;
	padding: 0px;
}
footer {bottom: 0;
 position: fixed;
width: 100%;}

nav.footer {
	width: 100%;
	background-color: #424558;
  height:32px !important;   /* Height of the footer */
}

/*on ne cible que les ul direct apres un nav*/
nav.footer > ul {
	margin:0px;
	padding: 0px;
}
/*on enleve les puces de tous les li apparenant a nav*/
nav.footer li {
	list-style-type: none;
}
/*On affiche seulement les li d'onglets cote à cote*/
nav.footer > ul > li {
	float: right;
	position: relative;
}

/*clearfix*/
nav.footer > ul::after{
	content: "";
	display: table;
	clear: both;
}
nav.footer a {
	display: inline-block;
	text-decoration: none;
}
nav.footer > ul > li > a {
	padding: 5px 10px;
	color: #fff;
}
.footer-contact a:hover{
	color: #e44f26;
}
.footer-mentionslegales a:hover{
	color: #00aaff;
}
.footer-text a:hover{
	color: gold;
}
