/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 juin 2021, 09:52:53
    Author     : llang
*/

.lien-hidden{
    position:absolute !important;
    top:-5000px;
    left:-5000px;
    overflow:hidden;
    width:1px;
    height:0;
    padding: 0;
    margin: 0;
}

.lien-invisible{
    position:absolute !important;
    top:-5000px;
    left:-5000px;
    overflow:hidden;
    width:1px;
    height:0;
    padding: 0;
    margin: 0;

}

.lien-invisible.lien-focusable:active,.lien-invisible.lien-focusable:focus{
    position:absolute !important;
    top:0px;
    left:0px;
    z-index: 2000;
    background-color: #FFFFFF;
    color: #000000;
    width: auto;
    height: auto;
}
