@charset "utf-8";
/* CSS Document */
body {
	background-color:#FFF;
	font-size:12px;
	line-height:18px;
	color:#009DDF;
}

div#container{
	background-image:url(images/fond-quizz-01.jpg);    
}

div#containerdroite{
	position:absolute;
	width:630px;
	height:600;
	border: 0px;
	text-align:left;
	vertical-align:top;
	left: 325px;
	top: 0px;
	z-index:0;
}

div#corps{
	position:absolute;
	line-height:20px;
	width:235px;
	border: 0px;
	text-align:left;
	vertical-align:top;
	z-index:0;
	top: 420px;
	left: 220px;
}

#corps img.acceder{
margin:10px 0 0 50px;
}

div#titre{
	width:440px;
	height:75px;
	border: 0px;
	text-align:left;
	vertical-align:top;
	z-index:0;
}


