body {
  margin: 0 auto;
  width: 1024px;
  font-family: 'Arial', sans-serif;
  background: white;
}

#entete {
  background: url('entete.png');
  height: 256px;
  margin: 0;
  padding: 0;
}

#menu {
  padding: 5px 0 0 0;
  text-align: center;
  width: 100%;
}
#menu a, #submenu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  padding: 3px 25px;
}
#menu a:hover, #submenu a:hover {
  color: black;
}
#submenu a {
  margin: 0 20px;
}

#content, #pied {
  padding: 15px;
}

#pied {
  text-align: center;
}

h1, h2, h3 {
  text-align: center;
}

.contact {
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
}
.contact .droite {
  text-align: right;
}
.plan {
  text-align: center;
}

#cadrenews {
  position: relative;
  height: 150px;
}

li {
margin-bottom: 15px;
margin-top: 15px;
}

