body
{
	background-repeat: no-repeat;
}
#corps
{
	position: absolute;
	width: 50%;
	height: 90%;
	margin-left: 25%;
	margin-top: 5%;
	border: solid silver 1px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 5px 38px black;
}
#titre
{
	display: block;
	position: relative;
	margin-left: 21%;
	margin-top: 5%;
}
#txt
{
	display: block;
	position: relative;
	margin-left: 10%;
	margin-top: 4%;
	height: 50%;
	width: 80%;
	background-color: black;
	border: 2px gray solid;
	color: white;
	font-family: courier new, arial, seriff;
}
#lien
{
	display: block;
	position: relative;
	margin-top: 2%;
	margin-left: 36%;
	width: 24%;
}
#dl1
{
	display: block;
	position: relative;
	margin-left: 1%;
}
#footer
{
	display: block;
	position: absolute;
	margin-left: 57%;
	margin-top: 97%;
	font-size: 13px;
	font-family: calibri, arial, seriff;
	color: gray;
	
}
#mail
{
	text-decoration: none;
	color: rgb(40,164,255);
}
#compteur
{
	display: block;
	position: absolute;
	margin-top: 96%;
	margin-left: 5%;
}