h1 {color:#FFF;font-weight:bold;font-size:1.5em;margin:0;padding-left:1em;padding-top:1em;}

/* index.php */
 DIV.faq {width:700px;text-align:left;margin:20px auto;}
  DIV.faq_titre {
	margin-top:3em; 
	padding:0.4em
  }
	DIV.faq_titre h2 {display:inline;font-size:1.3em;padding:0.2em;}
	DIV.faq_titre A {color:#fff;}
	DIV.faq_titre A:hover {text-decoration:underline;}
	DIV.faq_titre img {float:left;margin-right:1em;display:inline}

  DIV.faq_texte {}

/* cat.php */
 DIV.faq_cat {width:700px;text-align:left;margin:30px auto;}

	DIV.faq_cat h1 {display:inline;font-size:1.3em;padding:0.2em;}
	DIV.faq_cat img {float:left;margin-right:1em;display:inline;}
	DIV.faq_cat ul {margin:2em 0 1em 2em;}
	DIV.faq_cat li {padding-bottom:0.5em;font-weight:bold}
        DIV.faq_cat A {color:#fff;}
        DIV.faq_cat A:hover {text-decoration:underline;}


/* reponse.php */
 DIV.faq_rep {width:700px;text-align:left;margin:30px auto;text-align:left;}

	DIV.faq_rep h1 {display:inline;font-size:1.5em;padding:0.2em;}
	DIV.faq_rep img {float:left;margin-right:1em;display:inline;}

  	DIV.faq_rep_titre {margin:20px 0 0 20px;}
	DIV.faq_rep_titre h2 {font-size:1.3em;}

  	DIV.faq_rep_texte {margin:2em 1em 2em 2.5em}
        DIV.faq_rep_texte img {float:none;}
