	$(document).ready(function(){ 

// Marges au-senegal.com

       $("#actualite_liste").wslide({
                width: 200,
                height: 380,
                horiz: false
        });

       $("#agenda_liste").wslide({
                width: 200,
                height: 380,
                horiz: false
        });
       
// Accueil au-senegal.com

       $("#actualite_accueil").wslide({
                width: 200,
//                height: 350,
				height: 472,
                horiz: false
        });

       $("#breves_liste").wslide({
                width: 610,
                height: 390,
 				duration: 2500,
                horiz: true
        });

       $("#agenda_accueil").wslide({
                width: 610,
                height: 390,
 				duration: 2500,
                horiz: true
        });
        
        $("#nouveautes_liste").wslide({
                width: 200,
                height: 350,
                horiz: true
        });

        $("#commentaires_liste").wslide({
                width: 200,
                height: 200,
 				duration: 2000,
                effect: 'easeOutBounce'
        });

// Le221 (rub84)

       $("#sport_par_date").wslide({
                width: 200,
                height: 632,
 				duration: 1500,
                horiz: false
        });
       $("#culture_par_date").wslide({
                width: 200,
                height: 632,
 				duration: 1500,
                horiz: false
        });
       $("#flash_breves").wslide({
                width: 570,
                height: 390,
 				duration: 2500,
                horiz: true
        });
       $("#dernier_numero").wslide({
                width: 548,
                height: 240,
 				duration: 1500,
 				autolink: 'menu3',
                horiz: true
        });
/*
Admin3
*/

});