
/* index.php */
 DIV.faq {/*width:98%;*/padding:0 0.5em;}
  DIV.faq_titre {
	margin-top:3em; 
	border-bottom:#cc0000 1px solid; 
	padding:0.4em
  }
	
	DIV.faq_titre h2 {font-size:1.3em;display:inline; color:#cc0000; font-weight:bold;background:none;height:0px;line-height:0px;margin-top:0;height:auto;padding-left:0em;}
	DIV.faq_titre h2 a {color:#cc0000}
	DIV.faq_titre h2 a:hover {color:#007D08}
	
	
	DIV.faq_titre A {}
	DIV.faq_titre A:hover {}
	DIV.faq_titre img {}

  DIV.faq_texte {}

/* cat.php */
 DIV.faq_cat {}
	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 {}
  DIV.faq_rep img {float:none;margin-right:1em}
  DIV.faq_rep_titre {}
	DIV.faq_rep_titre h2 {font-size:1.5em;color:#c79810;margin:0 0.5em;;display:inline; background:none;height:0px;line-height:0px;margin-top:0;height:auto;padding-left:0em;}

  DIV.faq_rep_texte {margin:2em 0.5em;}

