/* index.php */
 DIV.faq {width:97%;}
 DIV.faq ul {list-style-type:none;}
 DIV.faq ul ul {margin-left:1em;}


  DIV.faq_titre {
	margin-top:1em; 
	padding:0.4em
  }
	DIV.faq_titre h2 {display:inline;font-size:1.3em}
	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:97%;}
  DIV.faq_rep img {float:left;margin-right:1.5em}
  DIV.faq_rep_titre {}
	DIV.faq_rep_titre h2 {font-size:1.3em;margin-top:2em;}

  DIV.faq_rep_texte {margin:1em 1em 1em 2em;text-align:justify;font-weight:normal;}

