* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#bantop {
	position: absolute;
	height: 192px;
	width: 100%;
	background-image: url(img/bantop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
}
#nav {
	margin: 0 auto;
	width: 500px;
	height: 192px;
}
#nav ul, li { list-style-type: none; }
#nav ul {
	position: absolute;
	margin-top: 80px;
	width: 500px;
	z-index: 2;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	height: 35px;
	width: 100px;
	color: white;
	font-size: 10pt;
	line-height: 30px;
	font-weight: bold;
	font-family: arial, serif;
	text-align: center;
	text-decoration: none;
}
#nav li a:hover { background: transparent url(img/menu.jpg) top left no-repeat; }
#nav a#menu1:hover { background-position: -500px 0%; }
#nav a#menu2:hover { background-position: -500px 0%; }
#nav a#menu3:hover { background-position: -500px 0%; }
#nav a#menu4:hover { background-position: -500px 0%; }
#nav a#menu5:hover { background-position: -500px 0%; }
#corp {
	margin: 0 auto;
	width: 730px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: normal;
	margin-left : 20px;
	text-align: left;
	margin-bottom: 5px;
}
h1 {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
.txttitre { font-weight: bold; }
.txtpetit {
	font-size: 8pt;
	font-style: italic;
}
.txtpetit a {
	text-decoration: none;
	color: black;
}

