body
{
    margin-top: 20px;
    margin-bottom: 20px;
}
#haut
{
    width: 900px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#haut2
{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
h1
{
    font-family: "Comic MS", serif;
}
p
{
    font-family: Verdana, serif;
    font-size: 14px
}
a, a:visited
{
    color: #B36D63;
    text-decoration: none;
}
a:hover
{
    color: #000000;
}
a:focus, a:active
{
    color: yellow;
}
.small
{
    font-size: xx-small;
}
.light
{
    font-size: 70%;
}
.white
{
    color: white;
}