function initialisation_js()
{
	$('#onglets a').corner('bottom');
	$('#contenu').corner();
	$('#videos').corner();
	$('#recherche').corner();
	$('#rechercheGoogle').corner();
	$('#publicite').corner();
	
	$('.new').corner();
	$('.erreur').corner("round  20px");
	$('.reussi').corner("round  20px");
	
	$('fieldset').corner();
}

