a {text-decoration: none;} /* définition du lien qui affichera le "calque" */
a:hover {
	background: none;
	color: #0000FF;
} /* correction d'un bug IE */
a span {display: none;}/* définition de la balise <span> inclue dans <a> */
a:hover span { /* définition de la balise <span> au survol */
	display: inline;
	position: absolute;
	width: 250px;
	height: 150px;
	background-color: #FFFFCC;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	border-style: double;
	border-color: #0099FF;
	padding: 2;
	bottom: 0px;
	top:-150px;
	z-index: auto;
	right: 30px;
}
nom { font-size:10pt;
     color:#FF0000;
     font-style:italic; }

body {
	background-color: #BBBBFF;/*couleur fond page*/
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
}

