body {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-size: 1.3em;
  text-align: center;
  background: #FCECDC;
  color: #3c302a;
}

h1 {
  font-size: 4em;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  margin: 0 0 5px 0;
}
h2 {
  font-size: 2em;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  margin-top: 40px;
}

.chromeframe {
  background: #ffffcc;
  padding: 0.25em 0;
}

a {
  text-decoration: none;
  color: #6666cc;
}

a:hover {
  text-decoration: underline;
}

#affiche img {
  z-index:-10;
  max-width:60%;
  height:auto;
}

#map {
  margin: 10px auto 0;
  border: 1px solid #cccccc;
  max-width: 700px;
  max-width: 80%;
  margin-bottom: -6px;
  height: 500px;
}

footer {
  background: #3c302a;
  color: #FCECDC;
}
footer p {
  padding: 15px 10px 0;
}
footer a {
  color: #ffcc33;
}
.facebook {
  max-width: 720px;
  text-align: right;
}
.facebook svg {
  width: 32px;
  height: 32px;
  background: #3a5795;
  fill: #ffffff;
          border-radius: 4px; /* future proofing */
     -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
   -khtml-border-radius: 4px; /* for old Konqueror browsers */
}
.facebook svg:hover {
  fill: #999999;
}

/*
  Sticky Footer by Ryan Fait
  http://ryanfait.com/html5-sticky-footer/
*/
* {
  margin: 0;
}
html, body {
  height: 100%;
}
#wrapper {
  min-height: 100%;
  margin: 0 auto -105px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
  height: 105px; /* '.push' must be the same height as 'footer' */
}

.push {
  margin-top:20px;
}




@media only screen and (max-width: 600px) {
  #map {
    height: 300px;
  }
  h1 {
    font-size: 3em;
  }
}
