
#quiz_container {
	width:550px;
	margin:5px;
	padding: 0 0 30px 0;
}	
ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width:350px;
}
ol li {
	background-color:#fceded;
	padding:20px 30px;
}
h2 {
	margin: 20px 0;
}

label.fieldErr {
	color: #e04d4a;
	font-weight: bold;
}
select.fieldErr {
	border: 1px solid #e04d4a;
	color:#e04d4a;
}
li.fieldErr {
	border: 1px solid #e04d4a;
}
.error {
	color: #e04d4a;
}
.fieldError {
	margin-top: 5px;
	padding: 10px 0;
	border: 1px solid #e04d4a;
	color: #e04d4a;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: none;
	width:100%;
}
.question_table td{
	vertical-align:top;
	padding: 0 0 5px 10px;
}
#content form {
	margin-left:20px;
}

/* previous and next buttons */

.cssnav span{
	display: none;
}
.cssnav a{
	width: 148px; 
	height: 29px;
	margin: 0 8px 0 0;
	display: block;
	float: left;
}
.cssnav .btnSuivante:hover,
.cssnav .btnPrecedente:hover,
.cssnav .btnSoumettre:hover{
	background-position: bottom left;
}
.cssnav a.btnSuivante{
	background: url(../images/btnSuivante.gif) 0 0 no-repeat;
}
.cssnav a.btnPrecedente{
	background: url(../images/btnPrecedente.gif) 0 0 no-repeat;
}
.cssnav a.btnSoumettre{
	background: url(../images/btnSoumettreRg.gif) 0 0 no-repeat;
}
