body
{
	width: 910px;
	margin: auto;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
}

#top
{
	width: 910px;
	height: 300px;
	background-image: url(img/Header.png);
	background-repeat: no-repeat;
	border-bottom: none;
}

#blockmenu
{
	width: 180px;
	float: right;
	padding-right: 20px;
}

#blockadmin
{
	position: absolute;
	top: 0px;
	left:0px;
	width: 180px;
}

#centre
{
	width: 875px;
	background-image: url(img/Background.png);
	padding: 10px 5px 0px 30px;
}

#contenu
{
	width: 660px;
	text-align: justify;
}

#copyright
{
	width: 910px;
    height: 64px;
	color: #ffffff;
	background-image: url(img/Footer.png);
	background-repeat: no-repeat;
	text-align: center;
}

a
{
	color: #5D5D5D;
	text-decoration: none;
}
a:hover
{
	color: purple;
}