#BLOC_GLOBAL {

}

#BLOC_LISTE {
 margin-bottom: 10px;   
}

#BLOC_GEOMODULE {
 position: relative;
}

#BLOC_CARTE {
    width: 550px;
    height: 500px;
}

#BLOC_LISTEENTITES {
    position: absolute;
    top: 0;
    left: 560px;
    width: 420px;
    height: 140px;
    overflow: auto;
}

#BLOC_FICHEENTITE {
    position: absolute;
    top: 150px;
    left: 560px;
    width: 420px;
    height: 440px;
    overflow: auto;
}


div.olPopupContent {
padding: 0;
}


div.Detail {
font-family: sans-serif;
font-size: 10px;
border-color: #f2bd68;
border-width: 3px;
border-style: solid;
padding: 4px;
max-width: 250px;
background-color: #ffffff;
}

div.Detail img {
float: left;
display: block;
margin-right: 3px;
}

div.olPopup {

}

span.Lien_Fiche {
    color: #f2bd68;
    font-weight: bold;
}

span.Lien_Fiche:hover {
    text-decoration: underline;
    cursor: pointer;
}