

$(document).ready(function() 
{
	window.onload = function () {
	$('#illustration_produits').cycle( 
	{
		fx:     'fade', 
	    speed:  'fast', 
	    timeout: 0, 
	    next:   '#next2', 
	    prev:   '#prev2' 
	});

	$('#description_illustration').cycle( 
	{
		fx:     'fade', 
	    speed:  'fast', 
	    timeout: 0, 
	    next:   '#next2', 
	    prev:   '#prev2' 
	});
	}
	
});

