﻿body {
    font-family: Arial;
    font-size: small;
}

.TitrePage {
    font-size: x-large;
    text-align: center;
}

.TableauInfo {
    border-color: darkblue;
}

.colTitre {
    width: 100px;
    background-color: white;
}

.colTitreTotal {
    background-color: lightgray;
    font-size: medium;
    font-weight: bold;
}

.LigneTitre {
    font-size: large;
    font-weight: bold;
    text-align: center;
    height: 40px;
}

.LigneTitreMedium {
    font-size: medium;
    font-weight: bold;
    text-align: left;
    height: 40px;
}
.LigneTitreInfo {
    font-size: medium;
    font-weight: bold;
    text-align: center;
    height: 30px;
}
.LigneSousTitre {
    font-size: small;
    font-style:italic;
    text-align: center;
}
.colValide {
    width: 80px;
    background-color: #9AE09A;
    vertical-align: central;
    text-align: center
}

.colInscrit {
    width: 80px;
    background-color: #AFFFC8;
    vertical-align: central;
    text-align: center
}

.colAttente {
    width: 80px;
    background-color: orange;
    vertical-align: central;
    text-align: center
}

.colAnnule {
    width: 80px;
    background-color: lightpink;
    vertical-align: central;
    text-align: center
}

.TitreInfo {
    font-size: x-large;
    text-align: center;
    color: darkred;
    font-weight: bold;
}

.Menu {
    font-size: large;
    width: 400px;
    vertical-align: top
}

.Tableau {
    font-size: large;
    width: 290px;
    vertical-align: top
}

.Intercalaire {
    width: 20px;
}
