/* footer.css */

.footer-container {
}
.footer {
  width: 950px;
  height: 241px;
  margin: 0 auto 10px auto;
  padding: 0;
  background: transparent url(../images/footer/footer.png) no-repeat;
}
.footer .informational ul {
  margin: 0;
}

/* FooterLinks */

.footer .FooterLinks {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.footer .FooterLinks ul {
  list-style-type: none;
}
.footer .FooterLinks ul li {
  float: left;
  padding: 0 20px;
}
.footer .FooterLinks .home {
  display: block;
  width: 18px;
  height: 18px;
  margin: 6px 0;
  background: transparent url(../images/footer/picto-home.png) no-repeat;
}
.footer .FooterLinks a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  color: white;
}
.footer .FooterLinks a:hover {
  color: white;
}
.footer .FooterLinks .RssPicto {
  padding: 9px 0;
  margin-right: 10px;
  float: right;
}

/* FooterMaps */

#FooterMap {
  margin: 5px auto;
}
#FooterMap h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
#FooterMap h2 {
  text-decoration: none;
  text-align: left;
}
#FooterMap ul {
  margin: 2px 0 0 5px;
  text-align: left;
}
#FooterMap ul li {
  list-style-type: none; 
}
#FooterMap ul li a {
  text-decoration: none;
  font-size: 11px;
  color: #7C7782;
}
#FooterMap ul li a:hover {
  text-decoration: underline;
}
#FooterMap .FooterMapBox {
  width: 200px;
  height: 115px;
  padding: 0 10px;
  border-right: 1px solid #DBC3AE;
}
#FooterMap #CompteMapBox {
  border: none;
}

/* FooterLogo */

#FooterLogo {
  margin: 10px auto;
}
#FooterLogo img {
  padding-right: 5px;
}

/* network.css */

#Network {
  width: 620px;
  float: left;
  text-align: left;
  padding: 0 20px;
  font-size: 10px;
  color: #604221;
}
#Network .partners {
  float: left;
  font-weight: bold;
  padding: 0 5px 0 0;
  margin: 0;
}
#Network ul li {
  display: inline;
}
#Network ul li a {
  margin-right: 5px;
  color: #604221;
  text-decoration: none;
}
#Network ul li a:hover {
  text-decoration: underline;
}

/* Copyright */
.footer .legality {
  color: #604221;
  text-align: right;
  font-size: 10px;
  padding-right: 20px;
}
.footer .legality a {
  color: #604221;
  text-decoration: none;
}
