body {  		background-image :  url('./img/body_bg.png');
			background-color : black;
			color : white;
            font : 8pt verdana;}

div#main { 	background-image :  url('./img/main_bg.png');
			background-color : black;
			margin:auto;
			width : 803px;
			height : auto;
			border : 1px solid white;  }
		  
 table { 		border-spacing: 0px; border-width: 0px, 0px, 0px, 0px; border-spacing: 0px;
			border-collapse: collapse; }  
 table#copyright { width : 800px; margin : auto; text-align : center; font : 7pt verdana;}  
 table#categorie { margin : auto; widht : 803px; }
 
 div#separe { background-image : url('./img/separe.png'); }
 td#menu { width : 800px; background-image : url('./img/menu_deco.png');  height : 32px; font-weight : bold; font : 7.5pt arial black; 
          text-align : right; }
 td#categorie { background-image : url('./img/cat_deco.png'); height : 36px; }
 td#contenu { min-height : 200px; text-align : center; width : 780px;}
 td.cat { width : 250px;}

a:link { color : white;  font : 8pt verdana; font-weight : bold; text-decoration : none; border :0px solid; }
a:visited {color : white;  font : 8pt verdana; font-weight : bold; text-decoration : none;}
a:hover {color : red; font-weight : bold; font : 8pt verdana; font-weight : bold; text-decoration : none;}
a:active {color : white; font : 8pt verdana; font-weight : bold;text-decoration : none; }

td img {
border: none;
}

h3 { font : 16px verdana; font-weight : bold; }
h4 { font : 14px verdana; font-weight : bold; color : red; }