		#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 */
			/*background: #fff url("../images/UGTGTRAMEv2.jpg") center top no-repeat;
			background-attachment : fixed;*/ 
		}
		#centre {
			margin-left: 165px; /* */
			margin-right: 5px;
			min-height: 780px;
			padding: 0 10px 10px 10px;
			/* background: #d91161; rose */
		}
		#centre hr {
			clear: both; /* Ajoute le "saut de ligne" */
			visibility: hidden;
		}
		#gauche {
			position: absolute;
			left:0;
			/* float: left; */
			width: 165px;
			/* background: #8911d9; violet */
		}
		#wrap {overflow:hidden;}

		#droite {
			/* position: absolute;
			right:0; */
			float:right;
			width: 0px;
			/* background: #ffcc33;  orange */
		}
		#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;
		}
