        $(document).ready(
				function() {
				    $('.sliderInter').innerfade({
				        speed: 2000,
				        timeout: 4000,
				        type: 'sequence',
				        containerheight: '136px'
				    });

				    $("input.text").focus(function() {
				        $(this).val("");
				    }).blur(function() {
				        if ($(this).val() == "") {
				            $(this).val($(this)[0].defaultValue);
				        }
				    });
				});

        $(function() {

            $('.menuRubriques a').tooltip({
                track: true,
                delay: 0,
                showURL: false,
                left: -360,
                top: -40,
                showBody: " ++ ",
                fade: 500
            });
        });
