

		 BODY {
		 font-family: arial,helvetica,ms sans serif;
		 background-color: ;
		 text-align: center;
		 font-size: 11px;
		 }

		 a:link {
		 text-decoration: none;
		 color: silver;
		 }
		 
		 a:visited {
		 text-decoration: none;
		 color: silver;
		 }
		 
		 
		 #image {
		 position: absolute;
		 
		 }

		 #conteneur {
						 position: absolute;
						 width:700px;
						 
						 margin-left: -350px; /* moitie de width */
     				 left: 50%;           /* constant, toujours 50% */

     				 height: 525px;       /* selon la quantite de texte */
    				 margin-top: -260px;   /* moitie de height */
    				 top: 50%;            /* constant, toujours 50% */
		 						 
							} 
	      
  	#homeFlash {
			 position: relative;
			 width:;
			 margin-left: auto;
     	 margin-right: auto;
			 color: white;
			 
			 }
			 
	  
