/* ### Bloc question / reponse
---------------------------------------------------------------- */
DIV#ListeQuestionsReponses DIV.blocQuestionReponse{
margin:0 0 1em 0;
}
DIV.blocQuestionReponse H5{
cursor:pointer;
cursor:hand;
}
DIV.blocQuestionReponse H5.ouvert{
background-image:url(../images/icons/illust/faq_question_puce_ouvert.gif);
}
DIV.blocQuestionReponse H5.ferme{
background-image:url(../images/icons/illust/faq_question_puce_ferme.gif);
}
DIV#ListeQuestionsReponses DIV.blocQuestionReponse DIV.reponse{
padding:0 0 0 7px;
margin:0 0 2em 7px;
border-left:1px solid #cccccc;
color:#535353;
height:1%;/* hack IE */
}
DIV#ListeQuestionsReponses DIV.blocQuestionReponse DIV.reponse P{
margin-bottom:0.5em;
}

