/* 
    Document   : default.css
    Created on : 22 déc. 2009, 10:16:38
    Author     : Romain Niveau
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.cat-faq {
    color: #10802c;
    background-image: url(../../../../modules/mod_menu/images/fleche.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 15px;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 10px;
}

div.question {
    background-image: url(../../../../images/arrow-green.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    margin-left: 50px;
    color: #6e6e6e;
    font-weight: 700;
    padding-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

div.question-description {
    margin-left: 10px;
    color: #6e6e6e;
    text-align: justify;
    display: none;
    margin-bottom: 5px;
}
