body {
	background-color: white;
	color: black;
	font-family: Georgia, serif;
}

.menu {
	background-color: maroon;
	color: silver;
	text-indent: 5px;
	font-weight: bold;
	font-family: Georgia, serif;
}

.menu2 {
	background-color: maroon;
	text-align: right;
	color: white;
	text-indent: 5px;
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 150%;
}

.menu a:link {
	color: silver;
	background-color: transparent;
	text-decoration: underline;
}

.menu a:visited {
	color: silver;
	background-color: transparent;
	text-decoration: underline;
}

.titre {
	background-color: silver;
	color: maroon;
	text-indent: 1em;
	width: 40%;
	height: auto;
	padding: 0.3em;
	font-size: 125%;
	font-style: oblique;
	font-weight: bold;
}

.titre2 {
	background-color: silver;
	color: maroon;
	width: 90%;
	height: auto;
	/*text-align: left;*/
	text-indent: 3em;
	font-weight: bold;
	font-size: 100%;
	padding: 0.3em;
}
