@charset "utf-8";
#tete {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/tete.jpg);
	height: 251px;
	width: 900px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
}
#menu {
	background-image: url(../images/menu.jpg);
	height: 80px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
}
#corps {
	background-image: url(../images/corps.jpg);
	height: 320px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
}
#texte {
	height: 280px;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 50px;
	margin-left: 50px;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
}
