#menu {
        z-index:100;
         width: 969px;
         height: 237px;
         background: url(_images/fond_entete.jpg);
         padding: 0;
         position: absolute;
         margin: 0 0 0 -2px;
         font-size: 14px;
}

.niveau_1{
        text-align: center; 
        z-index:99;
        margin: 0; 
        padding: 0; 
        list-style: none; 
        display: block; 
        position: absolute;
        
}
.niveau_1 a {
        display: block; 
        color: #270c3e; 
        text-decoration: none; 
}
.niveau_1 a:hover, .menuon  { 
        font-weight:bold; 
        color: #270c3e;
}
#bouton_1 {
        left: 234px; 
        top: 172px; 
        width: 108px; 
}
#bouton_2{
        left: 339px; 
        top: 172px; 
        width: 95px; 
}
#bouton_3 {
        left: 431px; 
        top: 166px; 
        width: 98px; 
}
#bouton_4 {
        left: 514px; 
        top: 154px; 
        width: 93px; 
}
#bouton_5 {
        left: 595px; 
        top: 138px; 
        width: 110px; 
}
#bouton_6 {
        left: 677px; 
        top: 124px; 
        width: 114px; 
}

#bouton_1 span a {
        height: 48px; 
        padding:4px 5px 0 5px; 
}
#bouton_2 span a {
        height: 46px; 
        padding:9px 0 0 0; 
}
#bouton_3 span a {
        height: 45px; 
        padding:17px 0 0 0px; 
}
#bouton_4 span a {
        height: 42px; 
        padding:29px 0 0 0; 
}
#bouton_5 span a {
        height: 45px; 
        padding:40px 0 0 9px; 
}
#bouton_6 span a {
        height: 30px; 
        padding:63px 0 0 9px; 
}
#bouton_1 span a:hover, .menu1on a{
       background: url(_images/bouton1.png) no-repeat; 
}
#bouton_2 span a:hover, .menu2on a{
        background: url(_images/bouton2.png) no-repeat;
}
#bouton_3 span a:hover, .menu3on a {
        background: url(_images/bouton3.png) no-repeat;
}
#bouton_4 span a:hover, .menu4on a{
        background: url(_images/bouton4.png) no-repeat;
}
#bouton_5 span a:hover, .menu5on a{
        background: url(_images/bouton5.png) no-repeat;
}
#bouton_6 span a:hover, .menu6on a{
        background: url(_images/bouton6.png) no-repeat;
}


/*===========Sous menu=============*/
.niveau_2 {
    border-right: 2px solid #B0B0AE;
    border-left: 2px solid #260448;
    border-bottom: 1px solid #767F82;
    padding: 5px 0 0 0;
    background: #D3DCE3;
    font-size: 10px;
    font-weight: bold;
    line-height:15px;
    z-index:98;
    text-align:left;
    display: none;
}
.niveau_2 a {
        color: #270c3e;
        text-decoration: none;
        display: block;
        height: 1%;
        border: 0 none;
        padding: 3px 0 3px 8px;
        border-bottom: 1px solid #A9B5BA;
        background: url(_images/fonds/puce_menu.png) no-repeat 0% 9px;
}
#menudiv>.niveau_2 a {
        height: 100%;
}
.niveau_2 a:hover {
        background: #7F9993 url(_images/fonds/puce_menu_over.png) no-repeat 0% 9px;
        font-weight: bold;
        color:#D6481C;
}
#smenu1  {
    margin:0 0 0 2px;
    width: 142px;
}
#smenu2  {
    margin:0 0 0 2px;
    width: 145px;
}
#smenu3  {
    margin:0 0 0 5px;
    width: 145px;
}
#smenu4  {
    margin:0 0 0 5px;
    width: 145px;
}
#smenu5  {
    margin:0 0 0 12px;
    width: 145px;
}
#smenu6  {
     margin:0 0 0 20px;
   width: 145px;
}
/*======== SOUS MENUS EXPOSÉS ========= */

#smenu1 .smenuon{
        background: #7F9993 url(_images/fonds/puce_menu_over.png) no-repeat 0% 9px;
        font-weight: bold;
        color:#D6481C;
}
#smenu2 .smenuon{
        background: #7F9993 url(_images/fonds/puce_menu_over.png) no-repeat 0% 9px;
        font-weight: bold;
        color:#D6481C;
}
#smenu3 .smenuon{
        background: #7F9993 url(_images/fonds/puce_menu_over.png) no-repeat 0% 9px;
        font-weight: bold;
        color:#D6481C;
}
#smenu4 .smenuon{
        background: #7F9993 url(_images/fonds/puce_menu_over.png) no-repeat 0% 9px;
        font-weight: bold;
        color:#D6481C;
}
#smenu5 .smenuon{
        background: #7F9993 url(_images/fonds/puce_menu_over.png) no-repeat 0% 9px;
        font-weight: bold;
        color:#D6481C;
}
#smenu6 .smenuon{
        background: #7F9993 url(_images/fonds/puce_menu_over.png) no-repeat 0% 9px;
        font-weight: bold;
        color:#D6481C;
}

