body
{
    width: 1100px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#haut
{
    width: 700px;
    height: 375px;
    background-image: url("http://melanqw.com/i/god.jpg");
    background-repeat:no-repeat;
    margin-left: 50px;
    margin-bottom: 10px;
    border: solid black 2px;
}
#menu
{
    float: right;
    width: 150px;
    background-color: white;
}
.sous-menu, .sous-menu2
{
    margin-bottom: 20px;
    border: solid black 2px;
}
.sous-menu-last,
{
    border: solid black 2px;
}
.sous-menu_audio
{
    margin-bottom: 20px;
}
.sous-menu ul, .sous-menu-last ul
{
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.sous-menu2 ul
{
    padding: 0px;
    padding-left: 15px;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
#corps
{
    margin-bottom: 20px;
    padding: 5px;
    background-color: white;
    border: solid black 2px;
}
#bas
{
    width: 800px;
    padding: 5px;
    text-align: center;
    background-color: white;
    border: solid black 2px;
    margin-left: 50px;
}
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;
}