/* = Feuille de styles / lexique = */
	
	#colA p {}
		
	/*= navQuestions ---------------------------------------- */
	#navQuestions {
		width: 100px;
		height: 35px;
		margin: 0 0 0 550px;
		}
	#navQuestions a {
		display: block;
		float: left;
		text-indent: -100em;
		width: 31px; height: 31px;
		background: transparent url(../images/itemQuestion.gif) no-repeat 0 0
		}	
	#navQuestions a.current {
		background-position: 0 -31px;
		}
	/* #navQuestions a:hover {
		background-position: 0 -31px;
		} */
	
	/*= quizz contenu questions ---------------------------------------- */
	
	#quizz {
		width: 99%;
		}
	#quizz h1 {
		text-indent: -100em;
		width: 360px; height: 120px;
		margin: 0 0 0.5em 0;
		background: transparent url(../images/h2Quizz3questions.gif) no-repeat  0 0
		}
	#quizz h2 {
		font-size: 93%;
		color:#3963A3;
		font-weight: bold;
		padding: 0 0 0.5em 0;
		}
	#quizz p {
		color: #8c8c8c; 
		font-size: 85%;
		}
	#quizz form p {
		padding: 0.5em 0 0.5em 0;
		}
	#quizz form p label {
		font-size: 93%;
		color: #515151;
		}
	#quizz form p input {border: 0}
	#quizz form p input.inptCheck {}
	
	/*= question ---------------------------------------- */
	.question h3 {
		margin: 1em 0 0.5em 0;
		width: 125px; height: 35px;
		text-indent: -100em;
		}
	.question h3.quest1 {
		background: transparent url(../images/quizzh3quest1.gif) no-repeat  0 0}
	
	.question h3.quest2 {
		background: transparent url(../images/quizzh3quest2.gif) no-repeat  0 0}
	
	.question h3.quest3 {
		background: transparent url(../images/quizzh3quest3.gif) no-repeat  0 0}
		
	.question h4 {
		font-weight: bold;
		font-size: 93%;
		color:#339933;
		}
	.question p {}
	
	#quizz input.inptSubmit {
		display: block;
		cursor: pointer;
		border:0;
		float: right; clear:both;
		width: 202px; height: 30px;
		font-size:1%; color:#3862A3;
		text-align: left;
		background: transparent url(../images/btQuestionSui.gif) no-repeat left
		}
	#quizz input#voirGaranties {
		background: transparent url(../images/btVoirGaranties.gif) no-repeat 0 0!important;
		}
	
	/*--------------------- Quizz reponse*/
	#quizz_reponse h1{
		display:block; width:318px; overflow:hidden; text-indent:-200em;
		height:97px; background:transparent url('../images/quizz/quizzReponse_h1.png') no-repeat;
		}
	#quizz_reponse h2{
		margin-top:20px;
		overflow:hidden; text-indent:-200em;
		height:34px; background:transparent url('../images/quizz/quizzReponse_h2.png') no-repeat;}
		
	#quizz_reponse ul.ulreponse{margin:10px 0 10px 30px;}
	#quizz_reponse ul.ulreponse li {
		padding-left:15px;
		background:transparent url('../images/chevronHomeMore.gif') 0 5px no-repeat;
		}
	#quizz_reponse ul.ulreponse a{color:#666666; text-decoration:none;}
	
	
