#popin {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#popin .background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 100;
}

#popin_content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;
    background-color: white;
    overflow: auto;
}

#popin .loading {
    width: 150px;
    height: 50px;
    margin-left: -75px;
    margin-top: -25px;
    background-image: url('/communfo/img/modules/myliviopropopup/ajax-loading.gif');
    background-repeat: no-repeat;
    background-position: center 30px;
}
#popin .loading:before {
    content: 'Chargement en cours...';
}
#popin .btnval {
    margin-left: 0;
    position: absolute;
    right: 33px;
}
#popin .lni_spacer5, #popin .lni_spacer10, #popin .lni_spacer20, #popin .lni_spacer30, #popin .w100 {
    width: auto;
}
#popin .fin {
    clear: none;
    height: 25px;
}
#popin .lni_det_infosG {
    float: none;
    width: auto;
}

#popin .lni_det_infosG_tabimmo9TAB .l2 .col6 a {
    top: 2px;
}
#popin .lni_det_infosG_tabimmo9TAB .l1 span {
    height: 23px;
}
#popin .lni_det_infosG_tabimmo9TAB .l2 span,
#popin .lni_det_infosG_tabimmo9TAB .l2 a.col1 {
    padding-top: 5px;
    padding-bottom: 5px;
}

