/* Eléments */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
}
em {
	font-size: 1.5em;
}
h1 {
	margin: 0;
}
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: 140px;
}

.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;
}
.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 ********************/
#formAccuse {
	text-align: right;
}

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

#contenu {
	margin: 0;
}

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

/* Menu */
#menu {
	display: none;
}
#menu a, .Confirmation a {
	border-style: outset;
	color: rgba(0,85,160,0.87);
	font-weight: bold;
	margin: 0 0;
	text-decoration: none;
}
#menu table {
	display: inline-block;
    width: auto;
}
#menu td{
	text-align: center;
}
#formDeco {
	margin-left: 10px;
	margin-right: 10px;
}
#formDeco input {
	background-color: #DADADA;
	color: rgba(0,85,160,0.87);
	font-weight: bold;
	border: 3px rgba(0,85,160,0.87) outset;
}
#loginUser {
	font-weight: bold;
	font-size: 1.2em;
}

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

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

/* donnee */
#donnee_filtres, #donnee_liste input, #donnee_liste img, #donnee_boutons {
	display: none;
}
#donnee_liste th {
	text-align: right;
}
#donnee_liste table {
	border: solid;
}
#donnee_liste td {
	/*border-top: dotted thin;*/
}

/* 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;
}
#menuOnglets {
	display: none;
}
#crecap {
	display: none;
}