html {
  background: #f2f3f0 url('fond.png') repeat-x;
}

body {
  margin: 0 auto;
  width: 814px;
  font-family: 'Comic Sans MS', cursive;
}

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

#menu {
  background: url('menu.png');
  padding: 5px;
  text-align: center;
}
#menu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  padding: 5px 10px;
}
#menu a:hover {
  color: #b3ccca;
}

#content, #pied {
  background: url('contenu.png');
  padding: 15px;
}

#pied {
  text-align: center;
}

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

fieldset {
  border: 1px solid #046791;
  /*padding: 2px 5px;*/
}
legend {
  font-weight: bold;
}

a {
  color: #046791;
}

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

#cadre_actu {
  height: 130px;
}

#news_scroll {
  position: relative;
  height: 100px;
  overflow: hidden;
}
