$(document).ready(function(){

	
	if( $('.main_content').height() > $('.news').height() ) {
		
		if ( $('script+[href^=http://www.facebook.com]').size() > 0 ) {
			
			if( $('.main_content').height() > ($('.news').height()+360) ) {
				$('.news').height($('.main_content').height());
			}
			
		} else {
			$('.news').height($('.main_content').height());
		}
	}

	if( $('body').hasClass('activite') ) {
		$('#activite').scrollTop(99999);
	}
	
	$("a[rel^='lightbox']").slimbox({/* Put custom options here */}, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});

	
});
