/*****************************************************************************/
/*                            BALISES HTML STANDARDS                         */
/*****************************************************************************/

body {
    font-family:Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    width:980px;
    margin:auto;
    background-color: #b2c902;
    position:relative;
}

a {
    font-weight:bold;
    color:#e41858;
    text-decoration: none;
}

a:hover {
    color: #444444;
}

img {
    margin:0px;
    padding:0px;
    border: none;
}


input{
    text-align:center;

}

td{
    padding:10px;
    min-width:75px;
}


/*****************************************************************************/
/*                                 FAQ                                       */
/*****************************************************************************/

#faq {
    margin-left:100px;
    margin-right:100px;
    text-align:left;
}

#faq p{
    vertical-align:top;
}

.faq_block{
    margin-top:50px;
    margin-bottom:50px;
}

.faq_with_image{
    display: inline-block;
    max-width:500px;
}

.faq_titre {
    width: 250px;
    padding:10px;
    margin:20px;
    font-size:16px;
    color:WHITE;
    text-align:center;
    position:relative;
    left:245px;
    background:#b2c902;
    font-weight:bold;
}

/* Le texte dans la barre en bas */
.faq_sous_titre{
    color:#e2034f;
    font-weight:bold;
    margin:20px;
    text-align:center;
}