body {
    background-color: #AAA;
    color:#421;
    font-family: arial;
    font-size: 11px;
    max-width: 1400px;
    margin: auto;
}

h1 {
    display:inline-block;
    margin-left:50px;
    font-size:24px;
    color:#999;

    font-family:verdana;
    text-shadow: -1px 0 0 rgba(110, 100, 100, 0.8), 
     1px 0 0 rgba(110, 100, 100, 0.8),
     0 -1px 0 rgba(110, 100, 100, 0.8),
     0 1px 0 rgba(110, 100, 100, 0.8);
}

#bloc_spectre {
    display:inline-block;
  /*  line-height: 30px; */
}
#bloc_spectre input{
    background-color: #AAA;
    color:#421;
}
.bouton {
    padding: 0px;
    background-color: rgba(120,100,100,0.2);
    color:#421;
    cursor: pointer;
    font-size:11px;
    font-family:arial;                
}

#controles {
    display: flex;
}

#scientifiques {
    font-size: 9px;
    border: solid 1px #977;
    color: #977;
    background-color: rgba(200,100,100,0.1);
    padding: 4px;
    text-align:center; 
    vertical-align: middle;
    line-height: 1em;
    margin: 4px;
}

#temperature_et_lambda_max {
    display: inline-block;
    line-height: 1em;
    width:80px;
}

#tableau_periodique {
    display:inline-block;
    vertical-align: top;     
    margin-left: 40px;
}
#bouton_fermer {
     cursor: pointer;
     position:relative;
     left:-26px;
     top:-16px;
}

#aff_tableau_periodique {
    display: none;
    cursor: pointer;
    margin-left: 30px;
}


.article {
    display: table-cell;
    width:80px;
    word-wrap: break-word;
    vertical-align: middle; 
    break-after:column;
    padding: 4px;

}
.article img {
    vertical-align: middle; 
    text-align:center;
    margin-top: 6px;
}

svg {
    cursor:text;
}
rect {
    stroke-width:0;  
}

.graph {
     fill:none;
     stroke:#EEE;
     stroke-width:1;
}

.ch {
    border: solid 1px #421;
    padding: 2px;
}
.ch input {
    position: relative;
    top:3px;
}



.bouton_poussoir {
    width:30px;
    height: 24px;
    background-color:rgba(230,220,220,0.6);
    font-family: arial;
    font-size:15px;
    text-decoration:none;
    color:#fff;
    position:relative;
    padding:2px;

    border-radius: 5px;
    box-shadow:  0px 5px 0px 0px rgba(210,200,200,0.6), 1px 10px 5px #999;
    cursor:pointer;
    display: inline-block;
    background-size: 26px 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin:2px;
    border:none;
    opacity:0.8;
}


.bouton_poussoir:active {
    top:3px;
    box-shadow:  0px 2px 0px 0px  rgba(210,200,200,0.6), 1px 5px 3px #999;    
}
.bouton_poussoir:hover {
  opacity:1; 
}
.telecharge_ {
    background-image: url("/i/telecharge.svg");
    background-size: 70%; 
 /*   border-radius: 13px / 10px; */
 /*   padding:0; */
}

text {font-size:16px;fill:white;stroke:none}
line {stroke:white}

