﻿*{
	margin:0;
	padding:0;
}

body {
	background:#5C82B0 url('images/bg.jpg');
	text-align:center;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#conteneur {
	text-align:left;
	margin-left: auto;
	margin-right:auto;
	width:800px;
	background:#fff url('images/bg-content.jpg');
}

#header {
	width:800px;
	height:192px;
	background-image:url('images/header.jpg');
}

#content {
	float:left;
	margin-left:10px;
	width:585px;
}

#content h1  {
	display:block;
	padding:5px;
	border-left:1px solid #DB243A;
	border-bottom:1px solid #DB243A;
	margin-top:10px;
	color:#DB243A;
	font-size:12pt;
	font-weight:bold;
}

#content h2  {
	margin-top:10px;
	font-size:11pt;
	font-weight:bold;
	color:#5C82B6;
}

#content p {
	margin-top:10px;
	text-align:justify;
}

#content .footer {
	display:block;
	padding:2px;
	background-color:#D5E4FF;
	margin-bottom:20px;
}

#content a {
	color:#00f;
}

#content a:hover {
	text-decoration:none;
	color:#0F1A4C;
}

#menu {
	float:right;
	width:170px;
	margin-right:10px;
	margin-bottom:10px;
}

#menu .search {
	margin-top:5px;
}

#menu h1  {
	display:block;
	padding:5px;
	border-left:1px solid #DB243A;
	border-bottom:1px solid #DB243A;
	margin-top:10px;
	color:#DB243A;
	font-size:12pt;
	font-weight:bold;
}

#menu h2{
	font-weight:bold;
	font-size:10pt;
	margin-top:10px;
}

#menu ul {
	margin-left:15px;
	list-style-image:url('images/puce.jpg');
}

#menu li {
	margin-top:3px;
}

#menu a {
	text-decoration:none;
	color:#0F1A4C;
}

#menu a:hover {
	text-decoration:underline overline;
	color:#587EAD;
}

#footer {
	width:800px;
	height:25px;
	background-image: url('images/footer.jpg');
	clear:both;
	border-bottom:1px solid black;
}

#footer p {
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-size:10pt;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

.illustration {
	float:left;
	margin: 0px 10px 5px 0px;
}
