#footer {
  background-color: #808284;
  color: white;
  margin: 0;
}
#footer .copyright {
  bottom: 49px;
  position: absolute;
  right: 0;
}
#footer .copyright-texte a,
#footer .copyright-texte a:hover,
#footer .copyright-texte a:visited,
#footer .copyright-texte a:active {
  color: #f5f5f5;
  cursor: pointer;
  text-decoration: none;
}
#footer .icons li {
  display: inline-block;
}
#footer .icons li:before {
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
}
#footer .icons li:first-child:before {
  display: none;
}
#footer .icons a {
  background-image: url('../images/btn-social.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  text-indent: -777em;
  vertical-align: middle;
  width: 40px;
}
#footer .icons a.facebook-btn {
  background-position: 0 0;
}
#footer .icons a.twitter-btn {
  background-position: 0 -40px;
}
#footer .icons a.youtube-btn {
  background-position: 0 -80px;
}
#footer .icons a.flickr-btn {
  background-position: 0 -120px;
}
#footer .icons a.rss-btn {
  background-position: 0 -160px;
}
#footer .logo{
  height: 30px;
  text-align: right;
  margin: 0 0 10px 0;
}
#footer .quote{
  font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  line-height: 28px;
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: uppercase;
}
#footer .sub-footer {
  color: white;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  position: relative;
  width: 960px;
}
