#tete {
    background-color: rgb(124,99,255);
    color: gold;
}

#teteDivTexte {
    margin: auto;
}

#pied {
    height: 50px;
    margin-top: 20px;
    background-color: rgb(124,99,255);
    color: gold;
    text-align: center;
    margin: auto;
}

.barreNavigation {
    height: 60px;
    background-color: rgb(185,0,255);
    border-style: double;
    border-style: inset;   
}
.corps {
    padding-top: 8px;
    background-color: rgb(180,180,180);
}

#rechercheSpecifique {
  padding-left: 2%;
}

#rechercheSpecifique button {

}