/* QUIZ STYLES */
/* Styles to prettify the quiz page */

html {
    /*background: #eee;*/
}

body {
    margin: 0 auto;
    /*border: 2px solid #ccc;
    border-top: none;*/
    background: #b4a6a6 url(../../quiz-bonnieux-01/debut_light.png) repeat;
    padding: 10px;
	font-family: Verdana, Geneva, sans-serif /*{global-font-family}*/;
    font-size: 0.9em;/*18px*/ 
    color: #000000;
    /*line-height: 1.5em;*/
	text-align:justify;
}

/*h1,h2,h3,h4,h5,h6 {font-weight: bold;}*/

h1 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #fff;
	font-family: Verdana, Geneva, sans-serif /*{global-font-family}*/;
	/*font-weight:bold;*/
}
h2 {
    font-size: 22px;
    margin: 15px 0;
}
h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
h4 {
    font-size: 16px;
    margin: 10px 0;
}
h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}
h6 {
    font-size: 12px;
    margin: 5px 0;
}
h7 {
	/*font-size:0.9em;*/
	font-size:14px;
	font-family: Verdana, Geneva, sans-serif /*{global-font-family}*/;
	/*letter-spacing:2px;*/
	max-width: 100%;
	height: auto;
	line-height:0.9;
}

strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle;}
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 10 px;}

.button {
    float: left;
    width: auto;
    padding: 5px 15px;
    color:#ffffff;
    background-color:#e94d13;
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	text-decoration: none;
	text-align:center;
}
.button:hover {
    background-color:#ef7d10;
}

.startQuiz {
    margin-top: 20px;
}

/* clearfix */
.quizArea, .quizResults {
    zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: /*22px*/0.95em;
    font-style: italic;
}
.questionCount span {
    font-weight: bold;
    font-size: 20px;
	/*font-size:0.95em;*/
	color:#233873;
}

ol.questions {
    margin-top: 18px;
    margin-left: 0;
}
ol.questions li {
    margin-left: 0;
    font-size: /*18px*/1em;
	
}

ul.answers {
    margin-left: 10px;
    margin-bottom: 20px;
}

ul.responses li {
    margin: 10px 10px 20px;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: /*20px*/1em;
}
ul.responses li.correct p span {
    color: #3d7c04;
}ul.responses li.incorrect p span {
    color: #9f1d1d;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: normal;
    font-style: italic;
}
.quizResultsCopy {
    margin-top: 20px;
}
a.lien-orange {
	text-decoration: none;
	color: #eb731e;
	}
a.lien-orange:hover {
	text-decoration: underline;
	color: #eb731e;
	}
a.lien-orange:active {
	text-decoration: none;
	}
	
input[type=radio]{
	content:"";
	display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 5px;  
    margin-right: 15px;  
    /*font-size: 13px;*/  
	border-radius:1px;
	height: 40px;
	width:40px;
	top: 6px;  
    background-color: #aaa; 
	border:0px; 
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
}
input[type=radio]:checked {  
    content: "\2022";  
    color: #f3f3f3;  
    /*font-size: 30px;  */
    text-align: center;  
    line-height: 18px;  
}  

input[type=checkbox] {  
    content: "\2713";  
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
    /*font-size: 13px; */ 
    color: #f3f3f3;  
    line-height: 18px;  
	height: 40px;
	width:40px;
	top: 6px;  
}  