/* CSS Document */

A:LINK.lien  {
	text-decoration : underline;
	font-weight: bold;
	color: #3A43EB;
}

A:VISITED.lien  {
	text-decoration : underline;
	font-weight: bold;
	color: #3A43EB;
}

A:ACTIVE.lien  {
	text-decoration : underline;
	font-weight: bold;
	color: #3A43EB;
}

A:HOVER.lien  {
	text-decoration : underline;
	color : #D90804;
}

body  {
	scrollbar-base-color : #3A43EB;
	scrollbar-arrow-color : #FFFF01;
}

a:hover.menu {
	color: #000000;
	background-color: #FFFF01;
	border: 1px solid #D90804;
	width: 100%;
}

a:link.menu {
 color: #000000;
	text-decoration: none;
	width: 100%;
}

a:visited.menu {
	color: #000000;
	text-decoration: none;
	width: 100%;
}
