/* Règles des exercices MCQ */

/* ====== MCQ ====== */

.choiceList
{
	margin-left: 1.5em;
	margin-top: 0.5em;
}

.collapse .choiceList{
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.label{
	padding: 0px;
	margin-bottom: 0px;
	height: auto;
	font-size: 1em;
}
.label p{
	padding: 0 0 0 0;
	text-indent: 0;
	margin: 0 0 0 0;
	line-height: normal;
}

.choiceList{
	border-collapse: separate;
	border-spacing: 5px
}

.choiceList_in
{
	padding-right:20px;
	height:20px;
	padding-top:4px;
	border-right:1px solid #ABBF56;
}

.choiceList_la
{
	height:20px
}

.choiceList_in input{
	margin-top: -1px;
}

/* MCQ stylage des solutions */

.assmntSolCheck .choiceList_in
{
 background-image: url(../img/quiz/boxchk.gif);
	background-repeat: no-repeat;
	background-position: center right
}

.assmntSolCheck .choiceList_in input{
	
}

.assmntSolUnche .choiceList_in
{
	background-image: url(../img/quiz/boxunchk.gif);
	background-repeat: no-repeat;
	background-position: center right
}

.assmntSolWrong td.choiceList_in 
{
	background-image: url(../img/quiz/radiounchk.gif);
	background-repeat: no-repeat;
	background-position: center right
}

.assmntSolRight td.choiceList_in 
{
	background-image: url(../img/quiz/radiochk.gif);
	background-repeat: no-repeat;
	background-position: center right
}

	
