#tout
{
    position: absolute;
    padding: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


#menu
{
    position: absolute;
    padding: 10px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 280px;
    height: 98%;
    overflow: auto;
    text-align: center;
    background-color: #A0C030;
    font-size: 110%;
}


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


#nouvelle_page
{
}
