
/*########################
Barre du haut
##########################*/
.topPanelDiv {
    font-family: "Trebuchet Ms", arial, Verdana;
    height: 18px;
    background-color: #232426;
    border-bottom: solid 1px #000;
    padding-top: 6px;
}
#topPanel {
    width: 1000px;
    margin:0 auto;
    padding: 0;
}
#topPanel li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 50px 0 0;
}
#topPanel li a, #topPanel li a:link {
    color: white;
    text-decoration: none;
}
#topPanel li a span {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 20px 4px 0;
    background: transparent url(../img/select_arrow.png) no-repeat right 1px;
}
#topPanel li a:hover span { background: transparent url(../img/select_arrow.png) no-repeat right -20px; }
#topPanel span strong {
    display: block;
    float: left;
    width: 17px;
    background-color: red;
    text-align: center;
    font-size: 14px;
    margin: -2px 1px 0 0;
    color: white;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
#topPanel #instututions span strong { background-color: #5ea62a; }
#topPanel #ministeres span strong { background-color: #c7463c; }
#topPanel #ambassades span strong { background-color: #006699; }
#topPanel #mairies span strong { background-color: #fc8f30; }

#topPanel li ul {
    padding: 3px 0 3px 0;
    margin: 1px 0 0 0;
    visibility: hidden;
    position: absolute;
    border: solid 1px #000;
    border-top: none;
    background-color: #fff;
    background: rgba(255,255,255,0.95);
    z-index: 10;
}
#topPanel li:hover ul { visibility: visible; }
#topPanel li ul li {
    width: 180px;
    display: block;
    padding: 0 10px 0 10px;
    clear: none;
    font-size: 15px;
    margin: 0;
    float: left;
}
#topPanel #instututions ul li, #topPanel #instututions ul li a:hover { color: #5ea62a; }
#topPanel #ministeres ul li, #topPanel #ministeres ul li a:hover { color: #c7463c; }
#topPanel #ambassades ul li, #topPanel #ambassades ul li a:hover { color: #006699; }
#topPanel #mairies ul li, #topPanel #mairies ul li a:hover { color: #fc8f30; }

#topPanel li ul li a, #topPanel li ul li a:link {
    font-weight: normal;
    color: #000;
    font-size: 12px;
    margin-left: 3px;
}
#topPanel li ul li a:hover { font-weight: bold; }

#topPanel #instututions ul { width: 400px; }
#topPanel #instututions ul li { width: 180px; }

#topPanel #ministeres ul { width: 600px; z-index: 10 }
#topPanel #ministeres ul li { width: 180px; }

#topPanel #ambassades ul { width: 400px; }
#topPanel #ambassades ul li { width: 180px; }

#topPanel #mairies ul { width: 300px; }
#topPanel #mairies ul li { width: 130px; }

#topPanel #ministeres ul li:first-child{
    width: 572px;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 0px 5px 0px;
    margin: 5px 10px 5px 10px;
}

#topPanel #ministeres ul li:first-child a, #topPanel #ministeres ul li:first-child a:link, #topPanel #ministeres ul li:first-child a:visited{
    background: url(../img/arrow_gol.png) no-repeat left;
    padding-left: 10px;
}


