@charset "utf-8";
/* CSS Document */
a:link {
		text-decoration: none;
		color: #ffffff;
}
a:visited {     
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
	
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

body {
	color:#ffffff;	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}
.Style10 {
	font-size: 14px;
	font-weight: bold;
}
.Style_menu {
	font-size: 11px;
}
.tableau {
	border: thin solid #fff;
}
