body {
margin: 0;
padding: 0;
background-color: #FFFFFF;
color: #000000;
font-family: verdana, Arial, Helvetica, sans-serif;
border-top: 2px solid #374395;
}
#header {
	display: block;
	width: 900px;
	height: 165px;
	border-top: 1px solid #778899;
	background-image: url(../images/banniere_01.png);
	background-position: top;
	background-repeat: no-repeat;
}
#header .slogan {
	font: 180% Verdana, Georgia, "Times New Roman", Times, serif;
	color: white;
	background-color: transparent;
	float: right;
	width: 500px;
	text-align: right;
	margin-right: 0.5em;
	margin-top: 0.5em;
}
#header .logo {
float: left;
width: 214px;
margin-left: 1.5em;
margin-top: 0.5em;
}
#nav {
position: absolute;
width: 214px;
top: 168px;
left: 52px;
}
#nav ul {
list-style: none;
margin-left: 1em;
padding-left: 0;
}
#nav li {
font-size: 80%;
border-bottom: 1px dotted #B2BCC6;
margin-bottom: 0.3em;
}
#nav a:link, #nav a:visited {
text-decoration: none;
color: #374395;
background-color: transparent;
}
#nav a:hover {
	color: #778899;
	font-weight: bold;
}
#nav h2, #nav h3 {
	font: 110% Verdana, "Times New Roman", Times, serif;
	color: #990000;
	background-color: transparent;
	border-bottom: 1px dotted #CCCCCC;
	font-variant: small-caps;
}
#content {
width: 600px;
margin-top: 0em;
margin-left: 18.5em;
margin-right: 2em;
}
h1 {
	font: 150% Verdana, Georgia, "Times New Roman", Times, serif;
	color: #0D492C;
	text-align: right;
	font-variant: small-caps;
}
h4 {
	font: 90% Verdana, Georgia, "Times New Roman", Times, serif;
	color: #374395;
	text-align: right;
	font-variant: small-caps;
}
#content ul {
	font: 80% Verdana, Georgia, "Times New Roman", Times, serif;
	text-align: left;
	line-height: 1.8em;
	padding-left: 5em;
	list-style-type: square;
}
#content p {
	font-size: 80%;
	text-align: justify;
	line-height: 1.8em;
	padding-left: 1.2em;
}
#footer {
	display: block;
	width: 600px;
	height: 165px;
	border-top: 1px solid #778899;
	font: 55% Arial, sans-serif;
	text-align: right;
	margin-left: 300px;
	float: left;
	line-height: 30%;
}
a img {
border: none;
}
