[class^="eurestoicon-"],
[class*=" eurestoicon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: -3px;
    margin-top: -3px;

}

td {
    height: 3px;
    font-size: small;
}
.eurestoicon-dupliquer {
    background-image: url("/pub/image/icone/BtnGestionDupliquer.png");
    background-position: center center;
}

.eurestoicon-modifier {
    background-image: url("/pub/image/icone/BtnGestionModification.png");
    background-position: center center;
}

.eurestoicon-archiver {
    background-image: url("/pub/image/icone/BtnGestionSuppression.png");
    background-position: center center;
}

.eurestoicon-visualiser {
    background-image: url("/pub/image/icone/Oeil.png");
    background-position: center center;
}

.eurestoicon-ajouter {
    background-image: url("/pub/image/icone/BtnGestionAjout.png");
    background-position: center center;
}

.eurestoicon-rechercher {
    background-image: url("/pub/image/icone/BtnGestionRecherche.png");
    background-position: center center;
}

.eurestoicon-valider {
    background-image: url("/pub/image/icone/BtnGestionValidation.png");
    background-position: center center;
}

.eurestoicon-abandon {
    background-image: url("/pub/image/icone/BtnGestionAbandon.png");
    background-position: center center;
}