$(document).ready(function(){

 	$('#principale').accordion({
		header:'a.title',
		alwaysOpen: false,
		autoheight: false,
		active: '.selected'
	});

	$('a[href^=http]:not(a[href*='+window.location.host+'])').attr('target','_blank');

});