<!--
/* _____survolcarte_____ */
a.info {
FONT: 78%/1.5 arial, helvetica, serif; color: red;
position: relative;
text-decoration: underline;
z-index: 500;
}
a.info span {
display: none;
}
a.info:hover {
color: blue;
text-decoration: none;
background: none; /* correction d'un bug IE */
z-index: 1000;
}
a.info:hover span {
display: block;
position: absolute;
top: 1.5em;
left: 1em;
background: white ;
text-align: center;
color: Blue;
text-align: left;
text-decoration: none;
BORDER: #008000 2px solid;
padding: 3px;
}
/* _____HautPage_____ */
a.rethaupag {
	background:url(images/rethaupag.gif) top right no-repeat; PADDING-LEFT: 0.8em; PADDING-RIGHT: 1.8em;
}
div.rethaupagboit {
	width: 10em; FLOAT: right;
}
//-->