function adminActiver(id)
{
	$(id).setAttribute('class', 'adminModuleActived');
}