#popbox{
    
}

#popbox #popbox_aplat{
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9998;
}

#popbox #popbox_conteneur{
    position: absolute;
    top: 50px;
    left: 50px;
    background: #fff;
    z-index: 9999;
}

#popbox #popbox_relative{
    position: relative;
}

#popbox #popbox_close{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: url('../images/popbox/popbox_close.png');
    cursor: pointer;
}

#popbox #popbox_loader{
    position: absolute;
    background: url('../images/popbox/popbox_loader.gif') center center no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

#popbox #popbox_contenu{
    padding: 10px;
}


