body #inter form.quiz {
margin: 0;
}
body form.quiz div.entry {
border-bottom: 1px solid #CCCCCC;
margin-bottom: 10px;
}
body form.quiz div.entry div {
margin-bottom: 0px;
}
body form.quiz div.entry label {
width: 90%;
padding-bottom: 10px;
}
body form.quiz div.entry div label {
font-weight: normal;
padding: 0;
margin-left: 25px;
}
.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;
clear: both;
}
body div#inter form div.entry h5.responseFalse {
  margin-left:30px;
  color:red;
clear: both;
}
body form div.responseTrue,
body form div.responseFalse {
  margin-left:30px;
  margin-bottom:30px;
}
div.comment{
color:black;
clear:left;
}
body form div.submit {
margin: 0;
padding: 10px 0px 0px 0px;
}
body form div.submit input {
width: 100px;
margin: 0px 0px 0px 100px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
body.bodygenerique form div.submit input {
margin: 0px 0px 0px 160px;
}
body.bodyapprentissage form div.submit input {
background-color: #F5FAFD;
border: 1px solid #0060AE;
color: #0060AE;
}
body.bodycreer form div.submit input {
background-color: #FAE7EB;
border: 1px solid #88001E;
color: #88001E;
}
body.bodyservice form div.submit input {
background-color: #F9EFCF;
border: 1px solid #660000;
color: #660000;
}
/* 
En retour pour afficher: 
  - les bonnes reponses style OK
  - les mauvaises reponses données style NOK 
  - cacher les inputs 
*/
body.quizresultat #inter form input, 
body.quizresultat #inter 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;
} 
