.Styleba {font-size: 64px; color: #663300; font-family: Times New Roman; font-style: italic;}
.Stylesba {font-size: 28px; color: #EED6AD; font-family: Times New Roman;}
.Styleinfo {font-size: 14px; color: #663300; font-family: Times New Roman; font-weight: bold; }
.Styleti1 {font-size: 16px; color: #663300; font-family: Times New Roman; font-weight: bold; }
.Style1 {font-size: 12px; color: #663300; font-family: Times New Roman; font-weight: bold; font-style: italic;}
.Style11 {font-size: 12px; color: #663300; font-family: Times New Roman; font-weight: bold; font-style: italic;}
.Style1ni {font-size: 12px; color: #663300; font-family: Times New Roman;  }
.Style2 {font-size: 14px; color: #663300; font-family: Times New Roman; font-weight: bold; font-style: italic;}

.Style2ni {font-size: 14px; color: #663300; font-family: Times New Roman;  }
.Style3ni {font-size: 14px; color: #003333; font-family: Times New Roman;  }
.Style4ni {font-size: 10px; color: #003333; font-family: Times New Roman; }

a {color: #663300; text-decoration: none;}
a:hover {font-style: italic ; text-decoration: underline;}

a:hover {border-bottom: 0px}/* indispensable pour IE seulement */ 
a span {display:none ;  /* cache les <span> placés dans un lien <a> */
text-decoration:none ; /* supprime le soulignement du texte <span> */
color:black} /* met le texte <span> en noir */

a:hover span {display: block;/* Montre le texte <span> lors du survol */ 
position: absolute; /* envoi le texte <span> dans 1 zone précise de l'écran */
top: 390px; /* cette zone se situe à 400 pixels du haut */ 
left: 350px ;} /* cette zone se situe à 200 pixels de la gauche*/ 

.boite {position: inherit; /* envoi 1 boite dans 1 zone précise de l'écran */
top: 190px; /* boite placée autour de l'affichage prévu du texte <span> */
left: 200px ; /* boite placée autour de l'affichage prévu du texte <span> */
width: 400px ; /* largeur en pixel de la boite */
height:400px ; /* largeur en pixel de la boite */
border: solid 2px black} /* bordure de la boite */


