/* **********************************************************************************/
/* Elements strictement obligatoires : BODY, P, TABLE, TH, TR et TD*/
/* **********************************************************************************/

BODY    { background-color: black; color: black; font-size: 12px; font-family: tahoma, verdana, arial, sans-serif }

H2     { font-size: 20px; font-family: tahoma, verdana, arial, sans-serif; color: #d32a7f; margin: 0px 0px 0px 15px; text-transform: uppercase;}

.Question    { color: #d32a7f; font-size: 12px; font-family: tahoma, verdana, arial, sans-serif; text-transform: uppercase; }

.Reponse    { color: white; font-size: 12px; font-family: tahoma, verdana, arial, sans-serif; }

.Bouton { background: white; padding: 2px 5px; border: none; margin-left:15px;}

.Bouton:hover { background: #C305C3; }

form { margin-left:15px;}

.image-reponse { margin-left:15px; margin-top:15px;}
