$(document).ready(function(){
			
				$.preloadCssImages();

				//alert("Des enjeux et des hommes");
				
				
				$('#quiSommes').mouseover(function() {
				
					 // $(this).fadeTo("fast", 0.0);
					 $(this).css("background-image","url(images/boutons/hover/quiSommesNous.jpg)");
					 // $(this).fadeTo("fast", 1.0);
				});
				$('#quiSommes').mouseout(function() {
					// $(this).fadeTo("fast", 0.0);
					$(this).css("background-image","url(images/boutons/quiSommesNous.jpg)");
					// $(this).fadeTo("fast", 1.0);
				});
				
				
				$('#nosConvic').mouseover(function() {
					// $(this).fadeTo("fast", 0.0);
					 $(this).css("background-image","url(images/boutons/hover/nosConvictions.jpg)");
					 // $(this).fadeTo("fast", 1.0);
				});
				$('#nosConvic').mouseout(function() {
					// $(this).fadeTo("fast", 0.0);
					$(this).css("background-image","url(images/boutons/nosConvictions.jpg)");
					// $(this).fadeTo("fast", 1.0);
				});
				
				$('#nosReseau').mouseover(function() {
					// $(this).fadeTo("fast", 0.0);
					 $(this).css("background-image","url(images/boutons/hover/nosReseauxEtPartenaires.jpg)");
					 // $(this).fadeTo("fast", 1.0);
				});
				$('#nosReseau').mouseout(function() {
					// $(this).fadeTo("fast", 0.0);
					$(this).css("background-image","url(images/boutons/nosReseauxEtPartenaires.jpg)");
					// $(this).fadeTo("fast", 1.0);
				});
				
				$('#nosChamps').mouseover(function() {
					// $(this).fadeTo("fast", 0.0);
					 $(this).css("background-image","url(images/boutons/hover/nosChampsDintervention.jpg)");
					 // $(this).fadeTo("fast", 1.0);
				});
				$('#nosChamps').mouseout(function() {
					// $(this).fadeTo("fast", 0.0);
					$(this).css("background-image","url(images/boutons/nosChampsDintervention.jpg)");
					// $(this).fadeTo("fast", 1.0);
				});
				$('#nousContacter').mouseover(function() {
					// $(this).fadeTo("fast", 0.0);
					 $(this).css("background-image","url(images/boutons/hover/nousContacter.jpg)");
					 // $(this).fadeTo("fast", 1.0);
				});
				$('#nousContacter').mouseout(function() {
					// $(this).fadeTo("fast", 0.0);
					$(this).css("background-image","url(images/boutons/nousContacter.jpg)");
					// $(this).fadeTo("fast", 1.0);
				});
				
				
				
				
				$("#quiSommes").click(function () {
      				window.location.href = "historique.html";
    			});
    			
				$("#nosConvic").click(function () { 
      				window.location.href = "nos-convictions.html";
    			});
    			
				$("#nosReseau").click(function () { 
      				window.location.href = "partenaires.html";
    			});
    			
				$("#nosChamps").click(function () { 
      				window.location.href = "nos-champs-d-intervention.html";
    			});
    			
				$("#nousContacter").click(function () { 
      				window.location.href = "nous-contacter.html";
    			});

				$("#desenjeux").click(function () { 
      				window.location.href = "index.php";
    			});

				$("#desenjeuxfooterIndex").click(function () {
      				window.location.href = "http://desenjeuxetdeshommes.com/bo/";
    			});
    			
    			$("#desenjeuxfooter").click(function () {
      				window.location.href = "http://desenjeuxetdeshommes.com/bo/";
    			});

				$("#laNewsDuSect").click(function () { 
      				window.location.href = "actualites.php?type=news";
    			});

});
