/* CSS Document */
.menu2{
color: #000000;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-style:italic;
text-decoration:none;
}
.menu{
color:black;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}
.tableau{
border:solid 1px black;
}
a:hover {
	color: #CC0033;
	text-decoration: none;
}
.Style14 {
color: black;
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif ;
font-weight:bold;
font-style:italic;
}

.Style15 {
color: #0000B0;
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif ;
font-weight:bold;
font-style:italic;
}

.Style9 {
color:black;
font-size:11px;
font-family:Helvetica, sans-serif;
font-weight:bold;
}

.Style5 {
color:#f9d406;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
.accueil {
color: #003300;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
.parte {
color: #000066;
font-size:14px;
font-family:Helvetica, sans-serif;
font-weight:bold;
}

<style type="text/css">
<!--
a {
text-decoration: none; /* définition du lien qui affichera le "calque" */
}
a:hover {
background: none; /* correction d'un bug IE */
}
a span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a:hover span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
top: 500px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
left: 550px;
}
