footer {
	width: 1200px;
	margin: 0;
	padding: 0;
}

footer nav {
	background-color: #000;
	width: 100%;
}

footer a {
	color: #999;
	text-decoration:none;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-ms-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}

footer a:hover {
	color:  #fff;
}

footer span {
	font-size:12px;
}

#footer-menu {
	display: table;
	text-align: center;
	padding-top: 15px;
	/*padding-left: 80px;*/
	padding-bottom: 20px;
	vertical-align: middle;
	font-family: Helvetica, Arial, Verdana;
	color: #999;
	font-size: 14px;
}

#footer-menu ul {
	display: table-cell;
	text-align: left;
	list-style:none;
	padding-left: 60px;
}

#footer-menu ul li {
	display: block;
}

#reseaux-sociaux {
	text-align: center;
	color: #999;
	padding-bottom: 20px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 14px;
}
		
#reseaux-sociaux span {
	margin-left:8px;
	margin-right: 16px;
}

#reseaux-sociaux a img {
	border: none;
	width: 20px;
	height: 19px;
}

#adresse {
	padding-bottom: 20px;
	text-align: center;
	color: #999;
	font-family: Helvetica, Arial, Verdana;
}

#credits {
	padding-bottom: 5px;
	text-align: center;
	white-space: nowrap;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	color: #fff;
	font-family: Helvetica, Arial, Verdana;
}

#credits a {
	color: #666;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-ms-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}

#credits a:hover {
	color:  #fff;
}
