a#d:link {color: #ff0000; font-style:normal;}
a#d:visited {color: #ff0000;font-style:normal; }
a#d:hover { text-decoration: underline; color: #ff0000; font-style:normal;}
a#d:active  {text-decoration: underline; color: #ff0000; font-style:normal;}



input[type="button"] {
    height: 40px;
	 font-size:20px;
	// z-index: -1;
}

input[type="submit"] {
    height: 40px;
	 font-size:20px;
}

input[type="email"] {
    height: 40px;
	width : 200px ;
	 font-size:20px;
}

input[type="password"] {
    height: 40px;
	 font-size:20px;
	 width : 200px ;
}

input[type="text"] {
    height: 40px;
	 font-size:20px;
}

input[type="radio"] {
    height: 40px;
	
}

select{
  font-size:25px;
 } 

.petit{
 font-size:15px;	
}

.monbouton
{display: inline-block;
border-radius: 15px;
 outline: none;
 background-color: #cfcfcf ;
  box-shadow: 0 9px #999;
 border-radius:15px;
}
.monbouton:hover {
 background-color: #cfcfff ;
}

.monbouton:active {
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.systeme_onglets
{
width: 500px; 
}

.onglet
{
display:inline-block;
margin-left:0px;
margin-right:0px;
padding:3px;
border:1px solid black;
cursor:pointer;
}
.onglet_0
{
background:#bbbbbb;
border-bottom:1px solid black;
}
.onglet_1
{
background:#dddddd;
border-bottom:0px solid black;
padding-bottom:4px;
}
.contenu_onglet
{
font-size:18px;
background-color:#dddddd;
border:1px solid black;
margin-top:-1px;
padding:5px;
display:none;
}

h1
{
margin:0px;
padding:0px;
font-size: 22px ;

	
}

#partitionE {
      font-family: Arial, sans-serif; 
      background-repeat: no-repeat ; 
      position: absolute; 
     z-index : 2 ; 
     top : 0px ;
	 left : 5px ;
     width: 1024px; 
      height: 550px;
	 overflow: hidden;
	 background-color:#f6f6f6;
	}
	
#bordure {
      
      position: absolute; 
        
     top : 0px ;
	 left : 530px ;
      width: 1044px; 
      height: 550px;
	 overflow: hidden;
	 background-color:#000000;
	}


	
#gauche{
font-family: Arial, sans-serif; 
      background-repeat: no-repeat ; 
      position: absolute; 
      top: 0%; 
      left: 0%; 
      width:40% ;
      height: 20%;
	 overflow: hidden;
	z-index: 2;
}



#titre{
font-family: Arial, sans-serif; 
      background-repeat: no-repeat ; 
      position: absolute; 
      top: 0%; 
      left: 40%; 
      width:40% ;
      height: 10%;
	 overflow: hidden;
	 text-align: left ;
font-family: Arial, sans-serif;
font-size: 20px ;
font-weight: bold ;
  z-index: 1;
  position: absolute;
	
	 
}


#partoche{
font-family: Arial, sans-serif; 
      background-repeat: no-repeat ; 
      position: absolute; 
      top: 10%; 
      left: 0%; 
      width:100% ;
      height: 90%;
	 overflow: hidden;
}

#navigateur{
      background-color:#249CD0; 
      visibility:hidden ;
	  color: #ffffff ;
     
      z-index: 3;
      border-style:double ;
      position: absolute; 
	  top : 0px ;
	  left : 5px ;
      width: 100%; 
      height: 100%;
     }	
#contener{
      background-color:#ECF6F4; 
      font-family: Arial, sans-serif;
      font-style:italic;
      position: relative; 
      width: 100%; 
      height: 87%;
	  white-space:nowrap; 
	  text-overflow:ellipsis ;
	  overflow-y: scroll;
	  overflow-x: hidden; 
     }


#bank{
      background-color:#ECF6F4; 
      font-family: Arial, sans-serif;
      font-style:italic;
      position: relative; 
      width: 100%; 
      height: 25%;
	 
	 text-overflow : clip ;
	 white-space:nowrap; 
	 overflow-y: scroll;
	  overflow-x: hidden; 
     }	
#rech{
      background-color:#249CD0; 
      font-family: Arial, sans-serif;
      font-style : normal;
      position: relative; 
      width: 100%; 
      height: 15%;
	 
	 text-overflow : clip ;
	 white-space:nowrap; 
	 overflow-y: scroll;
	  overflow-x: hidden; 
     }	
	 
#play{
      background-color:#ECF6F4; 
      font-family: Arial, sans-serif;
      font-style:italic;
	  color : blue ;
	  text-decoration: underline;
      position: relative; 
      width: 100%; 
      height: 60%;
	  
	  text-overflow :clip ;
	  white-space:nowrap; 
	overflow-y: scroll;
	  overflow-x: hidden; 
	  
     }	

	 
	
.tab{
 border:0px; 
 border-collapse:collapse ;
}
.tabcol{
 border:0px; 
 width:100%;
 line-height: 4px;
}

.text{
font-family: Arial, sans-serif;
font-weight: bold ;
color:#000000; 
}
.textB{
font-family: Arial, sans-serif;
font-weight: bold ;
color:#0000FF; 
}
.textR{
font-family: Arial, sans-serif;
font-weight: bold ;
color:#FF0000; 
}
.textV{
font-family: Arial, sans-serif;
font-weight: bold ;
color:#088A08; 
}
.textO{
font-family: Arial, sans-serif;
font-weight: bold ;
color:#FF8000; 
}


.accord{
font-family: Arial, sans-serif;
color:#ff0000; 
font-weight: bold ;
}

#droite {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 4px 8px;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 500px; /* Limite la largeur */
  background-color: rgba(255, 0, 0, 0.2); /* temporaire */
}


#droite input.monbouton {
  height: 32px;
  font-size: 14px;
  padding: 0 6px;
}

#patternWrapper {
  min-width: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.double-bouton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  background-color: #cfcfcf;
  box-shadow: 0 4px #999;
  font-size: 13px;
  height: 32px;
  width: 90px;
  padding: 0 6px;
  user-select: none;
  cursor: pointer;
}

.double-bouton span {
  flex: 1;
  text-align: center;
  font-weight: bold;
}

.double-bouton:hover {
  background-color: #cfcfff;
}

.double-bouton:active {
  box-shadow: 0 2px #666;
  transform: translateY(2px);
}
.monbouton,
.double-bouton {
  position: relative;
  z-index: 3;
}
.double-bouton span:active {
  transform: scale(1.2);
  color: #007BFF;
}


#midiUniversalContainer {
  padding: 10px;
  background-color: #eef9ff;
  border: 1px solid #aaa;
  margin-top: 10px;
}

.midiConfigLine {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0;
  font-size: 13px;
}

.midiConfigLine input,
.midiConfigLine select {
  font-size: 13px;
  height: 24px;
}

.midi-control.active {
  border-color: #00aaff;
  background-color: #eefaff;
}

