html {font-size: 90%;}
		body {padding: 1em; font-size: .85em; font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;}
		
		h1 {margin-top: 0; text-align: center; background: moccasin;}
		ol, ul, li {padding: 0; margin: 1em;}
		
		img {
		border: 1;
		}
		
		h4 { /* style des en-tête et en-pied */
  			
  			margin: 0; /* pas de marge : colle aux bords de l'écran */
  			background-color: #FFFF; /* couleur de fonds */
  			text-align:center ; /* le texte est centré */
 			 border-top: 0px solid black; /* style de l'encadrement haut */
  			border-bottom: 0px solid black}
		
		
		/* div#container {
  			
  		/*	width: 800px ;
 			margin: 0 ; padding: 0 ; /* marges int�rieures et ext�rieures */
 		/*	border: 1px solid black} /* Bordure du container (donc de tout le "tableau")*/

		div#conteneur
		{
			background-color: #E7E4E4 ; /* couleur de fond (donc des colonnes gauches et droites) */
			width: 800px ;
			margin: 0 auto ;
			/* text-align: left ; */
			border: 1px solid #ab4 ;
			/* background: #fff ; */
		}
		
		div#colonne1 {
			float: left;
			width: 158px;
			margin-right: auto;
			margin-left:auto;
			padding: 1px 0;
			background: lightblue;
			text-align: center; 
		}
		
		div#colonne2 {
			/* position: absolute; */
			float: right;
			/* left: 680px;*/
			top: 229px;
			width: 158px;
			margin-left: 10px;
			padding: 1px 0px;
			background: burlywood;
		}
		
			
		
		div#centre {
			width: 444px;
			overflow: hidden;
			margin-left: 159px;
			padding: 1px 20px 30px;
			background: khaki;
			text-align: center;
		}
	
			
	
	
	
	<!--[if lte IE 6]><style type="text/css">
		div#colonne1 {
			margin-right: 7px;
		}
		div#colonne2 {
			margin-left: 7px;
		}		
		div#centre {
			overflow: visible;
			height: 1%;
		}
	<![endif]-->

