h1 {color:#FF6600;font-weight:bold;font-size:2em;margin:0;padding:0}

/* index.php */
 DIV.faq {width:98%}
  DIV.faq_titre {
	margin-top:3em; 
	border-bottom:#FF6600 2px dotted; 
	padding:0.4em
  }
	DIV.faq_titre h2 {display:inline;font-size:1.5em}
	DIV.faq_titre A {}
	DIV.faq_titre A:hover {}
	DIV.faq_titre img {}

  DIV.faq_texte {}

/* cat.php */
 DIV.faq_cat {width:98%}
	DIV.faq_cat img {float:left;margin-right:1em}
	DIV.faq_cat ul {margin:2em 0 1em 2em}
	DIV.faq_cat li {padding-bottom:0.5em;font-weight:bold}


/* reponse.php */
 DIV.faq_rep {width:98%}
  DIV.faq_rep img {float:left;margin-right:1em}
  DIV.faq_rep_titre {}
	DIV.faq_rep_titre h2 {font-size:1.5em;border-bottom:#FF6600 2px dotted}

  DIV.faq_rep_texte {margin:2em}
