$(document).ready(function(){
$('#s1').cycle({
    fx:    'fade',
    pause:  1,
    random: 1
});
$('#boutonFemelles').hover(function(){$('#boutonFemelles').attr('src','img/bouton-femelles-hover.jpg');},
                           function(){$('#boutonFemelles').attr('src','img/bouton-femelles.jpg');});
$('#boutonMales').hover(function(){$('#boutonMales').attr('src','img/bouton-males-hover.jpg');},
                           function(){$('#boutonMales').attr('src','img/bouton-males.jpg');});
$('#boutonChatons').hover(function(){$('#boutonChatons').attr('src','img/bouton-chatons-hover.jpg');},
                           function(){$('#boutonChatons').attr('src','img/bouton-chatons.jpg');});
$('#boutonNeutres').hover(function(){$('#boutonNeutres').attr('src','img/bouton-neutres-hover.jpg');},
                           function(){$('#boutonNeutres').attr('src','img/bouton-neutres.jpg');});
$('#boutonSouvenir').hover(function(){$('#boutonSouvenir').attr('src','img/bouton-souvenir-hover.jpg');},
                           function(){$('#boutonSouvenir').attr('src','img/bouton-souvenir.jpg');});
$('#boutonPhotos').hover(function(){$('#boutonPhotos').attr('src','img/bouton-photos-hover.jpg');},
                           function(){$('#boutonPhotos').attr('src','img/bouton-photos.jpg');});
$('#boutonContact').hover(function(){$('#boutonContact').attr('src','img/bouton-contact-hover.jpg');},
                           function(){$('#boutonContact').attr('src','img/bouton-contact.jpg');});
$('#boutonLiens').hover(function(){$('#boutonLiens').attr('src','img/bouton-liens-hover.jpg');},
                           function(){$('#boutonLiens').attr('src','img/bouton-liens.jpg');});
$('#boutonLivredor').hover(function(){$('#boutonLivredor').attr('src','img/bouton-livredor-hover.jpg');},
                           function(){$('#boutonLivredor').attr('src','img/bouton-livredor.jpg');});
$('#boutonChatterie').hover(function(){$('#boutonChatterie').attr('src','img/bouton-chatterie-hover.jpg');},
                           function(){$('#boutonChatterie').attr('src','img/bouton-chatterie.jpg');});
$('#boutonRaces').hover(function(){$('#boutonRaces').attr('src','img/bouton-races-hover.jpg');},
                           function(){$('#boutonRaces').attr('src','img/bouton-races.jpg');});
});

