#score {
width : 50%;
margin : auto;
margin-top : 7em;
padding : .5em;
display : block;
position : relative;
background-color : #eeefff;
border : 2pt outset black;
}

.choix {
padding-right : 2em;
white-space : nowrap;
display : inline;
}

input {
vertical-align : middle;
cursor : pointer;
}

#ptsscore {
font-size : 2em;
color : #7B80B9;
}

#nbquestions {
font-style : italic;
display : block;
}

.questionnontraitee {
margin-top : .5em;
margin-bottom : .5em;
padding : 1em;
display : none;
background-color : #eeefff;
border : 2pt outset black;
clear : both;
}

#nbessais {
border-top : 1pt solid black;
font-size : 0.8em;
}

#textescore {
font-size : 1.1em;
font-variant : small-caps;
letter-spacing : .2em;
}

#SCOStudentName {
font-size : 0.9em;
font-variant : small-caps;
text-align : center;
display : block;
position : absolute;
bottom : 0;
right : 0;
}

.repondre {
color : black;
text-decoration : none;
padding : 3pt;
margin-top : 2em;
display : block;
background-color : #efefef;
border : 2pt outset black;
float : left;
cursor : pointer;
}

.commentaireBottom {
font-size : medium;
display : block;
padding : 2em;
float : left;
clear : right;
}

.questioncourante {
margin-top : 5em;
margin-left : 5em;
margin-right : 5em;
margin-bottom : .5em;
padding : 1em;
display : block;
background-color : #eeefff;
border : 2pt outset black;
clear : both;
}

.questiontraitee {
margin-top : .5em;
margin-bottom : .5em;
padding : 1em;
display : block;
background-color : #eeefff;
border : 2pt outset black;
clear : both;
}

.questiontraitee .repondre, .questiontraitee .commentaireTop, .questiontraitee .commentaireBottom {
display : none;
}

.questionintermediaire {
margin-top : .5em;
margin-bottom : .5em;
padding : 1em;
display : block;
background-color : #eeefff;
border : 2pt outset black;
clear : both;
}

.questionintermediaire .contenu {
display : none;
}

.commentaireTop {
font-size : x-large;
display : inline;
font-weight : bold;
color : #7B80B9;
text-align : left;
}
.commentaireTop2 {
font-size : x-large;
display : inline;
font-weight : bold;
color : #CB43A5;
text-align : left;
}
#commentairefinal {
font-size : x-large;
width : 80%;
margin : auto;
color : #7B80B9;
display : block;
}

.piste {
padding-left : 18px;
display : block;
background-image : url("aide.png");
background-position : top left;
background-repeat : no-repeat;
}

.pistecachee {
padding-left : 18px;
display : none;
background-image : url("aide.png");
background-position : top left;
background-repeat : no-repeat;
}

.correction {
font-weight : bold;
display : inline;
background-color : tomato;
}

.correctioncachee {
display : none;
}

.correction:before {
font-weight : bold;
display : inline;
background-color : tomato;

}

.suggestionsouvertes {
padding : 4pt;
display : inline;
border : 1pt solid black;
}

.boutonsuggestions {
padding : 0;
display : inline;
background-color : #efefef;
border : 1pt outset black;
cursor : pointer;
}

.suggestions {
padding : 4pt;
display : none;
border : 1pt solid black;
}

.mauvaisereponse {
display : inline;
background-color : tomato;
}

.bonnereponse {
display : inline;
background-color : springgreen;
}

