/* CSS Document */
.submitQuizz{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
	background-color:#cd081c;
	width:auto;
	height:22px;
	border:1px solid #cd081c;
	padding:0;
	margin:0;
	line-height:12px;
}

#quizz-gauche{
float:left;
width:215px;
height:300px;
overflow:hidden;
}
#quizz-droite{
float:left;
width:400px;
overflow:hidden;
}

.quizz-item{
clear:both;
width:100%;
}

.quizz-item{
width:95%;
padding-top:20px;
padding-bottom:20px;
background:url(../media/images/elements-mise-en-page/trait-plein-dense.gif) bottom left no-repeat;
}

.quizz-float-question{
float:left;
width:350px;
margin-bottom:5px;
}

.quizz-titre{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#a3383e;
}

.quizz-cat{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:16px;
color:#d2293c;
text-transform:uppercase;
/*font-weight:bold;*/
}

.quizz-puce-titre{
float:left;
width:25px;
height:18px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#a3383e;
}

.quizz-question{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#555;
} 

.quizz-propositions{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#555;
}
.quizz-image{
margin:5px 0 5px 0;
}
.quizz-reponse{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#000;
}

.quizz-conteneur-submit{
margin:25px 0 50px 0;
}

.quizz-resultat{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
line-height:18px;
color:#d2293c;
font-weight:normal;
}

#messageQuizz{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#d2293c;
font-weight:bold;
text-transform:uppercase;
text-align:center;
margin-top:20px;
margin-left:20px;
height:20px;
}
