﻿/*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 }
  
.btn-signin
{
  background-color: #95E616;
  color:#FFF;
  border-color: #95E616;
}
.btn-signin:hover, .btn-signin:focus, .btn-signin:active, .btn-signin.active, .open .dropdown-toggle.btn-signin {

  background-color: #00C37B;
  color:#FFF;
  border-color: #00C37B;
 }  

 .btn-signout
{
  background-color: #95E616;
  color:#FFF;
  border-color: #95E616;
}
.btn-signout:hover, .btn-signout:focus, .btn-signout:active, .btn-signout.active, .open .dropdown-toggle.btn-signout {

  background-color: #00C37B;
  color:#FFF;
  border-color: #00C37B;
 }
 
.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 }
  
.table-blue
{
    background: rgba(18, 171, 219, 0.7);
}