
.button
{
    color: white;
    background-color: steelblue;
}

/* Ligne de l'en-tete */
tr.liste3
{
    background-color: lightsteelblue;
}

/* Ligne 1 de la liste */
tr.liste1
{
    background-color: #F0F0F0;
}

/* Ligne 2 de la liste */
tr.liste2
{
    background-color: #FCFCFC;
}


/* Texte de l'en-tete (liens) */
div.liste_tete
{
    text-align: center;
    color: white;
}

/* Texte du contenu */
div.liste_contenu
{
    text-align: left;
    color: black;
}

/* Texte du contenu (liens) */
div.liste_contenu_lien
{
    text-align: left;
    text-decoration: none;
    color: #003399;
}

/* Ligne de l'en-tete */
td.champs
{
    background-color: #003399;
}

/*couleur de fond dans ajouter et modifier*/
table.fond
{
    background-color:lightsteelblue;
}

div.champs
{
    text-align: left;
    color: white;
}

div.champs2
{
    text-align: left;
    color: black;
}

div.champs3
{
    text-align: left;
    color: red;
}


a.tete:link
{
    text-decoration: none;
    color: white;
}

Body
{
    scrollbar-face-color:lightsteelblue;
    scrollbar-arrow-color: #000000;
}

td
{
    font: Helvetica, serif;
    font-family: "Helvetica", Times, serif;
}
