/* ZAP : Zcode À Plusieurs
Copyright © 2006  Gabriel "bluestorm" Scherer

Ce programme est placé sous double licence CeCILL et GNU GPL
Pour plus d'informations : ../licence-notice.txt */

div.qcm_question {
	border: 1px solid gray;
}

.qcm_secret {
	visibility: collapse;
	max-width: 60%;
}
.qcm_secret:hover {
	visibility: visible;
}

.qcm .validite_1:hover { color : green; }

div.diff {
	width:50%;
	height:400px;
	overflow:scroll;
	float:left;
}