
body { background-color: black;
		 	 color: white;
		 	 font-family: Arial, sans-serif;
			 font-size: small;
		  }
#header {
				position: absolute;
				width: auto;
				height: 200px;
				top: 20;
				right: 0;
				bottom: auto;
				left: 0;
				margin-left: 50px;
}
#leftpanel {
			position: absolute;
			width: 300px;
			height: auto;
			top: 200px;
			right: auto;
			bottom: auto;
			left: 0;
			
}
#rightpanel {
						position: absolute;
						width: auto;
						height: auto;
						right: auto;
						top: 200px;
						bottom: auto;
						left: 300px;
						
}
table { border: 0;}
img { border: 0; text-align: center;}
img.milieu {position: fixed; top: 200px;}
div.center { text-align: center; }
	
h1 {
	 margin-bottom: 0.5ex;
	 margin-top: 1ex;
	 font-size: medium;
	 }
a { font-family: arial; text-decoration: none; color: #FF9966;}
a:focus:hover { color: #6699FF; }
p { color: white; }


