body,html{
	min-width:100%!important;
	margin:0 auto!important;
	padding:0!important;
	background: #cdd4da;
	font-family:'Arial','Verdana',sans-serif; 
	color:#59666e;
}
main, footer, header {
	max-width: 800px!important;
	background-color: #FFF;
}
*{
	text-size-adjust:none;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased!important
}
header {
	margin: 0 auto;
    padding: 20px 50px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
main {
	margin: 0 auto;
	padding: 20px 50px;
	background-image: url('../images/back.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size:auto;
}
footer {
	margin: 0 auto;
    padding: 100px 50px 20px 50px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
#titre {
	padding-top: 80px;
}
h1 {
	font-size: 34px;
	font-weight: 400;
}
.big {
	font-size: 50px;
	font-weight: 400;
}
.button {
	padding: 10px 25px;
	background-color: #9badb7;
	color: #FFF;
	font-size: 14px;
	border-radius: 20px;
	border: #9badb7 2px solid;
	min-width: 120px;
	text-decoration: none;
	cursor: pointer;
	margin: 0 10px;
}
.button:hover {
	padding: 10px 25px;
	background-color: #FFF;
	color: #9badb7;
	border: #9badb7 2px solid;
}
.content_button {
	display: inline-block;
}
#reponse {
	display: none;
	padding-left: 7px;
	margin-top: 40px;
	line-height: 1.6em;
}
#question {
	display: block;
	min-height: 30px;
	margin-bottom: 20px;
	vertical-align: middle;
	padding: 15px 0 0 40px;
}
#choix {
	display: block;
	padding-left: 40px;
}
.active {
	background-color: #5c666f!important;
	border: #5c666f 2px solid!important;
}
.active:hover {
	background-color: #5c666f!important;
	border: #5c666f 2px solid!important;
	color: #FFF!important;
}
.questions {
	display: block;
	margin-bottom: 50px;
}
#q1 > #question {
	background-image: url('../images/puce_1.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
#q2 > #question {
	background-image: url('../images/puce_2.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
#q3 > #question {
	background-image: url('../images/puce_3.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
#q4 > #question {
	background-image: url('../images/puce_4.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
#q5 > #question {
	background-image: url('../images/puce_5.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
#q6 > #question {
	background-image: url('../images/puce_6.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
#logo {
	text-align: center;
}
#reference {
	font-size: 12px;
}

	@media screen and (max-width: 700px) {
		body { width:auto!important; }
		.w100p, *[class~="w100p"] { width:100%!important; }
		.pad30, *[class~="pad30"] { padding:20px 30px!important; }
	}
	@media screen and (max-width: 420px) {
	}