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;
}

.full_width {
	width: 100%;
}
