DIV#conteneur {
  width: 100%;
  text-align: left;
}
DIV#contenu {
  height: 550px;
}
DIV#login {
  position: absolute;
  top: 79px;
  left: 150px;
  color: white;
}
DIV#login INPUT {
  border: none;
  background-color: #EEE;
}
DIV#google-outils {
  position: relative;
  top: 0;
  left: 0;
  width: 840px;
  margin: auto;
  height: 550px;
  background-color: #eeedfd; 
  border: 1px solid #d3d1ec;  
  padding: 1em;
}
DIV#google-outils #map {
  position: absolute;
  top: 50px;
  left: 280px;
  width: 570px;
  height: 400px;  
}
DIV#google-outils TABLE#coordonnees {
  /*position: absolute;*/
  /*top: 5em;*/
  /*left: 10px;*/
  width: 100%;
  background-color: #EEE;
  padding: 0.5em;
  border: 1px solid #000;
}
DIV#google-outils TABLE#coordonnees TD {
  padding: 5px;
}
A#logo-atex {
  position: absolute;
  display: block;
  top: 500px;
  left: 350px;
  width: 131px;
  height: 67px;
}
A#logo-cq {
  position: absolute;
  display: block;
  top: 500px;
  left: 550px;
  width: 279px;
  height: 67px;
}

