body {
	margin: 0px;
	background-color: #FFFFFF;
}
#contenant {
	margin: 0px;
	position: relative;
	height: 400px;
	width: 650px;
}
#titre {
	position: absolute;
	height: 30px;
	width: 650px;
	z-index: 1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
#liens {
	position: absolute;
	height: 340px;
	width: 630px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	left: 10px;
	top: 50px;
}
