html,body {
	margin: 0;
	padding: 0;
}

#conteneur {
	position: absolute;
	background: #fefeca;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#back-ul {
	position: absolute;
	background: url(images/back_ul.jpg) no-repeat;
	width: 200px;
	height: 150px;
	left: 0;
	top: 0;
}

#back-ur {
	position: absolute;
	background: url(images/back_ur.jpg) no-repeat;
	width: 200px;
	height: 150px;
	left: 100%;
	margin-left: -200px;
	top: 0;
}

#back-dl {
	position: absolute;
	background: url(images/back_dl.jpg) no-repeat;
	width: 200px;
	height: 150px;
	left: 0;
	top: 100%;
	margin-top: -150px;
}

#back-dr {
	position: absolute;
	background: url(images/back_dr.jpg) no-repeat;
	width: 200px;
	height: 150px;
	left: 100%;
	margin-left: -200px;
	top: 100%;
	margin-top: -150px;
}

#texte {
	position: absolute;
	text-align: center;
	width: 600px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -200px;
}

#texte p {
	margin: 0;
	line-height: 25px;
}

#texte h1 {
	font-size: 24pt;
	line-height: 20px;
}

#texte h2 {
	font-size: 18pt;
	line-height: 20px;
	margin-top: 30px;
}

#image {
	width: 600px;
	height: 200px;
}

#image img.bordure {
	border: 1px solid #000;
}

#image p {
	margin: 0;
	text-align: right;
}