body {
  color : white;
}
a:link {
	color: rgb(226,229,1);
	font-size : 13pt;
	text-decoration: none;
}

a:hover {
	color: rgb(226,229,1);
	font-size : 13pt;
	text-decoration: underline;
}

a:visited {
	color: rgb(226,229,1);
	font-size : 13pt;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: rgb(226,229,1);
	font-size : 13pt;
}


a:link.menu {
	color: rgb(226,229,1);
	font-size : 11pt;
	text-decoration: none;
}

a:hover.menu {
	color: rgb(226,229,1);
	font-size : 11pt;
	text-decoration: underline;
}

a:visited.menu {
	color: rgb(226,229,1);
	font-size : 11pt;
	text-decoration: underline;
	font-weight: bold;
}

a:active.menu {
	color: rgb(226,229,1);
	font-size : 11pt;
}



a:link.petit {
	color: rgb(226,229,1);
	font-size : 09pt;
	text-decoration: none;
}

a:hover.petit {
	color: rgb(226,229,1);
	font-size : 09pt;
	text-decoration: underline;
}

a:visited.petit {
	color: rgb(226,229,1);
	font-size : 09pt;
	text-decoration: underline;
	font-weight: bold;
}

a:active.petit {
	color: rgb(226,229,1);
	font-size : 09pt;
}

