@charset "UTF-8";
/* CSS Document */

a {
font-family: 'Noto Sans';
text-decoration : none;
font-size: 16px;
color: #FFFFFF;
	filter: opacity(50%);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}

body { background-image: url("Fond-002.png") }