/*
# ------------------ BEGIN LICENSE BLOCK ------------------
#
# This file is part of PluXml : http://www.pluxml.org
#
# Package		teko.css
# Version		1.0
# Copyright (c) 2021 Gilfort
# Authors		Alain Gilfort
# Licensed under the GPL license.
# See http://www.gnu.org/licenses/gpl.html
#
# ------------------- END LICENSE BLOCK -------------------
*/

/* tableaux */
.liste {
  width: 100%;
}

.liste thead {
    background-color: #d9e3ef; /* bleu clair */
}

.liste td, th {
    text-align: left;
}

.libelle {
    font-weight: bold;
    color:blue;
}

.commentaire {
    font-style:italic;
}

.soustitre {
    font-weight: bold;
    background-color: #d9e3ef; /* bleu clair */
    color: blue;
}

.fondlu {
    background-color: #E1FAE1; /* vert clair */
}

.fondmanque {
    background-color: #ffddbb; /* rouge clair */
}

.col70 {
	width: 70px;
}

.colordre {
	width: 70px;
    text-align: center;
}

.divforme0 {
}

.divforme1 {
    background-color : yellow;
    padding: 10px;
}

.icone {
  border: 0px;
  text-align: center;
}

/* texte de messages d’erreur */
p.erreur {
    color: red;
    font-weight:bold;
}

/* texte de messages d’avertissement */
.danger {
    color: red;
    font-weight:bold;
}
