@charset "iso-8859-1";

.styleSpace {font-family:space toaster; font-size:24; color: black}
.style0 {font-family:garamond; font-size:16; color: black}
.style1 {font-family:garamond; font-size:16; color: black; font-weight:bold}
.style2 {font-family:garamond; font-size:25; font-weight:bold}
.style3 {font-family:garamond; font-size:30; font-weight:bold}
.style4 {font-family:georgia; font-size:18}
.style5 {font-family:bookman old style; font-size:30; font-weight:bold}
.style6 {font-family:garamond; font-size:16; color: black; font-weight:bold}
.style7 {font-family:garamond; font-size:18}
.style8 {font-family:arial; font-size:11}
.style9 {font-family:garamond; font-size:16; color: black; font-weight:bold}
.style10 {font-family:arial; font-size:9}
.style11 {font-family:garamond; font-size:13; color: black; font-weight:bold}
.style12 {font-family:century gothic; font-size:16; font-weight:book}
.style13 {font-family:century gothic; font-size:23; font-weight:lighter}
.style14 {font-family:aucoinlight; font-size:35; color: red; font-weight:lighter}
.style15 {font-family:arial; font-size:13}
.style16 {font-family:estrangelo edessa; font-size:35; color: red; font-weight:lighter}
.style17 {font-family:century gothic; font-size:14; font-weight:book}
.style18 {font-family:century gothic; font-size:18; font-weight:book}
.style19 {font-family:century gothic; font-size:25; color: red; font-weight:lighter}
.style20 {font-family:century gothic; font-size:14; color: #52AA52; font-weight:medium}
.style21 {font-family:century gothic; font-size:25; color: #AB0A22; font-weight:lighter}
.style22 {font-family:century gothic; font-size:20; color: black; font-weight:bolder}
.style23 {font-family:tahoma; font-size:20; color: #AB0A22; font-weight:lighter}
.style24 {font-family:century gothic; font-size:20; color: green; font-weight:bolder}

.gauche {
  position: absolute;
  top: 1em;
  left: 1%;
  width: 10%;
}
.droite {
  position: absolute;
  top: 3em;
  right: 1%;
  width: 90%;
}

a.info_bulle span
{
display : none; /* Rend invisible le bloc span */
}

a.info_bulle
{
color : #AB0A22; /* Couleur de notre lien */
font-size : 20; /* Taille de la police */
font-weight:lighter;
text-decoration : none; /* Aucun soulignement du texte */
padding : 2px 12px 2px 2px; /*Définition des marges intérieures de notre lien */
/* Définition de l'arrière plan de notre lien */
background : transparent url('comment.gif') no-repeat right center;
}

a.info_bulle:hover span
{
display : block; /* Rend visible notre bloc span */
position : absolute; /* Sort notre bloc de son conteneur afin de le positionner */
background : #DDEEFF; /* Définition du fond, sinon on a le même que notre lien */
border : 1px solid #6699FF; /* Définition des bordures */
padding : 6px; /* Définition des marges intérieures */
font-size : 12px;
width : 180px; /* On fixe une largeur par défaut */
color : #000; /* Réinitialisation de la couleur du texte */
text-align : justify; /* Justification du texte */
cursor : default; /
* Réinitialisation de notre curseur, sinon par défaut on a le même que notre lien */
/* Positionnement de notre info-bulle */
top : 1.8em;
left : 400px;
}

a.info_bulle:hover
{
border : 0; /* ligne qui corrige le bug d'IE6 et inférieur */
}