#map {
  float: left;
  width: 500px;
  height: 500px;
}

#message {
  position: absolute;
  padding: 10px;
  background: #fff;
  color: #555;
  min-width: 75px;
}

#list {
  float: left;
  width: 200px;
  background: #eee;
  list-style: none;
  padding: 0;
}

#list li {
  padding: 10px;
}

#list li: hover {
  background: #555;
  color: #fff;
  cursor: pointer;
  cursor: hand;
}

div#accueil_content {
  z-index: 99;
}

.gmap_marker {
  height: 150px;
}

div#map img {
  padding: 0px;
  max-width: none;
}
