*{
	margin:0;
	padding:0;
	border:none;
}

body{
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7a7a;
}

#container{
	width:898px;
	height:555px;
	overflow:hidden;
	position:relative;
	background-image:url(../img/pop_etoile.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.logo{
	position:absolute;
	bottom:0;
	right:0;
}

h1{
	margin:20px 0 12px 38px;
	font-weight:normal;
	font-size:28px;
}
h1 strong{
	font-weight:bold;
	color:#cecd00;
}

.indication{
	position:absolute;
	top:47px;
	left:60px;
	width:804px;
	text-align:right;
}
.question{
	margin-left:60px;
	margin-bottom:4px;
	padding-right:4px;
	width:785px;
	height:34px;
	overflow:hidden;
	background-image:url(../img/pop_bg_question.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:right;
}
.question span{
	float:left;
	text-align:left;
	line-height:118%;
	width:545px;
	padding-top:2px;
}
.question span img{
	float:left;
	margin-right:10px;
	position:relative;
	top:-2px;
}
.question span.middle{
	display:block;
	padding-top:8px;
}
.question span.middle img{
	position:relative;
	top:-8px;
}
.question input{
	width:14px;
	margin:0 2px;
	position:relative;
	top:8px;
}


.submit{
	display:block;
	margin:0 auto;
	padding:0;
	background:none;
	border:none;
	width:213px;
	height:31px;
	background-image:url(../img/pop_submit.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#container.content_result{
	width:504px;
	height:241px;
}
.result{
	margin-top:45px;
	text-align:center;
	font-size:20px;
}
.result h1{
	margin:0;
}
.result img{
	cursor:pointer;
}
