#global {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align: left; /* on rétablit l'alignement normal du texte */
}



#tete {
	width:800px;
	height:80px;
	background-image:url(images/tete.jpg);
	background-repeat:no-repeat;

}

ul#menu {
	width:800;
	height:28px;
	float:left;
	margin: 0 ;
	padding: 0 ;
	background: url(images/menu_tranch.jpg) repeat-x 0;
	list-style-type: none ;
	
}

#menud {
	width:800;
	height:28px;
	margin: 0 ;
	padding: 0 ;
	background: url(images/menu_tranch.jpg) repeat-x 0;
	list-style-type: none ;
	text-decoration: none ;
	
}

ul#menu li {
	float: left ;
	text-align: center ;
}
ul#menu a {
	width:auto;
	padding-left:13px;
	padding-right:13px;
	font-size: 1.2em ;
	line-height: 27px ;
	font-weight: bold ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #fff ;
	
}

ul#menu li a:hover {
	color:#FFCC00;
}

#contenu {
	background-color: #FFFFFF;	
	padding: 10px 60px 20px 40px ;
}

#pied {
	width:800px;
	height:22px;
	background-image:url(images/pied.jpg);
	background-repeat:no-repeat;
}

h1 {
	font: 1.3em "Trebuchet MS", helvetica, sans-serif ;
	font-weight:bold;

}

h2 {
	font: 1.0em "Trebuchet MS", helvetica, sans-serif ;
	font-weight:bold;
	margin-left: 10px;
	line-height:0.8em;
	color:#000099;
	background-image:url(images/puce.gif);
 	background-repeat:no-repeat;
 	background-position:0% 60%;
 	padding-left:15px;
}

#contenu li {
margin-left: 15px;
	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
}

body a {
color:#000000;
text-decoration:none;
}
body a:hover {
color:#000000;
text-decoration:underline;
}