@charset "utf-8";
#entete {
	background-color: #03C;
	height: 200px;
	width: 750px;
	margin-top: 25px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
#menu {
	background-color: #39F;
	height: 35px;
	width: 750px;
	list-style-type: none;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#contenu {
	background-color:;
	width: 750px;
	margin-top: 0px;
	padding-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
#conteneur {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#conteneur #menu ul {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 15px;
}
#conteneur #menu ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
body {
	background-color: #0CF;
	background-repeat: repeat;
	background-image: url(image/fondbleu.jpg);
	text-align: justify;
	padding-top: 0px;
}
h1 {
	text-align: center;
	margin-top: 0px;
}
h2 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
h3 {
	text-align: left;
	margin-left: 5px;
}
.interligne {
	font-weight: bold;
}
h6 {
	font-family: "Book Antiqua";
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
h4 {
	font-family: "Book Antiqua";
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}



#conteneur #contenu p {
	margin-right: 5px;
	margin-left: 5px;
	font-family: "Book Antiqua";
	text-align: justify;
	font-size: 18px;
}

