/* CSS du menu horizontal, bieler batiste */
body {
	font-family: "times new roman", times, serif;
	color: black;
	background-color: white;
	text-align: center;
	}
	
#wrapper {
	margin-right: 20pt;
	margin-left:30pt;
	padding: 200px 0 0 0;
	background-color: #fff;
	background-position: 0 0;
	}
	
#content {
	width: 90%;
	background-color: white;
	margin-left: 20pt;
	margin-right: 30pt;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 13pt;
	font-size: 12pt;
	}
	
#sitemapcontent {
	width: 700px;
	float: right;
	padding: 50px 10px 10px 0;
	marging-top: 50px;
	}
	
#menu{
    display: none;
	
    }


	

    


	
#footer {
	/*position: absolute;
	bottom: 0;*/
	display: none;
	
	}
	

	
a, a:link { 
	color: #225c72;
	}
	
a:hover{
	color: #b8753f;
	}
	
h1 { 
	color: #b8753f;
	font-size: 15pt;
	padding-bottom: 0;
	border-bottom: 2px solid #b8753f;
	margin-bottom: -5px;
	}
	
h3 {
	color: #205d72;
	font-size: 14pt;
	margin-bottom: -10px;
	margin-top: 10px;
	}
	
#content p {
	padding-top: 0;
	}
	
#listmenu {
	display: none;
	
	}
	

	
.copyright {
	font-size: 80%;
	color: #b8753f;
	}
	
#content ul {
	list-style-type: circle;
	padding-left: 0;
	margin-left: 20px;
	}
	
.enhanced {
	color: #b8753f;
	}
	
.imgright {
	float: right;
	margin: 0 10px 5px 10px;
	border: 2px solid white;
	}
	
p.img {
	clear: right
	}
	
.imgcenter {
	text-align: center;
	}
	
#sitemap {
	width: 650px;
	float: right;
	padding: 10px 10px 30px 0;
	margin-top: 50px;
	}