html{
	margin:0;
	background-color: #E8E8E8;	
  }
body{
	font-family: helvetica,Verdana;
	font-size:12px;
}
table{
	width:550;
	background-color: #E8E8E8;	
	border-spacing: 0px;
	text-align:left;

 }
.no{
	width:25px;
}
.raison_sociale{
	width:170px;
}
.activite{
	width:150px;
}
.localite{
	width:150px;
}
.fiche{
	width:20px;
}
td{
	border-bottom: 1px #333 solid;

}
a{
	color: #c17c00;
	text-decoration:none; 
}
a:hover{
	color: #c17c00;
	text-decoration:underline; 
}
