@charset "UTF-8";
#contenu #titre {
	height: 20px;
	width: 800px;
	line-height: 1px;
}
#contenu #texte {
	float: right;
	width: 600px;
	height: 450px;
}
#contenu #menu {
	height: 150px;
	width: 800px;
}

#contenu {
	margin: auto;
	height: 650px;
	width: 800px;
	left: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#pieddepage {
	height: 15px;
	width: 800px;
	background-color: #69AF28;
	margin: auto;
	left: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	top: 20px;
}
#pieddepage a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#pieddepage a:hover {
	color: #CC0033;
	text-decoration: underline;
}
#pieddepage a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

