body{
	background: url(../background/BG_02.JPG);
	width: 100%;
	height: 100%;
	z-index:1;
}

#titre{
	position: absolute;
	background: url(../background/BG_02.JPG);
	margin-top: 2px;
	margin-left: 360px;
	width: 565px;
	height: 75px;
	z-index:3;
	border: groove Gray;
	text-align: center;
	padding-top: 10px;
	font-family: "Verdana";
	font-size: 22px;
	font-weight: bolder;
	color: #8B4513;
}
#intro{
	position: absolute;
	background: url(../background/BG_01.JPG);
	margin-top: 150px;
	margin-left: 305px;
	width: 845px;
	height: 105px;
	z-index:2;
	text-align: justify;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	font-family: "Verdana";
	font-size: 16px;
	font-weight: bolder;
	color: black;
	/* color: #8B4513; */
}

#drapeau{
	position: absolute;
	margin-top: 12px;
	margin-left: 365px;
	height: 58px;
	z-index:4;
}
#pubD{
	position: absolute;
	margin-top: 1px;
	margin-left: 940px;
	width: 350px;
	height: 88px;
	z-index:2;
}
#boutons{
	position: absolute;
	background: url(../background/BG_01.JPG);
	margin-top: 1px;
	margin-left: 5px;
	width: 300px;
	height: 250px;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	z-index:2;
}
#couvertures{
	position: absolute;
	background: url(../background/BG_01.JPG);
	margin-top: 250px;
	margin-left: 5px;
	width: 145px;
	height: 2600px;
	text-align: center;
	padding-top: 10px;
	z-index:2;
}
#zonetexte{
	position: absolute;
	background: url(../background/BG_02.JPG);
	margin-top: 250px;
	margin-left: 150px;
	width: 1005px;
	height: 2600px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	z-index:3;
	font-family: "Verdana";
	font-size: 14px;
	text-align:justify;
	/* overflow: auto; */
}

#langue{
	position: absolute;
	background-color: white;
	margin-top: 100px;
	margin-left: 350px;
	width: 200px;
	height: 30px;
	text-align: center;
	z-index:3;
}
#identifiant{
	position: absolute;
	background-color: white;
	margin-top: 100px;
	margin-left: 640px;
	width: 450px;
	height: 30px;
	text-align: center;
	z-index:3;
}
#xiti{
	position: absolute;
	margin-top: 100px;
	margin-left: 1120px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index:3;
}

 /*Question */
p.question{
    font-family: britannic bold, Van dijk, Verdana, Arial;
    font-size: 16px;
	font-style: italic;
	text-align: justify;
    color: #FF0000;
}

 /*Réponse */
p.reponse {
    font-family: Verdana, Arial;
    font-size: 16px;
	text-align: justify;
	font-style: bold;
	font-weight: bolder;
    color: #BD8D03;
}
