$(document).ready(function() {
	$("#sossc").click(function() {// en cours
		$(this).children()
		$("#navigation-block").children("img").hide();
		$("#navigation-block img#psc").show();
		});

	$("#sospc").click(function() {// en cours
		$(this).children()
		$("#navigation-block").children("img").hide();
		$("#navigation-block img#ppc").show();
		});
		
	$("#sossa").click(function() {// en cours
		$(this).children()
		$("#navigation-block").children("img").hide();
		$("#navigation-block img#psa").show();
		});

	$("#sosco").click(function() {// en cours
  		$(this).children();
		$("#navigation-block").children("img").hide();
		$("#navigation-block img#pco").show();
		});
	$("#sosde").click(function() {// en cours
  		$(this).children();
		$("#navigation-block").children("img").hide();
		$("#navigation-block img#pde").show();
		});
		
	$("#sosbo").click(function() {// en cours
  		$(this).children();
		$("#navigation-block").children("img").hide();
		$("#navigation-block img#pbo").show();
		});
		
	$("#sosno").click(function() {// en cours
  		$(this).children();
		$("#navigation-block").children("img").hide();
		$("#navigation-block img#nou").show();
		});	
		
	$("#sostl").click(function() {// en cours
  		$(this).children();
		$("#navigation-block").children("div").hide();
		$("#navigation-block div#btl").show();
		});		
		
	$("#sospdj").click(function() {// en cours
  		$(this).children();
		$("#navigation-block").children("div").hide();
		$("#navigation-block div#pdje").show();
		});	
});

