
.entete {position: absolute;
    top: 0px;
    left: 0px;
    height: 10%;
    width: 101%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(0,0,0);
    line-height: 120%;
    background-color: white;
    overflow: hidden}

.main_menu {position: absolute;
    top: 10%;
    left: 0px;
    height: 5%;
    width: 101%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(0,0,0);
    line-height: 120%;
    background-color: white;
    overflow: hidden}

.corps {position: absolute;
    top: 15%;
    left: 0px;
    height: 75%;
    width: 101%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(0,0,0);
    line-height: 120%;
    background-color: white;
    overflow: hidden}

.menu_gauche {position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 15%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(0,0,0);
    line-height: 120%;
    background-color: white;
    overflow: hidden}

.block_frame {position: absolute;
    top: 0px;
    left: 15%;
    height: 100%;
    width: 70%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(0,0,0);
    line-height: 120%;
    background-color: white;
    overflow: hidden}

.menu_droite {position: absolute;
    top: 0px;
    left: 85%;
    height: 100%;
    width: 15%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(0,0,0);
    line-height: 120%;
    background-color: white;
    overflow: hidden}

.pied_page {position: absolute;
    top: 90%;
    left: 0px;
    height: 10%;
    width: 101%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(0,0,0);
    line-height: 120%;
    background-color: white;
    overflow: hidden}

.corps2 {position: absolute;
    top: 15%;
    left: 0px;
    height: 101%;
    width: 101%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(0,0,0);
    line-height: 120%;
    background-color: white;
    overflow: hidden}
    
/* Main_menu */
#navlist {
        padding: 3px 0;
        margin-left: 0;
        border-bottom: 1px solid #778;
        font: bold 12px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #778;
        border-bottom: none;
        background: #DDE;
        text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
        color: #000;
        background: #AAE;
        border-color: #227;
}

#navlist li a#current {
        background: white;
        border-bottom: 1px solid white;
}