/* --- CONTAINER --- */

@import url("content.css");

body {
    margin             : 0;
    padding            : 0;
    color              : #000;
    background         : #fff;
}
object {
    outline             : none;
}
br.clearfloat {
    clear              : both;
    height             : 0;
    font-size          : 1px;
    line-height        : 0px;
}
div#top {
    position            : relative;
    width               : 961px;
    margin              : 0 auto;
    height              : 33px;
    z-index             : 3;
    padding             : 10px 0 0 0;
}
div#main {
    position            : relative;
    width               : 981px;
    margin              : 0 auto;
}

div#flash {
    position            : relative;
    z-index             : 1;
}

div#container_menus {
    position            : absolute;
    z-index             : 2;
    height              : 290px;
    width               : 981px;
    width               : 383px;
    margin              : 0 0 0 598px;
}

div#container_menus div {
    position            : absolute;
    bottom              : 0;
    padding             : 15px 15px 0 15px;
    display             : none;
}
div#menu_pro {
    background          : #faf9f7;
    width               : 353px;
    font-size			: 12px;
}
div#menu_pro a:link,
div#menu_pro a:active,
div#menu_pro a:visited {
    color               : #7c8c97;
    display             : block;
    text-decoration     : none;
    background          : url(../images/portail_pays/puce_lien.gif) 0 3px no-repeat;
    padding             : 0 0 6px 16px;
}
div#menu_pro a:hover,
div#menu_pro a:focus {
    color               : #002e60;
}
div#menu_footer {
    float               : left;
    padding             : 0 60px 0 0;
}
div#content_footer {
    width               : 550px;
    float               : left;
}
div#menu_bottom {
    padding             : 14px 0 0 0;
}
div#footer td {
  /*  padding             : 0 4px;*/
}
div#footer td ul{
    padding             : 0 4px;
}


/* **** partie portail benelux ** */
#title_popup_benelux {
    position            : absolute;
    top                 : -17px;
    right               : -10px;
    color               : #002e60;
    font-size           : 36px;
    text-align          : right;
}
#div_link {
    position            : absolute;
    top                 : 128px;
    left                : 298px;
    width               : 382px;
}
.link, .link:link, .link:visited {
    color               : #002e60;
    font-size           : 24px;
    text-decoration     : none;
    display             : block;
    margin-bottom       : 28px;
    background          : url(/static/images/portail_benelux/arrow_off.gif) center right no-repeat;
}
.link:hover {
    background          : url(/static/images/portail_benelux/arrow_on.gif) center right no-repeat;
}
