#faq {
    
    margin: auto;   
    text-align: left;
}
.faqTitre {
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}
.faqSousTitre {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}   
.question {
    margin-top: 10px;
    font-weight:bold;
}
.reponse {
    margin-bottom: 10px;
}