tbody { background-image: url("fond.jpg"); }
body { background-color: black;
		 	 font-family: Arial, sans-serif;
			 font-size: small;
			 }
#header {
				position: absolute;
				width: auto;
				height: 100px;
				top: 20;
				right: 0;
				bottom: auto;
				left: 0;
				margin-left: 50px;
}
#leftpanel {
			position: absolute;
			width: 300px;
			hight: auto;
			top: 100px;
			right: auto;
			bottom: auto;
			left: 0;
}
#rightpanel {
						position: absolute;
						width: auto;
						hight: auto;
						right: auto;
						top: 200px;
						bottom: auto;
						left: 300px;
						
}

img { border: 0; text-align: center;}
img.milieu {position: fixed; top: 200px;}
div.center { text-align: center; }

a { font-family: arial; font-size: large; text-decoration: none; color: #FF9966;}
a:focus:hover { color: #6699FF; }
p { color: white; }


