body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  width: auto;
  margin: 0 7%;
  padding: 0;
}

#header p, #footer, #pub, #menuGauche strong, #menuGauche ul, .Imprim {
 display: none;
}

#menuGauche {
  position: relative;
  float: left;
  margin-right: 15px;
}
         
a {
  color: red;
  text-decoration: none;
}

a[href^="mailto"]:link:after, a[href^="mailto"]:visited:after {
 content: " (" attr(title) ") "; 
 font-size: 90%;
}

h2 {
  color: #3468BD;
} 

#piedPage {
  /*display: none;*/
  border-top: 1px solid black;
  padding-top: 20px;
  margin-top: 50px;
  display: block;
  text-align: center;
}

