#footer
{
	position: fixed;
	left: -3px;
	bottom: -3px;
	background-color: rgba(255,255,255, 0.55);
	text-align: center;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 20px;
	padding: 1px;
	margin: 10px;
	width: 12%;
	border-radius: 5px;
}

#lien
{
	color: black;
}

#lien:hover
{
	color: red;
}

.date
{
	color: black;
}

.signature
{
	color: black;
}