/*-*-C-*-*/
body {
  background-color: #FFFFFF;
  background-image: url("images/immeuble.jpg");
  /* Original image (C) Olivier Passalacqua */
  /* http://commons.wikimedia.org/wiki/Image:Immeuble_Galil%C3%A9e.JPG */
  background-repeat: no-repeat;
}

img {
  border: 0;
  behavior: url("win_png.htc");
}

#download_button {
  width: 128px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  text-align: center;
  color: grey;
}

#menu {
  float: left;
  width: 199px;
  border: solid 1px;
  background-color: silver;
  opacity: 0.8;
  text-align: center; /* For IE to center the image */
}

#menu ul {
  list-style-type: none;
  text-align: left;
}

#contenu {
  margin-left: 220px;
  margin-right: 20px;
  padding: 10px;
  background-color: gray;
  color: white;
  opacity: 0.7;
}

