body{
	background: rgb(18,104,82);
}
img  {
	width:50px;
	transition: width 1s;
}
code { display: inline-block;
	background: black;
	color: white;
	margin-left: 50px;
	padding: 5px;
	border-radius: 5px;
	transition: font-size 1s;
}
.balise {
	font-weight: 900;
}
img:hover{
	width: 200px;
	transition: width 1s;
}
h1 {
	text-align: center;
}
.conteneur_image {
	text-align: center;
}
.mot_cle {
	font-style: italic;
}
.conteneur_bouton {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
.conteneur_bouton input {
	font-size: large;
}
code:hover{
	font-size: 2em;
	transition: font-size 1s;
}
table{
	position:fixed;
	top:5px;
	right:5px;
}
#signature{
	text-align: right;
}