/* index.php */
 DIV.faq {}
  DIV.faq_titre {margin-top:2em;}
	DIV.faq_titre h2 {display:inline;}
	DIV.faq_titre A {}
	DIV.faq_titre A:hover {}
	DIV.faq_titre img {}

  DIV.faq_texte {}

/* faq.php */
 DIV.faq_cat {}
	DIV.faq_cat h1 {}
	DIV.faq_cat img {display:none;}
	DIV.faq_cat ul {}
	DIV.faq_cat A {}
	DIV.faq_cat A:hover {}

/* reponse.php */
 DIV.faq_rep {}
  DIV.faq_rep_titre {margin-top:2em;}
	DIV.faq_rep_titre h2 {display:inline;}
	DIV.faq_rep_titre img {}

  DIV.faq_rep_texte {}
