
/**
 * PROJET   : CSS formulaire
 * AUTEUR   : Anne Potier
 * DATE     :: 
 * REFONTE COMPATIBILITE : 2021
 * REVISION : 2021
 * MISE EN LIGNE : 2023/06/21
 */

 .indice { 
    position: relative;
    bottom: 1px;
    font-size: 70%;
    line-height: .8em;
    vertical-align:sub;
    text-decoration:none;
}
 
.exposant {
    position: relative;
    bottom: 1px;
    font-size: 70%;
    line-height: .8em;
    vertical-align:super;
    text-decoration:none;
}


