html, body{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family:"Arial";
	font-size: 15px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
	border: none;
}

img, img a{
	border: none;
}

a{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover{
	color: #FFCC00;
}

div#conteneur{
	width:1024px;
	height:780px;
	background-image: url('./images/fond-pod.gif');
	background-repeat: no-repeat;
	padding: 25px;
}

div#conteneura{
	width:1024px;
	height:1550px;
	background-image: url('./images/fond-dictada-adult.gif');
	background-repeat: no-repeat;
	padding: 25px;
}

div#titre{
	margin-top: 15px;
}

h1{
	font-size: 20px;
	font-weight: bold;
}

h2{
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

div#fr{
	float: right;
	margin-right: 50px;
	width: 495px;
	text-align: justify;
	background-color: #FF6633;
	padding: 15px;
}

