*
{
	margin: 0px;
	padding: 0px;
}

.logo
{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 100px;
	height: 100px;
}
.titre
{
	clear: both;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 60px;
	text-align: center;
	top: 0px;
}
.aide
{
	position: absolute;
	top: 100px;
	left: 5px;
	right: 5px;
	height: 10px;
	color: #707070;
	text-align: center;
	font-size: 80%;
}
.page
{
	position: absolute;
	top: 125px;
	left: 5px;
	right: 5px;
	bottom: 25px;
	background-image: url(images/ground.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: #707070 1px solid;
	overflow: auto;
	padding: 5px;
}
.pied
{
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 10px;
	color: #707070;
	text-align: center;
	font-size: 80%;
}

.text
{
	background-color: #C0C0C0;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
