/*PAGE MENU*/

div#background_menutop {
    border:0px solid #000;
    background: url('../img/menu/background_menu_repeat.png');
    background-repeat:repeat-x;
    height:137px;
    width:100%;
}

div#background_menutop div#menutop {
    border:0px solid #000;
    background: url('../img/menu/background_menu.png');
    margin:0px auto;
    height:137px;
    width:954px;
}
div#background_menutop div#menutop ul {
    padding-left:100px;
}
div#menutop ul li {
    border:0px solid #000;
    margin-top:82px;
    height:54px;
    width:152px;
    float:left;
}
div#menutop ul li:hover{
background: url('../img/menu/hover.png');
}
div#menutop ul li img{
    border:0px solid #000;
    margin:2px 5px 0px 12px;
    float:left;        
}
div#menutop ul li a{
    border:0px solid #000;
    font-size:14px;
    font-weight:bold;
    margin-top:5px;
    text-decoration:none;
}


div#background_menutop div#menutop ul li#accueil {
    background: url('../img/menu/accueil.png');
    margin-top:0px;
    width:132px;
    height:137px;
}
div#background_menutop div#menutop ul li#accueil:hover {
    background: url('../img/menu/accueil_hover.png');
}
div#background_menutop div#menutop li#accueil a{
    border:0px solid #000;
    display:block;
    width:132px;
    height:132px;
}

div#background_menutop div#menutop ul li#biplace_parapente2 {
    background: url('../img/menu/biplace_parapente2.png');
}
div#background_menutop div#menutop ul li#biplace_parapente2:hover {
    background: url('../img/menu/biplace_parapente2_hover.png');
}
div#background_menutop div#menutop ul li#speed-riding {
    background: url('../img/menu/speed-riding.png');
}
div#background_menutop div#menutop ul li#speed-riding:hover {
    background: url('../img/menu/speed-riding_hover.png');
}

