H1{ text-align: center;
    color:rgb(0,155,255);
}

H2{
    text-align: center;
    background-color: rgb(50,50,50);
    color : white;
    padding: 6px;
}

H3{
    text-align: center;
    color:rgb(0,155,255);
    padding: 5px;
}

H4{
    text-align: center;
    color:rgb(250,250,255);
}

H5{
    text-align: center;
    color:rgb(250,250,255);
}

#banner {
      width: 100%;
}

body {
  background-color: grey ;  
  font-family: monospace;
  color : white; 
  margin-right: 30px;
  margin-left: 30px;
}

#buttons {
     width: 100%;
}

#java {
     width: 100%;
}

/* lien non visité */
      a:link {
        color:rgb(0,150,240);
      }
/* lien visité */
      a:visited {
        color:rgb(171, 216, 245);
      }
/* souris sur le lien */
      a:hover {
        color:#1E90FF;
      }
/* lien sélécté */
      a:active {
        color: rgb(0,170,170);
      }
