/* CSS global reset for all browsers */ 
* {
	padding: 0;
	margin: 0;
}

body { 
	background: url('gfx/abg-body.gif');
	text-align: center;
	font-family: 'Arial';
	margin: 3;
	font-size: small;
}

/*div { border: 1px solid red; }

span { border: 1px solid green; }

table { border: 1px solid orange; }
*/
#container {
	background: url('gfx/bg-main.gif');
	width: 800px;
	margin: auto;
	height: 100%; 
	text-align: center;
}



#foot {
	background: url('gfx/bg-foot.gif');
	width: 800px;
	height: 17px;
}
#top {
	background: url('gfx/bg-top1.gif');
	width: 800px;
	height: 17px;
}


Table.inside { border:0px solid rgb(200.200.200);
caption-side:bottom ;
width:700px;
table-layout:fixed;
}

th  {
  background:yellow;
 }
 
th. td {
     border: 1px solid rgb(200.200.200);
	 padding: 5px;
}
div#control	 {
width: 200px;
background:white;
color:red;
}

.texte {
  	color: #000000;
	text-decoration: none;
	 
 	font-family: "Arial";
	font-size: 14px;

}

.categorie {
  	color: #000000;
	text-decoration: none;
	 
 	font-family: "Arial";
	font-size: 11px;

}



