/*
    FEUILLE DE STYLE DE L'APPLICATION
    ANOMALIES D'IDENTIFICATION - ESPECE BOVINE
*/

/* généralités */

body {font-size: normal; font-family: serif;}
a {color: blue; text-decoration: none;}
a:hover {text-decoration: underline;}
legend {background-color: rgb(90%,90%,90%);}
fieldset {background-color: white;}
form {margin: 0;}

.connexion {color: orange; font-weight: bold;}
.clavier {font-weight: bold;}
.erreur {color: red; font-weight: bold; font-size: larger;}
.important {font-weight: bold;}
.importantbis {font-weight: bold; color: rgb(60%,60%,100%);}
.navig {background-color: rgb(90%,90%,90%); text-align: center;}
.a_faire {border: 1px dotted red;}
.note {font-size: smaller;}
.bouton_ok {font-weight: bold; color: green; padding: 0.5em 1em; margin: 0.5em; background-color: rgb(95%,100%,95%);}
.bouton_ok:hover {background-color: rgb(75%,100%,75%);}
.bouton_ko {font-weight: bold; color: red; padding: 0.5em 1em; margin: 0.5em; background-color: rgb(100%,95%,95%);}
.bouton_ko:hover {background-color: rgb(100%,85%,85%);}

/* recherche_form */

div#recherche_form {}

/* result_rech_tab */

table#resultat_recherche {border-collapse: collapse; border: 2px solid silver;}
table#resultat_recherche a {padding: 0em 0.5em 0 0.5em;}
table#resultat_recherche td:first-child:hover {background-color: rgb(85%,85%,100%);}
table#resultat_recherche td {border: 1px solid silver; padding: 0.2em;}
table#resultat_recherche th {border: 1px solid silver; padding: 0.2em;}
table#resultat_recherche tr {background-color: white; font-family: monospace;}
table#resultat_recherche tr:hover {background-color: rgb(95%,95%,100%);}
table#resultat_recherche caption {caption-side: top; margin: 0.5em;}

/* formulaire de saisie */

div#infos_form_saisie {float: right;}
.champ_oblig {background-color: rgb(100%,95%,95%);}

div#tab_anomalies {float: left; margin-right: 1em; width: 45%;}
div#tab_anomalies table {border-collapse: collapse; border: 2px solid rgb(85%,85%,90%);}
div#tab_anomalies td {border: 1px solid rgb(85%,85%,90%); padding: 0.2em;}
div#tab_anomalies th {border: 1px solid rgb(85%,85%,90%); padding: 0.2em;}

div#nouvelle_anomalie {float: left;}

div#tab_decisions {float: left; margin-right: 1em; width: 45%;}
div#tab_decisions table {border-collapse: collapse; border: 2px solid rgb(85%,85%,90%);}
div#tab_decisions td {border: 1px solid rgb(85%,85%,90%); padding: 0.2em;}
div#tab_decisions th {border: 1px solid rgb(85%,85%,90%); padding: 0.2em;}

div#suppr_fiche {float: right; margin-top: 1em;}
a.suppr {color: maroon; font-weight: bold;}

/* suppr_confirm */
div#suppr_confirm {text-align: center; border: thin dashed black; width: 75%; margin: auto;}


/* fin */
