@charset "utf-8";
/* CSS Document */

#menu_fixe_Nb {/* */
  position: fixed;
    right: 0%; /* écart par rapport à la droite */
    top: 30%;
    width: 3%; /* 2% largeur du bouton */
    margin: -2.5em 0 0 0;/* -2.5 ecart par rapport au haut de la page */
    z-index: 5;
    background: hsla(210, 9%, 92%, 1);/* 80 couleur 0.7 transparence */
    color: white;
    font-weight: bold;
	font-size:small;
    text-align: left;
    border: solid hsla(210, 9%, 55%, 0.9); /* Entourage */
    border-right: none;
    padding: 0.5em 1.5em 1em 2.2em;/* 0.5 ecart du haut 1 ecart du bord 0.5 hauteur 2.5 largeur */
    border-radius: 2em 0em 0em 2em;/* 2em arrondi du HG 0.5em arrondi du HD 0.5em arrondi du HG 2em arrondi du BG */
	}
	
