// JavaScript Document

$(document).ready(function(){
				
				
				/*====================== reflexion ======================*/
				$("#reflexion").wslide({
					width: 300,
					height: 300,
					col: 3
				});
				
				
				/*====================== création ======================*/
				$("#creation").wslide({
					width: 300,
					height: 300,
					col: 3
				});
				
				/*====================== expression ======================*/
				$("#expression").wslide({
					width: 300,
					height: 300,
					col: 3
				});
				

			});