// initialise menu
jQuery(document).ready(function() {
	//jQuery('#header ul').superfish();
	/*jQuery('#sidebar ul').superfish({
        animation: {height:'show'},   // slide-down effect without fade-in
        delay:     500,
        autoArrows: true
    });
	var content_height = $('#content').height();
	$('#sidebar').height(content_height);*/
    $(function() {
        $('.lien_lunette').simpleDialog({
            showCloseLabel: false
        });
    });
    $(function() {
        $('a[@rel*=lightbox]').lightBox({
        });
     });
});