body {
	background: transparent url(images/fond03clair.jpg) fixed top;
	margin: 0;
	color: Black;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1 {
	margin-left: 10px;
	margin-right: 10px;
	color: #01416D;
}
H2 {
	margin-left: 10px;
	margin-right: 10px;
	color: Maroon;
}

H3 {
	margin-left: 10%;
	margin-right: 10%;
	color: Black;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
HR {
	color: Yellow;
	height: 2px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: Yellow;
	border-bottom: thin ridge Red;
}

UL {
	font-style: italic;
	list-style-type: circle;
}

p {
	font-size: 1em;
	line-height: 1.7em;
}
.texte1 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1em;
	text-align: justify;
	line-height: normal;
}


TD {
	font-weight: normal;
	font-size: 1em;
	vertical-align: top;
}

.image {
	margin: 5px 10px 5px 10px;
}

.legende {
	font-size: 0.85em;
	margin-top: 5px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

.menuH a {
	text-decoration: underline;
	color: White;
}

.menuH a:hover {
	color: #FFA500;
}

.copy {
	font: bold 0.6em;
	color: #01416D;
}
.copy a {
	color: #01416D;
}
.copy a:hover {
	color: #FFA500;
}


#conteneur {
	margin: 0;
	width: 90%;
	margin-left: -45%;
	left: 50%;
	position: absolute;
	top: 0;
	padding: 2em 2% 2px 2%;
	height: 100%;
}