



/* Contenu des infos-bulles des itinéraires et des cartes */
.ydxb_i, .ydxvH, .ydxvV, .ydxvP {
  
  font-size: 10pt ;
  font-weight: normal;
  color: rgb(102, 51, 0);
  background-color: rgb(255, 255, 230);
  

  /*
    -moz-border-radius: 2px 2px!important;
  -webkit-border-radius:2px 2px!important;
  border-radius:2px 2px!important;
  */

}

/* C’est ce que j’ai pu trouver de mieux pour avoir un fond complètement jaune sur les ballons
Pour trouver les noms de classe j'ai ouvert un ballon puis sauvé le fichier HTML
La flèche triangulaire reste néanmoins en blanc.
Il est probable qu’à chaque version de Yandex il faille modifier ce fichier
*/
.ymaps-2-1-34-balloon, .ymaps-2-1-34-balloon__layout, .ymaps-2-1-34-balloon__content,
.ymaps-2-1-35-balloon, .ymaps-2-1-35-balloon__layout, .ymaps-2-1-35-balloon__content
{
  background-color: rgb(255, 255, 230)!important;
}

.txt_defaut, .txt_nuit, .txt_fleche, .txt_avion {
  font-family: arial, sans-serif ;
  /*display: compact ;*/
  /*display: inline ;*/
  white-space: nowrap;
  /*text-align: center ;*/ /* (sans effet)*/
  /*margin-left: auto ;
  margin-right: auto ;*/
  /*overflow: auto;*/
}

.txt_defaut {
  color: rgb(255, 0, 0) ;
  font-size: 8pt;
}

.txt_nuit {
  color: rgb(0, 0, 0) ;
  font-size: 8pt;
}

.txt_fleche {
  color: rgb(255, 0, 0) ;
  font-size: 16pt;
}

.txt_avion {
  color: rgb(0, 0, 0) ;
  font-size: 16pt;
}

.ydxb_i {
  height: 40px ;
  width: 250px ;
}

.ydxb_i span {
  font-weight: bold ;
}
