* {margin:0;padding:0;border:0;}
html, body {
	height: 98%;
	background-color: #FF9900;
	font-family: Arial, Tahoma, Verdana, "MS Sans Serif", Arial, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
}
#page {
	width: 820px;
	margin: auto;
}
#bandeau {
	width: 820px;
	height: 200px;
	border-bottom: 1px solid black;
}
#contenu {
	width: 810px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	padding-bottom: 10px;
	text-align: justify;
}
#footer {
	width: 840px;
	margin: auto;
	margin-top: 5px;
	text-align: right;
	color: #FFFFFF;
}
#footer span {
	float: left;
	margin-left: 20px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FF3300;
}
.lien_home {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	color: #FF9900;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
}
p {
	margin-bottom: 5px;
}
.borderfin {
	border: 1px solid black;
}
.legende {
	font-weight: bold;
	font-style: italic;
}