	/**
	 *	servicad.common.js
	 *	Scripts : toutes pages
	 *	@author Danny ROBERT
	 *	@creation 10/03/2011
	 */
	 
	 $(document).ready(function(){
	/* fancybox mention légales*/
	 jQuery('#legals-content-click').fancybox({
        'autoDimensions' : false,
        'width'         :  660,
        'height'        : 500,
        'overlayColor'  :'#111',
        'scrolling'     :'yes',
        'titleShow'     : false,
        'autoScale'     : true
    });
	
});
