@charset "utf-8";
/* CSS Document */


body { 
	background-color:#000000; 
 	 margin: 0; 
  	text-align: center; 
}




#global {
	display:block;
	background:#000;
  	margin-left: auto; 
  	margin-right: auto; 
  	width: 800; 
  	text-align: center; 
}

* html #main{position:absolute;}

#header {
	margin: 0px auto;
	background:#000;
	width:800px;
	height:221px;
	background:url(images/headers.jpg);
}

#header_en {
	margin: 0px auto;
	background:#000;
	width:800px;
	height:221px;
	background:url(images/headers_en.jpg);
}


#container {
	margin: 0px auto;
	background:#000000;	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	width:800px;
}


#footer {
	margin: 0px auto;
	text-align: center;
	background:#000;
	width:800px;
	height:30px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
}

.menu {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	text-align: center;
	font-size:15px; 
	text-align:center;
	text-decoration:none;
	margin:0px;
	padding:0px;

}

.sousmenu {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	text-align: center;
	font-size:13px; 
	text-align:center;
	text-decoration:none;
	margin:0px;
	padding:0px;

}

.contenu {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-size:15px; 
	text-align: left;
	text-decoration:none;
	padding-left:95px;
	padding-right:95px;
}

h1 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	text-align: left;
	font-size:18px; 
	text-decoration:none;
	font-weight: normal;
	margin-left:80px;
	margin-top:10px;
	padding:0px;

}

li {
	font-size: 100%;
	margin-bottom: 5px;
	color: black;
	list-style-type:none;
	background-image:url(images/puce.gif);
	background-repeat:no-repeat;
	background-position:0% 6px;
	padding-left:7px;
	margin-left:0px; 

}

.text-footer {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	text-align:right;
	font-size:14px; 
	text-decoration:none;
	margin:0px;
	padding-left:10px;
	color:#754c23;
}

.top {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	text-align:right;
	font-size:14px; 
	text-decoration:none;
	margin:0px;
	padding-right:10px;
	color:#9c6936;
}

.sepmenu {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	text-align:center;
	font-size:18px; 
	font-weight: bold;
	text-decoration:none;
	color:#9c6936;
	margin:0px;
	padding:0px;

}


.sepsousmenu {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	text-align:center;
	font-size:14px; 
	font-weight: bold;
	text-decoration:none;
	color:#9c6936;
	margin:0px;
	padding:0px;

}

.copyright {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	text-align: center;
	font-size:12px; 
	text-decoration:none;
	margin:0px;
	padding:0px;
	color:#907420;
}

a, a:active { 
text-decoration:none;
color:#000000;
}


