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{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover{
	color: #FFCC00;
}

div#conteneur{
	width:1024px;
	height:780px;
	background-image: url('./images/fond-pod.jpg');
	background-repeat: no-repeat;
	padding: 25px;
}

div#titre{
	margin-top: 15px;
}

h2{
	font-size: 20px;
	font-weight: bold;
}

div#fr{
	float:left;
	margin-right: 12px;
	width: 475px;
	text-align: justify;
}

div#oc{
	float:left;
	width: 475px;
	font-style: italic;
	margin-left: 12px;
	text-align: justify;
}

