#inscription {
    margin: auto;     
    padding: 10px;
    background-color: white;
    
}
     
#inscription h1 {
    text-align: center;
    color: #2a201e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    text-indent: 10px;
    line-height: 20px;
}
#inscription h2 {
    text-align: center;
    color: #666666; 
    font-style: italic; 
    text-indent: 10px; 
    font-family: Verdana, Arial, Helvetica, sans-serifs; 
    line-height: 20px;
}

#valideinscription {
    margin: auto;     
    padding: 10px;
    background-color: white;
    
}

.titre {
    font-size: 1.4em;
    margin: 10px;
}

.contenu {
    font-size: 1.4em;
    border-style: solid;
    width: 100%;
}

@media (max-width: 640px) {
    .formulaire tr td {
        max-width: 50px;
        
    }
}

@media (min-width: 640px) {
    .formulaire tr td {
        min-width: 100px;
        
    }
}

input[type=text].red {
    background-color: orange;
}

select.red {
    background-color: orange;
}

#TabTaille {
    /* width: 100%; */
    width: 600px;
}

table#TabTaille, #TabTaille tr, #TabTaille td {
    border-style: solid;
    border-collapse: collapse;
    padding: 5px;
    font-size: 1em;
    min-width: 10px;
    
}

#TabTaille .gris{
    background-color: lightgray;
}

table.ancien {
    border-style: solid;
    border-collapse: collapse;
    padding: 5px;
    font-size: 0.8em;
    width: 100px;
    
}
.btnslt {
    height: 20px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;;
}

.reinscrire {
    
    width: auto; 
    height: auto;   
    margin: 5px;
      
    padding: 5px;
    width: 200px;
    border-radius: 5px;
    margin-bottom: 10px;
}
