/* CSS global reset for all browsers */ 
* {
	padding: 0;
	margin: auto;
}

body { 
	background: url('gfx/abg-body.gif');
	float:none;
	text-align: center;
	font-family: 'Arial';
	width:800px;
     margin: auto;
	font-size: small;
}

/*div { border: 1px solid red; }

span { border: 1px solid green; }

table { border: 1px solid orange; }
*/
#container {
	background: url('gfx/bg_container.gif');
	float:left;
	width: 815px;
	height:14px;
	margin: auto;
	height: 100%; 
	text-align: center;
	
}



#foot {
	background: url('gfx/bg-foot.gif');
	width: 800px;
	height: 17px;
}
#top {
	background: url('gfx/bg_top.gif');
	width: 815px;
	height:172px;
}


Table.inside { border:0px solid rgb(200.200.200);
         margin: auto;
padding-left:inherit;
caption-side:bottom ;
width:700px;
table-layout:fixed;
}

th  {
         margin:auto;
  background:yellow;
 }
 
th.td {
         margin:auto;
     border: 1px solid rgb(200.200.200);
	 padding: 5px;
}
div#control	 {
width: 200px;
background:white;
color:red;
}

.texte {
  	color: #000000;
	float:left;
	text-decoration: none;
	 
 	font-family: "Arial";
	font-size: 14px;

}

.categorie {
  	color: #000000;
	text-decoration: none;
	 
 	font-family: "Arial";
	font-size: 11px;

}
.description {
  	color: #000000;
	text-decoration: none;
	 
 	font-family: "Arial";
	font-size: 10px;

}