/*------------------------------------------------
author: webmaster@cmpp.ch
date: 14.08.2025
version: 1.1
-------------------------------------------*/
  
      body{
      
        background-color:beige;
        color: black;
        font-family:Arial, sans-serif;
          font-size:18px;
        text-align:left;
       margin:40px;
max-width:100%;
width:900px;
      }
      header{
     
        display:flex;
        flex-direction:column;
        flex-wrap:nowrap;
        justify-content:center;
        align-items:center;
         margin-left: auto;
    margin-right: auto;
      flex:  0 1 auto;
max-width:100%;
      }
      header h1{
      font-size:34px;
        font-weight:bold;
        text-align:center;
      }
      main{
         display:flex;
        flex-direction:column;
        flex-wrap:nowrap;
        justify-content:center;
        align-items:center;
         margin: 0;
   
      flex:  0 1 auto;
max-width:100%;
 
      }
form{
 margin:0;
max-width:100%;
width:800px;
}
footer{
display:flex;
        flex-direction:column;
        flex-wrap:nowrap;
        justify-content:center;
        align-items:center;
         margin-left: auto;
    margin-right: auto;
      flex:  0 1 auto;
max-width:100%;
 width:800px;

}
/*---tableau-----*/
footer .tab1{
background-color:#BFFFBF;
width:500px;
border:4px solid green;
}
header .tab1{

background-color:#BFFFBF;
width:500px;
border:4px solid green;
}

footer .tab2{
background-color:#ffffcc;
width:500px;
border: 4px solid yellow;
border-spacing:14px;
}
.tab2 td{
font-size:22px;
text-align:center; 
padding:10px;
border: 1px solid yellow;
}
/*--------------------------------
navigation
---------------------------------*/
::-webkit-scrollbar {
  width: 20px;
color:white;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #87CEFA; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background:  #D7CCB5; 
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #176F99; 
}