/*                  */
/* Éléments globaux */
/*                  */

body
{
    background-color : blanchedalmond;
}

table
{
    table-layout : auto;
}

acronym
{
    border-bottom: none;
}

/*                   */
/* Le corps du texte */
/*                   */

#corps a:link       {color: blue;}
#corps a:active     {color: blue;}
#corps a:visited    {color: blue;}
#corps a:hover
    {
    color: red;
    text-decoration : none;
    }


#corps h1
{
    font-size : 300%;
    color : black;
    text-align: center;
}

#corps h2
{
    font-size : 200%;
    color : black;
    text-align: center;
}

#corps h3
{
    font-size : 150%;
    font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
    color : #990000;
    text-align: left;
}

#corps h4
{
    font-size : 120%;
    font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
    color : green;
    text-align: left;
}

#corps h5
{
    font-size : 150%;
    color : black;
    text-align: center;
}

#corps td
{
    text-align : center;
}

#corps ul
{
    text-align : left;
}


