
body{
	background-color: black;
}


		a:link{
		color: white; text-decoration: none 
		}
		
		a:visited{ 
		color: white; text-decoration: none 
		}
		
		a:hover{ 
		color: red; font-weight: bold; text-decoration: underline 
		}
		a:active, focus{ 
		color: blue
		}

	.centrage 
	{text-align: center;
	}
	
	h1{
          	font-size: 1.4em;
          	text-align: center;
			color: white;
          }
          
	h2{
          	font-size: 1em;
			text-align: center;
			color: white;
          }
		
		 
	table {
			border-width:1px; 
			border-style:solid; 
			border-color:white;
			width:100%;
			margin: auto;
			}
			

   
	
	table tr td+td { 
			width: 5%;  
	}

	td { 
			border-width:1px;
			border-style:solid; 
			border-color:white;
			border-left: none;
			border-top: none;
			width:50%;
			text-align: center;
			color: white;
}

	p{
		color:white;
	}
	
	pre{
		color:white;
		font-size: 1.4em;
	}
			

					



