body {
	background-color: #FFFFFF;
	background-image: url(images/fnd-page.gif);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
}
#conteneur {
	display: block;
	background-image: url(images/fnd-contenu.png);
	width: 804px;
	height: 556px;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#logos {
	display: block;
	position: relative;
	padding-top: 20px;
	text-align: center;
}
#contenus {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 5px;
}
#contenus li {
	list-style-image: url(images/puce.gif);
	margin-bottom: 8px;
	background-color: #E4ECF7;
	list-style-position: inside;
	padding-left: 10px;
	width: 300px;
}
.align-center {
	text-align: center;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #006699;
}
#infos {
	display: block;
	float: right;
	width: 350px;
	font-size: 13px;
	color: #006699;
	text-align: left;
}
#copyright {
	width: 804px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	padding-left: 20px;
	color: #CCCCCC;
}
#copyright a:link {
	color: #cccccc;
	text-decoration: none;
}
#copyright a:visited {
	color: #cccccc;
	text-decoration: none;
}
#copyright a:hover {
	color: #006699;
	text-decoration: underline;
}
