@charset "UTF-8";
/* CSS Document */


html {

	background-color: #6a4623; 
}

body {
	
	margin:20px; /* Supprime toute marge à la page */
	
}




table.slsdb {
	background-color:#241d19;
	font-family:"Optima Bold", "arial";
	color:#CCC
	}
	
	
table.nsdc {
	background-color:black;
	font-family:"Times New Roman", "Courier", "arial";
	font-weight:bold;
	color:#CCC;
	}
	
table.contact {
	background-color: #241d19;
	font-family:"Times New Roman", "arial";
	color:#CCC;
	}
	
a          { color: #963; }
a:visited, a:active, a:hoover { color: #963; } 


