function chargerContenu(page) {
	new Ajax.Updater(
		'contenu',
		'./pages/'+page,
		{
			method: 'get'
		}
		
		);
		
}
