

#menu{
    width: 999px;
    background: #e5e5e5 url(../images/bg_menu.png) repeat-y;
    background-position: -1px 0;
    margin: auto;  
}

#menu_bottom{
    width: 999px;
    background: #e5e5e5 url(../images/bg_body.png) repeat-y;
    background-position: -1px 0;
    margin: auto;  
}
.menu{
    width:970px;
    height:34px;
    font-size:18px;
    font-weight:bold;
    line-height:normal;
    color:#0b0c3a;
    margin:auto;
    background:#fff;
}
.menu ul{
    float: right;
    margin:0;
    padding:0;
    list-style:none;
}
.menu li{
    display:inline;
    margin:0;
    padding:0;
}
.menu a{
    float:left;
    margin:0;
    padding:0;
    text-decoration:none;
}
.menu a span{
    float:left;
    display:block;
    padding:5px 14px 5px 10px;
    color:#000;
    text-align:center;
}
.menu a.rub_1 span{
    border-bottom:5px solid red;
}
.menu a.rub_1_sep span{
    border-bottom:5px solid red;
    margin-left:1px;
}
.menu a.rub_2 span{
    border-bottom:5px solid #605c5c;
}
.menu a.rub_2_sep span{
    border-bottom:5px solid #605c5c;
    margin-left:1px;
}
.menu a.rub_3 span{
    border-bottom:5px solid #5fab50;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menu a span{
    float:none;
}
/* End IE5-Mac hack */
.menu a:hover span{
    color:#ffa500;
}
/* Sub menu */
.sub_menu{
    clear:both;
    width: 999px;
    height:30px;
    background: #e5e5e5 url(../images/bg_body.png) repeat-y;
    background-position:-1px 0;
    font-size:12px;
    font-weight:bold;
    line-height:normal;
    color:#0b0c3a;
    margin:-2px auto;
    padding:0;
}
.sub_menu .left_div{
    float: right;
    margin-right: 24px;
}
.sub_menu .right_div{
    float: left;
    width: 300px;
    margin-left: 20px;
}
.sub_menu .left_col{
    float: left;
    text-decoration: underline;
}
.sub_menu .left_col a{
    float: left;
    color: #000;
    font-size: 10px;
}
.sub_menu .right_col{
    float: right;
    line-height: 30px;
    margin-left: 5px;
}

.sub_menu .right_col a{
    line-height: 30px;
    text-decoration: underline;
    color: #ff9900;
}
.rss_ico{
    float:left;
    padding: 0 0 0 5px;
}

/*Search Menu*/
.search_menu{
    float:left;
    padding:0 0 0 10px;
}
.search_menu .element{
    float:left;
    padding-top:5px;
}
.search_menu .element input{
    width:180px;
}
.search_menu .element img{
    width: 43px;
    height: 20px;
    border: 1px solid gray;
    border-right: none;
    cursor:pointer;
}
.element form input{
    padding:0;
    margin:0;
    height:22px;
    border:none;
    float:left;
}
.element form input#searchTerm,
.element form input#searchTerm_bottom{
    background:url(../images/search_deco.png) #fff left no-repeat;
    border:2px solid gray;
    width:168px;
    padding:2px 0 1px 2px;
    height:15px;
}
.element form input#search_go,
.element form input#search_bottom_go{
    border:none;
    background:gray;
    width:80px;
    padding-bottom:1px;
    font-size:8px;
}
.element form input#search_go:hover,
.element form input#search_bottom_go:hover{
    border:none;
    background:#999;
    width:80px;
    cursor:pointer;
}
/*Search Option*/
#sousmenu, 
#sousmenu_bottom{
    position:absolute;
    border:1px solid green;
    width:42px;
}
#sousmenu .choice, 
#sousmenu_bottom .choice{
    background:#f2eeee;
    width:40px;
    height:16px;
    padding-left:2px;
    text-align:left;
    font-size:11px;
}
#sousmenu .choice a:link, 
#sousmenu_bottom .choice a:link,
#sousmenu .choice a:visited, 
#sousmenu_bottom .choice a:visited{
    color:#0b0c3a;
}
#sousmenu .choice a:hover, 
#sousmenu_bottom .choice a:hover{
    color:red;
    background:white;
}
/*liste de liens utiles*/
.overTop {
    font-size:10px;
}
.overTop h1{
    float:right;
}
.overTop ul{
    padding:0;
    margin:0 10px 0 0;
    font-size:9px;
}
.overTop ul li{
    list-style-type:none;
    display:inline;
    float:left;
}
.overTop ul li a:hover{
    font-weight:normal;
    color:#f60;
}
.overTop ul li a{
    letter-spacing:-0.09em;
    color:#000;
    margin:0;
    padding:0 2px;
    text-decoration:underline;
    font-family:verdana;
}