@charset "UTF-8";
/* CSS Document */
abbr, article, aside, audio, canvas, datalist, details, figure, dialog, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
	display: block;
}
#home, * {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Times New Roman", Times, serif;
}
body#home {
	background-color: #666;
}
#home a {
	text-decoration: none;
}
#home a:link {
	color: #047;
}
#home a:visited {
	color: #c63;
}
#home a:hover, img:hover {
	color: #f00;
	opacity: 0.8
}
#home div#conteneur {
	width: 780px;
	background-color: white;
	font-family: sans-serif;
	margin: 0 auto;
}
#home section {
	position: relative;
}
#home nav {
	width: 200px;
	background-color: #ebebeb;
	float: left;
	margin: 0;
	padding: 20px 0px 10px 20px;
	font-size: 10pt;
}

#home nav a {
	font-family: sans-serif;
}
#home nav h3 {
font-size:14pt;
margin-bottom:1em;
}
#home article {
	position: absolute;
	left: 220px;
	height: 200px;
	width: 520px;
	background-color: white;
	padding: 20px;
}
#home article p {
	font-family: "Times New Roman", Times, serif;
}
#home h1 {
	font-size: 18pt;
	margin-bottom: 1.5em;
}
#home h2 {
	font-size:16pt;
	margin-top:1em;
}
#home h3, #home h3+p {
	font-size:14pt!important;
}
#home h3+p {
	margin-bottom: 1em;
}
#home article>p {
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 2em;
}
#home table {
	width: 100%
}
#home table td {
	padding: 10px;
	text-align: center;
}
#home footer {
	clear: both;
	background-color: #d9dada;
	font-size:10pt;
	padding:1em;
}
.fi {
	font-size: 50%;
}