html, body {
  color: black;
  background-color: white;
  width: 100%;
}
#header {
    background-color: white;
    color: black;
}
#conteneur {
  background-color:white;
  position: relative;
  width: auto;
}
#centre {
    background-color:white;
    color:black;
}
.contentpaneopen {
  background-color:white;
  padding: auto;
  /*width: auto;*/
}
#pied {
  background-color: white;
}
.contentpaneopen_presentation {
  background-color:white;
}
#gauche {
  position: relative;
  float: left;
  left:0;
  width: 250px;
  z-index: 5;
}
a:link, a:visited, a:active
{
  color: black;
}

a:hover
{
  color: black;
}

#imageDiv {
    display: none;
}
#blockrandom, div.contentpane_presentation, .iframe {
    width: auto;
}
#map, #blockrandom, div.contentpane_presentation, .iframe {
    position: relative;
    margin: 0;
    padding:0;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    z-index: 0;
}
#map {
    width: 486px;
    height: 930px;
    background-color: none;
}
