﻿a.tooltip
{
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: Purple;
}
a.tooltip:hover
{
	color: Fuchsia;
}


.infobulle
{
	position: absolute;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: White;
	display: none;
}

