body{
	margin-top: 0px;
	background-image: url(seppia.gif);
	background-repeat: repeat;
}
#container{
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topsection{
	height: 100px;
	background-color: #FFFFFF;
}
#main{
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 10px;
}
#maintexte {
	margin-right: 40px;
	margin-left: 40px;
	font-size: small;
	color: #333333;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#footer{
	clear: both;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	background-color: #FFFFFF;
}
#image {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.logo {
	margin-right: auto;
	margin-left: auto;
	background-image: url(bandeau.gif);
	background-repeat: no-repeat;
	height: 100px;
}
.menu{
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-image: url(indentbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #564c66;
	border-bottom-color: #564c66;
}
.menu ul li{
display: inline;
}
.menu ul li a{
float: left;
color: white; 
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; 
}
.menu ul li a:visited{
color: white;
}
.menu ul li a:hover, .menu ul li .current{
	padding-bottom: 4px;
	background-image: url(indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
h1 {
	font-size: large;
	color: #666666;
	text-align: center;
}
.liste {
	list-style-position: outside;
	list-style-type: square;
	display: block;
	text-align: left;
	white-space: normal;
	line-height: 150%;
	font-size: small;
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #993366;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
.Style1 {
	color: #666699;
	font-weight: bold;
}
.Style2 {
	font-size: small;
	font-weight: bold;
}
P {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}

