html, body {
  height: 765px;
  margin: 0;
  padding: 0;
}

#map_canvas {
  height: 765px;
  border: 0px solid black;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

#map_observation {
  height: 515px;
  border: 1px solid black;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

#map_meteo {
  height: 390px;
  border: 1px solid black;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

@media print {
  html, body {
    height: auto;
  }
}
