/*----------------------------
	WebCMS ©2011 by Olivier Toscano
	contact	:	info@webcms.lu
	url		:	webcms.lu
	society	:	WebCMS S.à r.l.
------------------------------*/
var $j = jQuery.noConflict();
$j(document).ready(function(){

    $j('a[rel^="lightbox"]').lightBox();

	$j('#slider').cycle({
		speed: '800',
		timeout: 3000,
		pager: '#sliderpager'
	});

	$j('#wrapper_actus').cycle({
		fx: 'scrollDown',
		timeout: 5000
	});

	if( ! $j('#myCloud').tagcanvas({
		textColour : '#333333',
		outlineThickness : 1,
		outlineColour: '#bfbfbf',
		maxSpeed : 0.03,
		depth : 0.75
	})) {
		// TagCanvas failed to load
		$j('#myCloud').hide();
	}
});
