/* Pour le mode Sticky des <thead> d'un tableau */

.conteneurStickyTable .itemClone {
    background-color: #ffffff;
    position: fixed;
    visibility: visible;
    z-index: 1;
}

.conteneurStickyTable .visibilityHidden {
    visibility: hidden;
}

.conteneurStickyTable .itemSeparateur {
    height: 1px;
    background-color: #000000;
}