.question {
    height:26px;
    line-height: 26px;
    text-indent: 30px;
    background: url(../img/layout/buttons/help.png) no-repeat;
    margin: 8px 0;
    font-weight: bold;
    font-size: 1.0em;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.question:hover {
	color:black;
}

.reponse {
	display:none;
}

#content { background-image: url(../img/layout/pages/question.png); }
