#titreAcceuil {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-content: center;
	text-align: center;
	z-index: 20;
}
#tblLogin {width: 50%; margin: auto}
button {box-shadow: 0 5px 5px #999; }
button {margin: auto}
.alignRight{text-align: right}
#selNom {
	max-lines: 10;
}
#messageCodeErrone {
	color: red;
}
.red {
	color: red;
	text-align: center;
	text-decoration: underline;
}
#ctrlMail{
	z-index: 10;
	position: absolute;
	top: 100px;
	left: 30%;
	box-sizing: border-box;
	border: 2px;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-content: center;
	text-align: center;

}
#tblEmail{
	display: flex;
	background-color: lightcyan;
	margin: auto;
	border: solid 3px #003eff;
	border-radius: 5px;
	box-shadow: #74bfdd;
}
h4, h3{
	color: white;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px black;
}
h3{
	color: white;
	font-size: 1.8em;
}
.obligatoire{
	color: #9f3a38;
	text-align: left;
	font-weight: bold;
	text-shadow: 2px 2px black;
}
#divImages{
	display: flex;
	z-index: 10;
	justify-content: center;
	background-position: center center;
	background-size: contain;
}
#imageAffiche{
	text-align: center;
	width: 100%;
	object-fit: cover;
}
#selNom{
	font-family: Arial;
	font-size: small;
}
#titreAcceuil{
	position: absolute;
	top: 50px;
	margin: auto;
	color: white;
	width: 100%;
}
.noty_body{
	background: darkorange;
	font-size: 20px;
	color: white;
	height: 40px;
}
#cMail{
	margin: auto;
	width: 200px;
}
#divContactMail{
	text-align: center;
}
.active-result, .chosen-results{
	font-size: 10px;
}
#avertissement{
	font-size: 14px;
	font-style: italic;
	color: blueviolet;
	text-align: center;
	background-color: ivory;
}