		#header {
			margin: 10px 0;
			/* height: 110px; */
			text-align: center;
			/* background: #60da11; vert */
		}
		/* #haut {
			/ * padding-bottom: 10px;  Si barre * /
			margin: 5px 0 0 0;
			/ * background: #60da11; * /
			/ * border-top: 1px dotted #026700; * /
			/ * border-bottom: 1px dotted #026700;* /
		}
		#haut p {
			color: #000000;
			padding: 0;
			margin: 2px 0;
			text-decoration: none;
			font-size: 0.8em;
			font-weight: bold;
		}
		#haut a {
			color: #006600;
			text-decoration: none;
			font-weight: bold;
		}
		#haut a:hover {
			color: #006600;
			text-decoration: underline;
			font-weight: bold;
		}
		*/
		#conteneur {
			position: relative;
			width: 90%;
			width: 990px;
			margin: 0 auto; 
			/* background: #1161d9; bleu */
		}
		#centre {
			margin-left: 165px;
			margin-right: 175px;
			padding: 0 10px 10px 10px;
			/* background: #d91161; rose */
		}
		#gauche {
			/* position: absolute;
			left:0; */
			float:left;
			width: 165px;
			/* background: #8911d9;  violet */
		}
		#droite {
			float:right;
			width: 170px;
			padding: 0;
			margin: 0;
		}
		#droite-large {
			float:right;
			width: 220px;
			padding: 0;
			margin: 0;
		}

		#pied {
			/* height: 15px; */
			margin-top: 5px;
			margin-bottom: 5px;
			padding-top: 5px;
			padding-bottom: 5px;
			/* background: #99cc00; vert caca doigt */
			clear: both;
			font-weight: bold;
			text-align: center;
			font-size: 0.9em;
			color: #999999;
		}
		#pied a {
			font-size: 0.9em;
			color: #999999;
			text-decoration: none;
		}
		#pied a:hover {
			text-decoration: underline;
		}