div#contents {
    width : 660px;
    margin-left: auto;
    margin-right: auto;
    font-size:9pt;
}

h3.titre {
    background-color: #FFFFFF;
    color: #0084B5;
    margin: 0px;
    padding: 5px;
    font-size: 13px;
    background-image: url(../images/design/fleche_fondBlanc.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 20px;
}

div#contents form#faq {
    background-color: #ACD7E7;
    padding: 10px;
}


div#faq {
    background-color: #ACD7E7;
    margin-top: 10px;
}

div#faq h3.titre {
    margin-bottom: 15px;
}

div.faq {
    margin-bottom: 10px;
}

h5.question {
    background-color: #CFE7F1;
    color: #034F6D;
    padding: 2px;
    margin: 0px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    background-image: url(../images/design/fleche_bleue.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 20px;
    height: 18px;
}

div.reponse {
    background-color: #FFFFFF;
    padding:5px;
    display: none;
}
