
	#header {
	background-image: url(img/banierebn.gif);
	background-position: center;
	background-repeat: no-repeat; 
	height: 158px;
	width: 100%;
	}

	body{
	background-color :white;
	background-attachment: fixed;
	}	

	/* Pb: IE ne gère pas "fixed" dans un id seulement dans body ! */
	#conteneur /* body ou #conteneur ? */{/* Structure principale du site => espace gauche/droite */
	position: absolute;
	width: 980px;
	left:130px;
	right:130px;
	margin: 0 auto;
	padding:0;
	background-color: black;
	color:White;
	border-style:solid;
	border-color:Red;
	}

	#centre {/* Page principal*/
	margin-left: 5%;
	margin-right: 5%;
	}

	#pied {/* Menu en bas de page*/
	/*clear:both;*/
	height: 100px;
	position:static;
	left:0%;
	right:0%;
	background-image: url(img/piedtest.png);
	background-position: center;
	background-repeat: no-repeat; 
	}

	p {/*Balise texte*/
	font-size: 1.2em;/*Taille de la police via la méthode du cadratin*/
	font-family: verdana;
	}

	li {
	font-size: 1em;/*Taille de la police via la méthode du cadratin*/
	font-family: verdana;
	}

	a{color:yellow; text-decoration:none}


	#menu {
	position:absolute;
	top: 159px;
	left: 0;
	z-index:100;
	width: 100%;
	text-align: center;
	color:Black;
	}
	#menu dl {
	float:left;
	width: 19.7%;
	margin: 0 1px;
	}
	#menu dt {
	cursor:auto;
	text-align: center;
	font-weight: bold;
	background: white;
	border: 2px solid gray;
	}
	#menu dd {
	border: 2px solid gray;
	}
	#menu li {
	text-align: center;
	background: #eee;
	}
	#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	}
	#menu li a:hover, #menu dt a:hover {
	background: red;
	}
	dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}