$(document).ready(function(){

/***************************************************************************************
	=> Ouverture des liens externes (et des PDF) dans un nouveau navigateur/onglet <=
***************************************************************************************/
	$('a[href^=http]:not([href*="+window.location.host+"]), area[href^=http]:not([href*="+window.location.host+"]), a[href$=.pdf]').attr('target', '_blank');


/***************************************************************************************
	=> Fond du top transparent <=
***************************************************************************************/
	$('.fond-semi-opaque, #gauche, .rangee-top').css('opacity', 0.8);


});
