function change_classe(formulaire,champ,etat, id, color1, color2)
{
  //this.className = etat;

  //eval("document.forms[\'" + formulaire + "\']." + champ).className = etat;

 if (document.getElementById(id).style.color == color1)
 	document.getElementById(id).style.color = color2;
 else
 	document.getElementById(id).style.color = color1;
}

function home_aff_philo()
{
  GET('ajax/ajax.php?section=accueil_texte', 'all_page_contain');
}
