
body {
    padding: 0;
    margin: 0;
}
a, a:visited {
    color: #000;
}
.footer {
    position:absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
}
#calque12 table, #calque11 table {
    background-color: #DDDDDD;
}
#calque1 {
    width: auto;
    background-color:#EAE7E2;
}





/*menu horizontal */

#menuH {
    position: absolute;
    top: 300px;
    left: 20px;
    width: 980px;
    height: 30px;
    z-index: 1000;
}


.menu {display:none;}
#noniemenu {position:absolute; z-index: 100;}

#noniemenu .holder ul {padding:0; margin:0;}
#noniemenu .holder ul li {list-style-type: none;}
#noniemenu .holder li ul {display: none;}
#noniemenu .holder .bold {font-weight:bold;}

#noniemenu .holder {
    color:#fff;
    width:170px;
    height:18px;
    display:block;
    overflow:hidden;
    float:left;
    border:1px solid #000;
    margin-right:2px;
    font-size:10px;
}
#noniemenu .holder:hover {
    height:auto;
}
#noniemenu a.outer, #noniemenu a.outer:visited {
    color:#fff;
    width:170px;
    line-height:18px;
    display:block;
    background:#e09222;
    text-align:center;
    text-decoration:none;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
}
#noniemenu a.outer:hover {
    background:#697210;
    overflow:visible;
}
#noniemenu div.open {display:none;}
#noniemenu a.inner, #noniemenu a.inner:visited {
    display:block;
    width:170px;
    height:18px;
    line-height:18px;
    border-bottom:1px solid #000;
    text-decoration:none;
    color:#000;
    background:#eee;
    text-align:center;
}
#noniemenu a.inner:hover {
    background:#add;
}



