#entete{
    height: 30px;
    padding-right: 10px;
}
h1{
    float: none;
}
.champ_edit p span{
    padding-top: 5px;
}
li{
    cursor: pointer;
}
li:hover{
    color: #469DFF;
}
.selected{
    color: #469DFF;
}
#liste table tr:hover{
    background-color: #469DFF;
}
.ligne_paire, .ligne_impaire{
    height: 20px;
}
#btn_exporter,
#btn_exporter_liste_points_enlèvement,
#btn_créer_un_arbre_de_décision,
#btn_valider,
#btn_annuler{
    background-color: #469DFF;
    box-shadow:inset 0px 1px 0px 0px #469DFF;
    border:1px solid #469DFF;
    color: white;
    margin-right: 10px;
}
#btn_exporter:hover,
#btn_exporter_liste_points_enlèvement:hover,
#btn_créer_un_arbre_de_décision:hover,
#btn_valider:hover,
#btn_annuler:hover{
    background-color: #358CEE;
    box-shadow:inset 0px 1px 0px 0px #358CEE;
    border:1px solid #358CEE;
}
#btn_exporter_liste_points_enlèvement{
    width: 250px;
}
#btn_créer_un_arbre_de_décision{
    margin-top: 20px;
    width: 200px;
}
#popup_contenu{
    height: 200px;
}