jQuery().ready(function(){	
	// applying the settings
	jQuery('#contenu_selection').Accordion({
		active: 'h2.selected',
		header: 'h2.head',
		alwaysOpen: false,
		animated: true,
		showSpeed: 400,
		hideSpeed: 800
	});
});
function affichage_popup(page,nom,largeur,hauteur)
{
window.open(page,nom,config='height='+hauteur+', width='+largeur+', toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no')
}
