/*
    FEUILLE DE STYLE DE L'APPLICATION BASE OISEAU
*/



html {
  background-color: #DEDEDE;
}
body {
  font-size: medium;
  font-family: sans-serif;
  color: #0000ff;
  background-color: #DEDEDE;
 }
div#Titre {
   color: #0000ff;
   font-size: 30px;
   text-align: center;
}
div#grpboutons {
  margin: 0.5em;
  padding: 0.5em;
  width: auto;
  float: center;
  text-align: center;
  }

  div#tableau {
  color: #ffffff;
  border: 1px solid #c0c0c0;
  }

  td#ColonneDroite{
  width: 300px;
  text-align: right;
  vertical-align: top;
  color: #0000ff;
  }

  td#ColonneGauche{
  width: 300px;
  text-align: left;
  vertical-align: top;
  font-style: #ffffff;
  }

  td {
  width: 300px;
  text-align: center;
  vertical-align: center;
  color: #0000ff;
  }