a:focus{
  outline: none;
}

body{
    width:600px;
    height:500px;
    background-color: #E8F6C4;
    margin:0px;

}

#mdm-top{
	width: 600px;
	height: 110px;
    background: url(../../images/mdm-plan/mdm-top.jpg) no-repeat left top;
}
#mdm-content {
    width: 580px;
    height: 377px;
    overflow: hidden;
    text-align: justify;
    color: #303030;
    padding: 0 10px;
}
#mdm-content img{
    float: left;
    border: 1px solid #798A50;
    padding: 2px;
    margin-right:10px;
    background-color: #D7ECB2;
}
#titlee p{
    display:inline;
    color: #8AAA6F !important;
    font-weight: bold;
    font-size: 13px;
	padding-bottom:8px;

}
#mdm-content p{
  font: normal 13px Arial;
  color:#4D4D4D;
  line-height:18px;
}

/* Plan d'accès */
body #map{
  background-color:#E8F6C4;
  margin:0;
  padding:0;
	}

/* map buttons */
#imprimer{
	position:absolute;
    left:7px;
	top:116px;
  }
#plus{
    position:absolute;
    left:509px;
	top:118px;
}
#imprimer img, #fermer img, #plus img{
  cursor:pointer;
  border:0;
  }

/* map adresse */
#map-adresse{
	position:absolute;
	left:15px;
	top:117px;
}
  #map-adresse p{
    font:normal 11px Arial;
    margin:0;
    padding:0;
    color:#000000;
}
