body {
	background-image: url(flash/bg.jpg);
}


h1 {font-family:Arial;text-align:left; font-size:12px;color:#000000;background-color:transparent;}
h2 {display:none;}
h3 {display:none;}

p {font-family:Arial;text-align:left; font-size:12px; color:#1A1210; background-color:transparent;}

li {font-family:Arial;font-size:80%;color:black;background-color:transparent;text-align:left;margin-left:0px;margin-right:0px;}

a:link.normal {font-family:Arial;font-size:12px;color:#cb4836;background-color:transparent;text-decoration:none; font-weight: normal}

a:visited.normal {font-family:Arial;font-size:12px;color:#cb4836;background-color:transparent;text-decoration:none; font-weight: normal}

a:hover.normal {font-family:Arial;font-size:12px;color:#cb4836;background-color:transparent;text-decoration:none;; font-weight: normal}

table {border-color:#F7F7F7;border-style:solid;border-width:0px;}

td {font-family:Arial, sans-serif;font-size:12px;color:black;border-color:#FFFFFF;border-style:solid;border-width:0px;}

p.nav { font-family:Arial;text-align:center;font-size:16px;color:#470707;background-color:#1A1210;font-weight: bold}

a:link.nav {font-family:Arial;font-size:16px;color:#470707;background-color:transparent;text-decoration:none; font-weight: bold}

a:visited.nav {font-family:Arial;font-size:16px;color:#470707;background-color:transparent;text-decoration:none; font-weight: bold}

a:hover.nav {font-family:Arial;font-size:16px;color:#cb4836;background-color:transparent;text-decoration:none;; font-weight: bold}


a.info {
   position: relative;
   color:#4464DD;
   font-weight: bold;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */


}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 20px; /* on positionne notre infobulle */
   left: 5px;

   background: white;

   color: white;
   padding: 3px;

   border: 1px solid white;
   border-left: 4px solid white;

.style1 {font-family:Arial;text-align:center;font-size:16px;color:#470707;background-color:#1A1210;font-weight: bold}