﻿/*style utilisé avec le standard bootstrap V4 */


a:link 
  {color: black; 
  text-decoration: none }
a:visited 
  { color: black; 
  text-decoration: none }
a:hover 
  { color: blue; 
  font-weight: bold;
  text-decoration: underline }
  
.repertoire
{
    position: fixed;
    right: 0;
    top: 15%;
    width: 2em;
    margin: -2em 0 0 0;
    z-index: 5;
    background: rgba(18, 171, 219, 0.7);
    color: white;
    font-weight: bold;
    font-size: large;
    line-height: 1.25em;
    text-align: left;
    border: solid rgba(01, 01, 01, 0.5);
    border-right: none;
    padding: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 3px black;
    border-radius: 1em 0.1em 0.1em 1em;    
}
.repertoire a
{
    color: white;
}
.repertoire a:hover 
  { color: blue; 
  font-weight: bold;
  text-decoration: underline }
  
 .h7
 {
    font-size: 16px;
 }