body {
    color:#DDD;
    background-image: url("zero_un.php?nuit");
}

reponse {color: #DAF;}

a {color: #88F;}

.h1,.h3,.h4,.h5, h1,h2,h3,h4,h5 {
    color:#D88;
    text-shadow: 3px 3px 5px #D88;
}


.language-python {
    background-color: #AAA !important;
}

#bloc {
    opacity:0.4;
}

div.item_ a, span.travail a, .cours a, .TP a, .controle a, .exercices a {color: #8DF}

div.cours {color: #AAA}

td, th {color: #AAD}

.formule {color: #EB8}


img {background-color: #DDD;}
/*
img[src="/i/todo.svg"],
img[src="/i/enveloppe.svg"],
img[src="/i/enveloppe_ouv.svg"],
img[src="/i/danger.png"]*/
img[src$=".svg"]
{
  background: none;
}


/*---------------- recherche de texte dans la page --------------------*/
#recherche_definitions {
  background: rgba(0, 0, 10, 0.95);
}
#saisie_recherche {
    color: #FEC;
}
.mot {
    color: #FEC;
}
.definition {
    color: #AFE;
}
#resultats a {
    color:#A8F;
}
.highlighted {
  background:rgba(255, 255, 0, 0.5);
}