body{
    background-color: rgb(253, 253, 253);
}

.signe{
    position: fixed;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 6px;
    color: black;
    text-decoration: none;
    text-align: right;
    margin-left: 97%;
}

.lire{
    position: relative;
    margin-right: 38%;
    margin-left: 2%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    display: inline-block;
    border: 1px solid black;
    margin-top: 0%;
    padding: 2px;
    background-color: white;
}

.titre{
    position: relative;
    margin-right: 38%;
    margin-left: 2%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    margin-bottom: 14px;

}

.s{
    text-decoration: underline;
    font-style: italic ;
}

.tl{
    text-decoration: line-through;
}