/* Club Sportif 50 Cap-Rouge

Feuille de style pour extention Cs50CR
Par Genis Gasse
Revision .1
*/
div.block_entete {
  width: 100%;
  height: 100px;
  background-color: silver;
  margin-top:10px; 
  padding-top:2px;
  padding-bottom: 2px; 
  padding-left: 5px; 
  display: flex; 
  gap:25%;
  
}
div.boite_dialogue_site {

  text-align: center;
  /*background-color:lightgrey;*/
  width: 80%; 
 /*height: 160px;*/
  margin:  auto; 
  border:solid; 
  padding:10px;
}
div.carte_membre {
  text-align: center;
  background-color:lightgrey;
  width: 80%; 
  height: 130px;
  margin:  auto; 
  border:solid; 
  padding:2.5px;
  margin-bottom: 5px;

}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
      
}
p{
  font-size: 14px;
  
}
div.boite_instruction{
    width: 100%; 
    margin-top:10px; 
    padding-top:2px;
    padding-bottom: 2px; 
    padding-left: 5px; 
    padding-right: 5px;
    height: auto; 
    background-color: silver;

}
div.boite_dialogue {

    text-align: center;
    background-color:lightgrey;
    width: 40%; 
    height: 100px;
    margin:  auto; 
    border:solid; 
    padding:10px;

  }

    input.bouton_color{

      background:pink;

    }
    div.aa {
    
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
        background-color:sylver;
        width: 60%; 
        height: 100px;
        margin:  auto; 
        border:solid; 
        padding:10px;
      }
       