function executeLayout(){
	$('.___Shadows___').remove();	
	
	settings_ = {	
		className :['shadows'], 
		opacity : 3, 
		top:20, 
		left:20, 
		right:20, 
		bottom:20, 
		offsetTop:0, 
		offsetLeft:0, 
		sizeAdjustWidth:0,
		sizeAdjustHeight:0, 
		roundedCornerTopLeft:0,
		roundedCornerTopRight:0,
		roundedCornerBottomLeft:0,
		roundedCornerBottomRight:0
	};
	var myShadows = new shadows(settings_);
	
	settings = {	
		className :['pole','rubrique_shadows','connexion', 'photo'], 
		opacity : 1, 
		top:7, 
		left:7, 
		right:7, 
		bottom:7, 
		offsetTop:0, 
		offsetLeft:0, 
		sizeAdjustWidth:0,
		sizeAdjustHeight:0, 
		roundedCornerTopLeft:5,
		roundedCornerTopRight:5,
		roundedCornerBottomLeft:5,
		roundedCornerBottomRight:5
	};
	var myShadows = new shadows(settings);
	
	
	settings = {
	  direction : ['horizontal', 'vertical', 'vertical'], 
	  _fadeIn:1,
	  _fadeOut:1,
	  _opacity:1
  }


  var mykMenu = new kMenu(settings, 'menu_services');
}
	
