﻿body {
    font-family: Arial;
}


.TableData {
    width: 480px;
}

.TableSignature {
    width: 1000px;
    background-color: #eeceee;
}

.TitreSignature {
    font-size: x-large;
    background-color: purple;
    color: white;
}

.TableUser {
    width: 1000px;
    background-color: whitesmoke;
    border-color: darkblue;
    border-width: thin;
}

.TitreUser {
    font-size: x-large;
    background-color: black;
    color: white;
}

.BoutonPetit {
    font-size: x-small;
}

.TableCotisation {
    width: 480px;
    background-color: #e8ffdf;
}

.TableFichier {
    width: 1000px;
    background-color: whitesmoke;
}

.TableLicence {
    width: 480px;
    background-color: #fdf1f6;
}

.TableAdherent {
    width: 480px;
    background-color: aliceblue;
}

.TableAdherentLong {
    width: 800px;
    background-color: aliceblue;
}

.TitreCotisation {
    font-size: x-large;
    background-color: darkgreen;
    color: white;
}

.TitreFichier {
    font-size: x-large;
    background-color: black;
    color: white;
}

.TitreAdherent {
    font-size: x-large;
    background-color: darkblue;
    color: white;
}

.TitreIdAdherent {
    background-color: darkblue;
    text-align: right;
    color: white;
}

.TitreLicence {
    font-size: x-large;
    background-color: darkred;
    color: white;
}


.TitreColonne {
    font-size: small;
    text-align: right;
    width: 200px;
}

.TitreColonneManquant {
    font-size: small;
    color: darkred;
    text-align: right;
    width: 200px;
    font-weight: bold;
}

.TitreTotal {
    font-size: small;
    text-align: right;
}

.ValeurTexte {
    width: 280px;
}

.ValeurTexteErreur {
    color: darkred;
    font-size: larger;
    font-weight: bold;
}

.ValeurTexteLong {
    width: 600px;
    vertical-align: top
}

.ValeurTexteCaptcha {
    font-size: large;
    width: 150px;
}

.ValeurTexteSmall {
    font-size: small;
}

.ValeurPrix {
    width: 120px;
    text-align: right;
    font-size: small;
}

.ValeurCommentaire {
    font-size: xx-small;
}
