/* -*-C-*- */
body {
  background: #FFFFFF;
  padding: 20px;
  margin: 0px;
}

#conteneur {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 970px;
}

#texte_defilant {
  position: relative;
  width: 970px;
  height: 14px;
  overflow: hidden;
  white-space: nowrap;
  /* border: black 1px solid; */
  margin-bottom: 10px;
  font-family: sans-serif;
  font-size: smaller;
}
#texte_defilant > div {
  position: absolute;
  font-family: sans-serif;
  font-size:12px;
  color:#316ab1";
}

div#fondu {
  margin: 0;
  padding: 0;
}
#fondu img {
  position: absolute;
  /* Doesn't help with the IE(6) bug: */
  /*display: none;*/
}

.bandeau {
/*   margin-bottom: 10px; */
}
