* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body, html {
	background-color: #791f41;
}
#page {
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
#menu {
	height: 20px;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #791F41;
}
#menu li {
	float: left;
	list-style-type: none;
}
#menu a {
	height: 20px;
	text-decoration: none;
	width: 105px;
	display: block;
	text-align: center;
	color: #FFFFFF;
}
#menu a:hover {
	background-color: #CE4075;
}
#content {
	padding-top: 20px;
	font-size: 0.8em;
}
#content p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
#content ul {
	margin-left: 20px;
}

#content h1 {
	color: #791F41;
	font-size: 1.4em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #791F41;
	margin-bottom: 20px;
}
#page #content h2 {
	font-weight: bold;
	text-align: center;
	color: #990000;
}
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #791F41;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content .orateur {
	font-style: italic;
	color: #791F41;
	font-weight: bold;
}


#footer {
	font-size: 0.7em;
	text-align: center;
	padding-top: 20px;
}
