/****** MENU BANNER ******/

h1 {
    color: #57970E;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
}
div.menu-banner {
    background: #8BBC3F ;
    border-top: 6px solid #D7D7D7;
    border-bottom: 15px solid #D7D7D7;
    height: 179px;
}
div.menu {
    position: relative; 
    left: 0px; top: -6px;
    height: 34px;
}
div.menu a {
    display: block;
    float: left;
    color: #ffffff;
    height: 14px;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    border-right: 1px solid #ffffff;
    width: 65px;
    text-align: center;
}
div.menu a:hover {
    background-color: #8BBC3F;
    color: #2D2F47;
}
div.topic {
    height: 66px;
    padding: 59px 0px 0px 20px;
}
a.mainmenu-hover {
    background-color: #8BBC3F;
    color: #2D2F47;
}
div.content-right a, div.more-infos a  {
    text-decoration: none;
    color: #57970E;
}
div.content-right a:hover, div.more-infos a:hover  {
    text-decoration: underline;
}

