/* Eléments */
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 5px;
    background: #DADADA;
}

em {
    font-size: 1.5em;
}

h1 {
    color: red;
    font-size: 2.5em;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-variant: small-caps;
    margin: 10px;
    text-decoration: underline;
}

h3 {
    font-variant: small-caps;
}

hr {
    margin: 10px auto;
    width: 70%;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

/* Classes */
.alerte {
    color: orange;
    font-size: 3em;
    font-weight: bolder;
}

.bouton {
    text-align: center;
    margin-top: 20px;
}

.cell_hyp {
    background-color: #AAECA0;
}

.cell_res {
    background-color: #FCFAA0;
}

.cell_vide {
    background-color: rgba(0, 85, 160, 0.87);
}

.confirmation {
    color: green;
    font-size: 2em;
    font-weight: bolder;
}

.erreur {
    color: red;
    font-size: 2.5em;
    font-weight: bolder;
    text-align: center;
}

.champ_texte, .radio_bouton {
    text-align: right;
}

.champ_valeur, .radio_texte {
    text-align: left;
}

.codeAffaire {
    width: 110px;
}


.formAjoutPDF {
    display: inline-block;
}

.messagesAndUser {
    border-collapse: collapse;
}

.messagesAndUser td {
    border-bottom: 1px black solid;
    border-top: 1px black solid;
}

.tableau {
    border-collapse: collapse;
}

.tableau td, .tableau th {
    border: 2px rgba(0, 85, 160, 0.87) solid;
}

.onglet {
    display: inline-block;
    list-style-type: none;
    font-weight: bold;
    font-size: 1.2em;
    background-color: transparent;
    border: 1px black outset;
    border-bottom: none;
    color: rgba(0, 0, 0, 0.6);
    padding-right: 5px;
    padding-left: 5px;
}

.onglet:hover {
    background-color: rgb(234, 234, 234);
    cursor: pointer;
}

.ongletEnCours {
    display: inline-block;
    list-style-type: none;
    font-weight: bold;
    font-size: 1.2em;
    background-color: rgb(234, 234, 234);
    border: 2px black outset;
    border-bottom: none;
    padding-right: 5px;
    padding-left: 5px;
}

.contenu {
    display: none;
    border: 2px black outset;
    padding: 3px;
    margin-top: -2px;
    background-color: rgb(234, 234, 234);
}

.export {
    border-collapse: collapse;
}

.export td {
    vertical-align: top;
    border: 1px black solid;
}

.elementsSuppr {
    color: red;
    font-weight: bold;
}

.elementsAjou {
    color: green;
    font-weight: bold;
}

/************* Identifiants ********************/
#critere:hover {
    cursor: pointer;
}

#listeCriteres {
    display: none;
    position: absolute;
    width: 500px;
    height: 250px;
    background-color: rgb(230, 200, 180);
    border-radius: 5px;
    border: solid black 1px;
    text-align: left;
    padding: 5px;
}

#formAccuse {
    text-align: right;
}

#AccuseReception {
    background-color: transparent;
    border: none;
    color: #D60000;;
}

#AccuseReception:hover {
    color: rgba(0, 85, 160, 0.87);
    border-top: 1px rgba(0, 85, 160, 0.87) solid;
    border-bottom: 1px rgba(0, 85, 160, 0.87) solid;
}

#contenu {
    padding-top: 50px;
    text-align: center;
}

/* Page de connexion */
#information {
    text-align: center;
}

/* Menu */
#menu {
    background-color: rgba(0, 85, 160, 0.87);
    position: fixed;
    padding-top: 10px;
    padding-bottom: 6px;
    top: 0;
    width: 100%;
    border-bottom: 1px black solid;
}

#menu a, .Confirmation a {
    border-style: outset;
    color: rgba(0, 85, 160, 0.87);
    font-weight: bold;
    margin: 0 0;
    padding: 1px 3px;
    text-decoration: none;
}

#menu table {
    display: inline-block;
    width: auto;
    margin-left: 0;
}

#menu a:focus, #menu a:hover {
    background: white;
}

#menu a:active {
    border-style: inset;
}

#menu td {
    text-align: center;
}

#formDeco {
    margin-left: 10px;
    margin-right: 10px;
}

#formDeco input:active {
    border: 3px rgba(0, 85, 160, 0.87) inset;
}

#loginUser {
    font-weight: bold;
    font-size: 1.2em;
    color: #FFFFFFFF;
}

/* Majbd */
#majbd {
    text-align: center;
}

/* Configuration */
#config table {
    width: auto;
}

/* donnee */
#donnee_filtres {
    text-align: center;
}

#donnee_filtres * {
    margin: 1px;
}

#donnee_liste th {
    background-color: #B0B0B0;
}

#donnee_liste th.entete_vide {
    background-color: transparent;
}

#donnee_liste tr.ligne_1 {
    background-color: #F4F4F4;
    text-align: right;
}

#donnee_liste tr.ligne_2 {
    background-color: #E5E5E5;
    text-align: right;
}

#donnee_liste tr.ligne_relance {
    background-color: rgb(226, 127, 127);
    text-align: right;
}

#donnee_liste tr.ligne_1:hover, #donnee_liste tr.ligne_2:hover {
    background-color: rgba(0, 85, 160, 0.87);
}

#donnee_liste tr.ligne_relance:hover {
    background-color: rgba(255, 216, 0, 0.87);
}

#donnee_boutons table {
    width: auto;
}

/* formulaires */
#form_affaires table.tableau {
    background-color: rgba(0, 85, 160, 0.87);
}

#form_affaires table.tableau tr {
    background-color: #DADADA;
}

#messagesEnregistres {
    margin: auto;
}

#pieceJointe {
    margin: auto;
}

#listeUtilisateur {
    margin: auto;
}

#messageAide {
    font-size: 0.7em;
}

#formDescriptif {
    text-align: center;
}

#form_identites {
}

#form_utilisateurs {
}


/*autocomplétion*/
ul#suggestsList {
    margin: 0;
    padding: 0;
    border: 1px solid black;
    background-color: #FFFFFF;
    list-style: none;
    font-size: 90%;
}

ul#suggestsList li {
    border: 1px solid #CFCFCF;
}

ul#suggestsList li:hover, ul#suggestsList li#selectedSuggest {
    background-color: #CFCFCF;
}

ul#suggestsList li a {
    display: block;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#menuOnglets {
    padding-left: 3px;
    margin-top: 4px;
    text-align: left;
}

.jaune-castel-color {
    color: rgba(255, 216, 0, 0.87);
}

.jaune-castel-back {
    background-color: rgba(255, 216, 0, 0.87);
}

.bleu-castel-color {
    color: rgba(0, 85, 160, 0.87);
}

.bleu-castel-back {
    background-color: rgba(0, 85, 160, 0.87);
}