
	
	html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
	}

	* { margin:0; padding:0; outline:0;}

	html, body { height:100%; }
	

		body {font-family:Verdana,Geneva,Arial,Helvetica,sans-serif}

		body {font-size: 12px; }
		body {color: #BBBBBB }
		body {font-style: normal }
		body {letter-spacing: 3px}
		body {line-height:25px } 
 		body {background-color: black}
 		body {width: 1000px}

		A{color:#CAF309}

		A:link { 
			text-decoration:none;
		}

		A:visited{
			text-decoration:none;
			}

		A:hover {
			text-decoration:none;
			color:#BBBBBB;
			}

table.sample {
	font-size: 12px;
	line-height:25px;
	width:800px;
	letter-spacing: 3px
		}




table a{
	color:#CAF309;
	}


			
	#global {
		position:absolute;
		padding-left: 5px;
		background-image: url(./IMAGES/fond2.jpg);
		left: 50%; 
		width: 1000px;
		background-repeat:repeat-y;
		margin-left: -500px; /* moitié de la largeur */
		border: 0px solid #000;
   	  }




