var VoletEnCours="";
function InitVolet_parcours()
{
	if($j('#picto_illustration_plus_1')){
		
		$j("#picto_illustration_moins_2").hide();
		$j("#picto_illustration_moins_3").hide();
		$j("#picto_illustration_moins_4").hide();
		$j("#picto_illustration_moins_5").hide();
		
		$j("#description_offre_2").hide();
		$j("#description_offre_3").hide();
		$j("#description_offre_4").hide();
		$j("#description_offre_5").hide();
		
		
		$j("#picto_illustration_plus_2").show();
		$j("#picto_illustration_plus_3").show();
		$j("#picto_illustration_plus_4").show();
		$j("#picto_illustration_plus_5").show();
		
		$j("#description_offre_1").show();
		$j("#picto_illustration_moins_1").show();
		$j("#picto_illustration_plus_1").hide();
		
	}
	
}
$j(document).ready(function(){
	InitVolet_parcours();
	
	if($j('#td_illustration_1'))
	$j('#td_illustration_1').click(function(){
		InitVolet_parcours();
		
	});
	
	if($j('#td_illustration_2'))
	$j('#td_illustration_2').click(function(){
		InitVolet_parcours();
		
		$j("#description_offre_1").hide();
		$j("#picto_illustration_moins_1").hide();
		$j("#picto_illustration_plus_1").show();
		
		$j("#description_offre_2").show();
		$j("#picto_illustration_moins_2").show();
		$j("#picto_illustration_plus_2").hide();
		
	});
	if($j('#td_illustration_3'))
	$j('#td_illustration_3').click(function(){
		InitVolet_parcours();
		
		$j("#description_offre_1").hide();
		$j("#picto_illustration_moins_1").hide();
		$j("#picto_illustration_plus_1").show();
		
		$j("#description_offre_3").show();
		$j("#picto_illustration_moins_3").show();
		$j("#picto_illustration_plus_3").hide();
	});
	if($j('#td_illustration_4'))
	$j('#td_illustration_4').click(function(){
		InitVolet_parcours();
		
		$j("#description_offre_1").hide();
		$j("#picto_illustration_moins_1").hide();
		$j("#picto_illustration_plus_1").show();
		
		$j("#description_offre_4").show();
		$j("#picto_illustration_moins_4").show();
		$j("#picto_illustration_plus_4").hide();
	});
	if($j('#td_illustration_5'))
	$j('#td_illustration_5').click(function(){
		InitVolet_parcours();
		
		$j("#description_offre_1").hide();
		$j("#picto_illustration_moins_1").hide();
		$j("#picto_illustration_plus_1").show();
		
		$j("#description_offre_5").show();
		$j("#picto_illustration_moins_5").show();
		$j("#picto_illustration_plus_5").hide();
	});
	
});
		
