body {
margin:20px;
/*font-family: arial;*/
font-size: 1.3rem;
}
h1 {
text-align: center;
color: #FFFAFA;
background: gray;
}
h2 {
text-align: center;
color: darkblue;
}
esm_tag {
white-space: pre-wrap;
}

button { font-size: inherit; }
select { font-size: inherit; }
input { font-size: inherit; }

.erreur {
text-align: center;
color: red;
margin-top: 10px;
}
.warning {
color:red;
font:bold;
}

.logout {
	float: right;
}

a {
/*font-size: 14pt;*/
color: blue;
text-decoration: none;
font-weight: normal;
}
a:hover {
text-decoration: underline;
}

.width75p {
	width: 75%;
}
.full_width {
	width: 100%;
}

section {
	margin-bottom: 30px;
}
.contenant_centre {
	display: flex;
    justify-content: center;
}
.footer {
	/*position: absolute;*/
	/*bottom:0;*/
	width:100%;
	margin-top: 50px;
	text-align: center;
	font-size: 0.8em;
	color: #7f8c8d;
}