html, body {
	margin: 0;
	text-align: center; /*corrige le bug de centrage IE */
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #00A348;
	/* background: #00A348; */
	/* background: #008218; */
	/* background: #00b433 url('img/fond_degrade.jpg') repeat-x fixed; */
	}
div#global {
	color: #FFFF00;
	font-weight: bold;
	margin-left: auto;
   margin-right: auto;
	width: 780px;
	text-align: left;
	position: relative;
	}
div#header {
	margin: 10px 0 0 0;
	background: #00A348;
/*	background: #9f5426; */
	padding: 0;
	/* background: url('img/header.jpg'); */
	width: 780px;
	}

div#contenu {
	font-size: 1em;
	background: #9f5426;
	padding: 20px 30px 20px 30px;
	text-align: justify;
	margin-left: 0px;
	}
#contenu img {
	border:5px solid #008218;
	}
#contenu a:link {
	color: #1224BD;
	}
#contenu a:visited {
	color: #1224BD;
	}
#footer a:link {
	color: #1224BD;
	}
#footer a:visited {
	color: #1224BD;
	}
	
#contenu tr {
	text-align: justify;
	font-size: 1em;
	color: #FDFF00;
	font-weight: bold;
	}
tr#tab_up {
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #001BFF;
	font-weight: bold;
	background: #FFA500;
	}
div#footer {
	font-size: 0.8em;
	width: 100%;
	background: #00A348;
	}
ul#menu {
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style-type: none;
width: 100%; /* précision pour Opera */
}

ul#menu li {
width: 195px;
float: left;
}

ul#menu a {
font-size: 1.4em;
font-weight: bold;
display: block ;
margin: 0 0 0 0;
padding: 2px 5px;
text-align: center;
border: 1px solid #FDFF00;
text-decoration: none;
color: #FDFF00;
background: #008218;
}

ul#menu a:hover {
background: #FDFF00;
border: 1px solid #008218;
color: #008218;
}

#centre_h {
	text-align:center;
	}
