a:focus{
  outline: none;
}
body{
    background: none;
    margin:0px;
    width:600px;
    height:500px;
}

#mdm-top{
	width: 600px;
	height: 110px;
    background:url(../../images/mdm-plan/mdm-top.jpg) no-repeat left top;
}
#mdm-content {
    width: 580px;
    height: 388px;
    overflow: hidden !important;
    padding: 0 9px;
    border:1px solid #2b2b2b;
	background-color: #000000 !important;
}
#mdm-content img{
    float: left;
    border: 1px solid #2b2b2b;
    background-color: #c4c2c2;
	padding:4px;
    margin-right:10px;
}
#titlee p{
    display:inline;
    color: #67a8dd !important;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial;
	padding-bottom:8px;

}
#mdm-content p{
  font: normal 12px Arial;
  color:#8b8989;
  line-height:18px;
  text-align: justify;
}

/* Plan d'accès */
body #map{
  margin:0;
  padding:0;
  width:600px !important;
  height:500px !important;
	}

/* map buttons */
#imprimer{
	position:absolute;
    left:6px;
	top:458px;
  }
#plus{
    position:absolute;
    float:left;
    left:565px;
	top:462px;
    height:27px;
}
#minus{
    position:absolute;
    float:left;
    left:525px;
	top:462px;
    height:27px;
}

#imprimer img, #fermer img, #plus img, #plus2 img, #plus3 img{
  cursor:pointer;
  border:0;
  margin:0px;
  padding:0px;
  }

/* map adresse */
#map-adresse{
	position:absolute;
	left:120px;
	top:464px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;

}
  #map-adresse p{
    font:normal 11px Arial;
    margin:0;
    padding:0;
    color:#8f8f8f;
}