header
{
	background-color : black;
	color : white;
	display : flex ;
	justify-content : center;
}

#txt
{
	font-size : 120%;
	margin : 0.6% 0%;
}

body
{
	margin : 0px;
	font-family : 'Open Sans';
}

#btn
{
	background-color: #ffffff;
	border: 0.1em inset	#000000;
	transition : transform .2s;
	margin : 1em 1em 0% 0%;
	width : 6em;
	height : 2em;
	font-size : 1em;
	padding : 0%;
}

#btn:hover 
{
	transform: scale(1.1);
}

section
{
	display : flex;
	flex-direction : column;
	justify-content : center;
}

.Entree
{
	display : flex;
	justify-content : center;
}

.Sortie
{
	display : flex;
	justify-content : center;
}

#zoneDeSaisie
{
	margin : 1em 1em 0% 0%;
	width : 12em;
	height : 3em;
}

#retour
{
	width : 10em;
	height : 2em;
	border : 0.15em inset #000000;
	background-color : f7df1e;
	display : flex;
	justify-content : center;
	transition : transform .2s;
}

footer
{
	display : flex;
	flex-direction : row;
	justify-content : center;
}

#txtretour
{
	margin : 0.3em;
	text-decoration: none;
	color : black;
}