a.type1 { color: #CC0000; }
a.type1:hover { color: #CC0000;}

/* Lien visité */
     a:visited { 
        color : white;
        text-decoration : none; 
     }
/* Lien normal */
     a:link { 
        color : white;
        text-decoration : none;
     }
/* Lien avec le curseur dessus */
     a:hover { 
        color : white;
        text-decoration : none;
     }
     img{
        border: none;
     }
.spip_documents img { border: 0px solid #666; }

 .nav {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: white;
}

a.nav, a.nav:link a.nav.visited, a.nav:active {
color: green;
}

.country {
 font-family: Arial, Helvetica, sans-serif;
color: black;
font-size: 16px;
} 

/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #000000; 
  }
  
a.tooltip:hover {
  color: #000000; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip.L:hover span {
  display: block;
  position: absolute; 
  top: 40px; 
  left: 0px; 
  width: 150px;
  z-index: 100;
  color: #000000; 
  border:1px solid #000000; 
  background: #FFFFCC;
  font: 12px Verdana, sans-serif; 
  text-align: left;
padding: 5px;
  }

a.tooltip.R:hover span {
  display: block;
  position: absolute; 
  top: 40px; 
  right: 0px; 
  width: 150px;
  z-index: 100;
  color: #000000; 
  border:1px solid #000000; 
  background: #FFFFCC;
  font: 12px Verdana, sans-serif; 
  text-align: right;
padding: 5px;
  }
  
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}

.branding {
position: relative;
color:red;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
top: 55px;
left: -5px;
}

.stream {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: white;
}

.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.star {
color: black;
}

.Song {
font-family: Arial, Helvetica, sans-serif;
}