/*PAGE MENU*/
#logo{
    border:0px solid #000;
    width:238px;
    height:55px;
    float:left;
}
#header {
    border:0px solid #000;
    width:100%;
    height:56px;
    text-decoration:none;
    font-weight:bold;
    font-family:tahoma;
}
#menu {
    border:0px solid #000;
    background: url('../img/mnu.png');
    float:right;
    height:52px;
    width:726px;
    font-family:tahoma;
    text-decoration:none;
    color: #ffffff;
    text-align: center;
}
#menu ul {
    border:0px solid #000;
    height:52px;
    margin-top:0px;
}
#menu li.menu_debut {
    background-image:url(../img/menu_debut.png);
    background-repeat:no-repeat;
    height:52px;
    width:48px;
    float:left;
}

#menu li.menu_centre {
    border:0px solid #000;
    background: url('../img/menu_centre.png');
    background-repeat:no-repeat;
    float:left;
    height:52px;
    list-style:none;
    text-align:center;
    width:126px;

}
#menu li.menu_centre:hover, #menu ul li.menu_centre.select {
    border:0px solid #000;
    background: url('../img/menu_centre_hover.png');
    background-repeat:no-repeat;
    list-style:none;
    float:left;
    text-align: center;

}
#menu li.menu_centre a{
    border:0px solid #000;
    display:block;
    float:left;
    width:94px;
    padding:15px;
    text-decoration:none;
    text-align:center;
    font-size:15px;
    font-family:tahoma;
    color:#1082ce;
}

#menu li.menu_fin {
    background-image:url(../img/menu_fin.png);
    background-repeat:no-repeat;
    height:52px;
    width:48px;
    float:left;
}

