#menu
{
    position: absolute;
    padding: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 250px;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #C8EFC0;
}

#contenu
{
    position: absolute;
    padding: 10px;
    height: 98%;
    left: 260px;
    right: 0px;
    overflow: auto;
}


HTML
{
    font-size: 16px;
}

table
{
    font-size: 100%;
}

h1
{
    text-align: center;
    font-size: 250%;
    font-weight: normal;
}

h2
{
    font-size: 180%;
    font-weight: normal;
}

a:hover
{
    color: #FF4000;
}