body form.quiz div.vertical div label {
  margin-left:30px;
font-weight: normal;
width: 60px;
}
.footer {
float: left;
padding: 10px 0px 0px 180px;
font-size: x-small;
}
body div#inter form div.entry h5.responseTrue {
  margin-left:30px;
  color:green;
}
body div#inter form div.entry h5.responseFalse {
  margin-left:30px;
  color:red;
}
body form div.responseTrue,
body form div.responseFalse {
  margin-left:30px;
  margin-bottom:30px;
}
div.comment{
color:black;
clear:left;
} 
/* 
En retour pour afficher: 
  - les bonnes reponses style OK
  - les mauvaises reponses données style NOK 
  - cacher les inputs 
*/
body.quizresultat form input, 
body.quizresultat form textarea {
  display:none;
}
html body.quizresultat form div div label {
  display:none;
}
html body.quizresultat form div div label.OK, 
div.OK, .reponseJuste, .OK {
  display:inline;
  color:green;
  font-weight:bold;
}
html body.quizresultat form div div label.NOK, 
div.NOK, .reponseFausse, .NOK {
  display:inline;
  color:red;
  text-decoration:line-through;
}
body.quizresultat form div.colorRouge, 
body.quizresultat form div.colorVert {
  padding-left:30px;
  padding-bottom:30px;
}
body.quizresultat form.quiz div.footer {
  display:none;
}
body.quizresultat form.quiz, 
body.quizresultat form.quiz fieldset {
  margin-bottom:0px;
  padding-bottom:0px;
} 
form.quiz .entry label {
width: 500px;
float: left;
}