/*rR PhotoramaInteractif.css */

#DivMenuImage {
    opacity  : 0.9;
    margin   : 0px;
    position : absolute;
    left     : 30px;
    top      : 30px;
}

#DivMenuImage ul {
    border-radius    : 5px;
    padding          : 10px 6px 10px 19px;
    background-color : #555;
    color            : white;
    opacity          : 0.9;
}

#DivMenuImage li:hover {
    background-color : black;
    opacity:1;
}

.ImgLegText {
    color            : white;
    margin           : 10px;
    border           : 1px sunken grey;
}

.ImgLegReload {
    position   : absolute;
    right      : 5.6em;
    bottom     : 2em;
    visibility : hidden;
}

.ImgLegSave {
    position   : absolute;
    right      : 2em;
    bottom     : 2em;
    visibility : hidden;
}

.ImgLegMessage {
    position  : absolute;
    right     : 2em;
    bottom    : 3.5em;
}
