/* --- CONTAINER --- */
@import url("content.css");
body {
    margin             : 0;
    padding            : 0;
    color              : #000;
    background         : #fff;
}
br.clearfloat {
    clear              : both;
    height             : 0;
    font-size          : 1px;
    line-height        : 0px;
}
div#main {
    position            : relative;
    width               : 981px;
    height              : 444px;
    margin              : 10px auto;
}
div#portal_footer {
    /*position            : absolute;
    left                : 50%;
    margin-left         : -490px;
    bottom              : 18px;*/
    margin              : 20px 0;
    color               : #9f9f9f;
    font-size           : 10px;
}
div#portal_diaporama {
    position            : absolute;
    z-index             : 1;
    width               : 981px;
    height              : 444px;
    overflow            : hidden;
}
div#portal_menu {
    position            : absolute;
    z-index             : 2;
    padding-top         : 330px;
}
div.btn_portal {
    position            : relative;
    height              : 114px;
    overflow            : hidden;
    cursor              : pointer;
}
div.ss_menu_portal a:link,
div.ss_menu_portal a:active,
div.ss_menu_portal a:visited {
    display             : block;
    color               : #7c8c97;
    margin-left         : 12px;
    text-decoration     : none;
    border-bottom       : 1px solid #7c8c97;
    padding             : 2px 4px;
}
div.ss_menu_portal a:hover,
div.ss_menu_portal a:focus {
    color               : #002e60;
}
div.portal_niv3 {
    padding-left        : 12px;
}
span#txt_footer {
    color               : #9f9f9f;
}
div#txt_footer {
    color               : #9f9f9f;
    position            : absolute;
    margin-left         : 120px;
}