// JavaScript Document
			
			$(document).ready(function(){
			
				/*====================== Visionneuse ======================*/
				$("#parent2").wslide({
				   				 
					width:770,
					height: 450,
					duration : 1200,
					horiz: true
					
					
				});
				
				$("#parent3").wslide({
				   				 
					width:770,
					height: 300,
					duration : 1200,
					horiz: true
					
					
				});
				
										 				
			});
	