form#formo {
           position: absolute; visibility: hidden;
           background: white;
           color: black;
           border: 1px solid rgb(214, 210, 203);
           padding: 5px;
           z-index: 2;
           width: 200px;
}

form#register { position: absolute; visibility: hidden; }

p.descripteur {

              position: absolute; visibility: hidden;
              background: orange;
              color: black;
              border: 2px solid blue;
              padding: 5px;
}

table#central {
        position: absolute;
        top: 22%;
        left: 20%;
}

div#choisit_position {
        position: absolute;
        border: 1px solid rgb(214, 210, 203);
        background-color: rgb(230, 230, 230);
        display: none;
        z-index: 3;
        padding: 13px;
}

div#les_choix {
        border: 1px solid rgb(254, 81, 27);
        position: relative;
        margin: 10px;
}

#bouton_ok1 {
        position: absolute;
        bottom: 150px;
        right: 0px;
}

div, p, td, body, input, select, option {font-family: verdana; font-size: 10pt;}





