html, body {
 margin: 0;
 padding: 0;
}
body {
 background-image:url("/images/background3.jpg");
 background-repeat: repeat;
 font-family: Humanist;
}
div {
 text-align : center;  
 font-family: myFont;
}
img.logo {
 margin-top: 100px; 
}
img.nom {
 margin-top: 10px;
 margin-bottom: 100px;
}
h2 {
 font-size: 30px; 
 font-family: myFont;
 margin-bottom: 60px;
}
h3 {
 font-size: 40px; 
 font-family: myFont;
 margin-bottom: 100px;
}
p.address {
  font-size: 20px; 
  font-family: myFont;
  margin-top: 50px;
  margin-bottom: 100px;
}
a:link {
 color: black;
 text-decoration: underline;
}
a:visited {
 color: black;
}
a:hover {
 color: gray;
 text-decoration: none;
}
a:active, a:focus {
 color: gray;
}
