@charset "utf-8";
/* CSS Document */
#menu_fixe {
  position: fixed;
    right: 0;
    top: 30%;
    width: 6em;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: hsla(80, 90%, 40%, 0.7);
    color: white;
	font-weight:bold;
	font-size:medium
    text-align: left;
    border: solid hsla(80, 90%, 40%, 0.9);
    border-right: none;
    padding: 0.5em 0.5em 0.5em 2.5em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
}

#menu_fixe_alpha {
  position: fixed;
    right: 0;
    top: 30%;
    width: 1%;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: hsla(180, 100%, 40%, 0.7);/* 80 couleur 0.7 transparence */
    color: white;
    font-weight: bold;
	font-size:medium;
    text-align: left;
    border: solid hsla(180, 90%, 40%, 0.9);
    border-right: none;
    padding: 0.5em 0.5em 0.5em 2.5em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
}

#menu_fixe_Nb {
  position: fixed;
    right: 0;
    top: 30%;
    width: 4%; /* 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(180, 100%, 40%, 0.7);/* 80 couleur 0.7 transparence */
    color: white;
    font-weight: bold;
	font-size:small;
    text-align: left;
    border: solid hsla(180, 90%, 40%, 0.9);
    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 */
    box-shadow: 0 1px 3px black;
    border-radius: 2em 0em 0em 2em;/* 2em arrondi du HG 0.5em arrondi du HD 0.5em arrondi du HG 2em arrondi du BG */
	}
	
#menu_fixe_Art {
  position: fixed;
    right: 0;
    top: 30%;
    width: 7%; /* 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(180, 100%, 40%, 0.7);/* 80 couleur 0.7 transparence */
    color: white;
    font-weight: bold;
	font-size="0"; /* small */
    text-align: left;
    border: solid hsla(180, 90%, 40%, 0.9);
    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 */
    box-shadow: 0 1px 3px black;
    border-radius: 2em 0em 0em 2em;/* 2em arrondi du HG 0.5em arrondi du HD 0.5em arrondi du HG 2em arrondi du BG */
	}
