A {text-decoration: none;}
.enteteTexte { font-family : Tahoma; font-size: 13px; font-weight : bold; color: #000000; }
.texte { font-family : Tahoma; font-size: 12px; font-weight : 400; color: #000000; }
.menuHaut{ font-family : Tahoma; font-size: 14px; color: #000000; font-weight:normal;}
.menuHautSelect { font-family : Tahoma; font-size: 14px;  font-weight:normal; color: #DB3A1A }
.menuGaucheLibre { font-family : Tahoma; font-size: 13px; font-weight: normal; color: #000000}
.menuGaucheSelect { font-family : Tahoma; font-size: 13px; font-weight: normal; color: #4F47E5 }
.titreAnnonce { font-family : Tahoma; font-size: 13px; font-weight: bold; color: #358CDD }
.texteAnnonce { font-family : Tahoma; font-size: 12px; font-weight: normal; color: #000000 }
.page { font-family : Tahoma; font-size: 12px; font-weight : bold; color: #3B46D6 }
.pageSelect { font-family : Tahoma; font-size: 16px; font-weight : bold; color: #000000 }
.pageSP { font-family : Tahoma; font-size: 14px; font-weight : bold; color: #3F319E }
.promo{ font-family : Tahoma; font-size: 14px; font-weight : bold; color: #FF0000 }
.menuGauche{ font-family : Tahoma; font-size: 12px; font-weight : 400; color: #000000; font-weight:normal;}

div#Onglets a:link {color: #000000;}
div#Onglets a:visited {color: #000000;}
div#Onglets a:active {color: #9B3C31;}

div#Menu a:link {color: #000000;}
div#Menu a:visited {color: #000000;}
div#Menu a:hover {color: #C1A47C;} 
div#Menu a:active {color: #4F47E5;} 

div#Liens1 a:link {color: #31669B; text-decoration: none;}
div#Liens1 a:visited {color: #31669B; text-decoration: none;}

.bubbleInfo {
    position: relative;
}
.popup {
 	width: 150px;
	height: 75px;
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}


div.autocomplete {
  position: absolute;
  width: 500px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}
 
div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 20em;
  overflow: auto;
}
 
div.autocomplete ul li.selected {
    background-color: #ffb;
}
 
div.autocomplete ul li {
  list-style-type:none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}
 
div.autocomplete ul li span.informal {
    color: grey;
}

