   body { margin:0; padding:0; }
  #map { position:absolute; top:0; bottom:0; width:100%; }
  
  #map1 { position:absolute; top:0; bottom:0; left:0; right:50%; }
  #map2 { position:absolute; top:0; bottom:0; left:50%; right:0; }
 .gds {
	padding: 6px 10px 6px 6px;
	border:2px solid #a3a3a3;
	color: #000;
	background: #f9f9f9;
	height: 50px;
	width:100px;
	position: absolute;
	margin-left:500px;
	margin-top:10px;
   }
   
    .other {
	padding: 6px 10px 6px 6px;
	border:2px solid #a3a3a3;
	color: #000;
	background: #f9f9f9;
	height: 50px;
	width:100px;
	position: absolute;
	margin-left:1400px;
	margin-top:10px;
   }
   
.menu-ui {
  background:#fcfcfc;
  position:absolute;
  top:10px;right:10px;
  z-index:1;
  border-radius:5px;
  width:120px;
  border:0px solid rgba(0,0,0,0.4);
  }
  .menu-ui a {
    font-size:14px;
    color:#404040;
    display:block;
    margin:0;padding:0;
    padding:10px;
    text-decoration:none;
    border-bottom:1px solid rgba(0,0,0,0.25);
    text-align:center;
    }
    .menu-ui a:first-child {
      border-radius:3px 3px 0 0;
      }
    .menu-ui a:last-child {
      border:none;
      border-radius:0 0 3px 3px;
      }
    .menu-ui a:hover {
      background:#e2e2e2;
      color:#404040;
      }
    .menu-ui a.active {
      background:#3887BE;
      color:#FFF;
      }
      .menu-ui a.active:hover {
        background:#3074a4;
        }
		
/* Compteur */
 .container {
	    position: absolute;
	    margin-left:400px;
        width: 300px;
        text-align: center;
    }

    .gauge1 {
        width: 150px;
        height: 150px;
    }

    a:link.button,
    a:active.button,
    a:visited.button,
    a:hover.button {
        margin: 30px 5px 0 2px;
        padding: 7px 13px;
    }

	 .container2 {
	    position: absolute;
	    margin-left:1350px;
        width: 300px;
      /*  margin: 0 auto;*/
        text-align: center;
    }

    .gauge2 {
        width: 150px;
        height: 150px;
    }

    a:link.button,
    a:active.button,
    a:visited.button,
    a:hover.button {
        margin: 30px 5px 0 2px;
        padding: 7px 13px;
    }

/*** message ****/
#divmsg{
	  width: 1000px;
	  height: 100px;
	  position: absolute;
	  background-color: rgba(255, 255, 255, 0.5);
	  top: -35%;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  text-align: center;
	  border-radius:5px;
}​
