h1 {
	color: #FF6600;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0;
	padding-left: 25px;
	background: url(images/carre_bienvenue.gif) no-repeat left;
}

/* index.php */
 DIV.faq {width:100%}
  DIV.faq_titre {
	margin-top: 1em;
	border-bottom: 1px solid #5697B9;
	padding: 0em;
	padding-bottom: 0.6em;
}
	DIV.faq_titre h2 {
	display: inline;
	font-size: 1.5em;
	height: 25px;
	padding: 0;
}
	DIV.faq_titre A {
	color: #1B6B71;
	text-decoration: none;
}
	DIV.faq_titre A:hover {
	color: #AB4986;
}
	DIV.faq_titre img {
	margin-right: 0.5em;
	padding: 0;
}

  DIV.faq_texte {
	padding: 0.6em;
	background: #F6FDEC;
}

/* cat.php */
 DIV.faq_cat {width:100%}
	DIV.faq_cat img {float:left;margin-right:0.5em}
	DIV.faq_cat ul {
	margin: 1em 0 1em 2em;
}
	DIV.faq_cat li {padding-bottom:0.5em;font-weight:bold}
DIV.faq_cat li a{
	color: #5697B9;
	border-bottom: thin dotted #5697B9;
	text-decoration: none;
}
DIV.faq_cat li a:hover{
	color: #AB4986;
	border-bottom: thin dotted #AB4986;
}

/* reponse.php */
 DIV.faq_rep {width:100%}
 DIV.faq_rep h1{
	background: none;
}
  DIV.faq_rep img {float:left;margin-right:0.5em}
  DIV.faq_rep_titre {
	
}
	DIV.faq_rep_titre h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #5697B9;
	background: url(images/question.gif) no-repeat left;
	padding-left: 32px;
	height: 26px;
}

  DIV.faq_rep_texte {
	background: url(images/reponse.gif) no-repeat left top;
	padding-left: 32px;
	color: #4080A1;
}

