html {
	overflow-y: scroll;
}

body {
	background-color: black;
	background-image: url("../img/background.jpg");
	background-repeat: repeat-y;
	color: #000000;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	font: normal 9pt verdana;
	background-position: top center;
}

img {
	border: 0px;
}

div.banniere {
	background: url("../img/banniere.jpg");
	width: 960px;
	height: 270px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

div.contenu {
	background: url("../img/fond.jpg");
	background-repeat: repeat-y;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
}

div.connexion {
	background: url("../img/fond.jpg");
	background-repeat: repeat-y;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}



div.forum {
	text-align: left;
}

div.bas {
	background: url("../img/bas.jpg");
	width: 960px;
	height: 399px;
	margin-left: auto;
	margin-right: auto;
}

div.copyright {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	font-style: italic;
	color: black;
}

a.copyright {
	color: black;
}