html, body {
	margin: 0;
	text-align: center; /*corrige le bug de centrage IE */
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #00b433 url('../fr/img/fond_degrade.jpg') repeat-x fixed;
	}
div#global {
	color: #FFA500;
	font-weight: bold;
	margin-left: auto;
  	 margin-right: auto;
	width: 750px;
	text-align: left;
	position: relative;
	}
div#header {
	margin: 10px 0 0 0;
	text-align: center;
	background: url('../fr/img/title.jpg');
	height: 180px;
	}
div#contenu {
	padding: 10px;
	text-align: justify;
	margin-left: 0px;
	}
#contenu img {
	border:5px solid #FDFF00;
	}
#contenu a:link {
	color: #FF5D00;
	}
#contenu a:visited {
	color: #FF5D00;
	}
#footer a:link {
	color: #FFA500;
	}
#footer a:visited {
	color: #FFA500;
	}
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%;
	}
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 {
float: left;
}

ul#menu a {
font-size: 1.4em;
font-weight: bold;
float: left;
margin: 0 5 0 0;
padding: 2px 15px;
text-align: center;
border: 2px solid black;
text-decoration: none;
color: #000000;
background: #FFA500;
}

ul#menu a:hover {
background: black;
border: 2px solid #FFA500;
color: #FFA500;
}

ul#menu_footer {
text-align:center;
}
ul#menu_footer li{
display:inline;
}

h1 {
font-size:20px;
margin: 10px 0;
}