body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana;
}
a {
	color: white;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}
#everything {
	position: relative;
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#banner {
	width: 750px;
	height: 124px;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
}
#bannerflash {
	float: left;
	padding: 17px 0 0 232px;
	width: 348px;
	height: 87px;
}
#dj {
	width: 154px;
	height: 161px;
	position: absolute;
	left: 60px;
	top: 75px;
	/* background-image: url('images/dj.png'); */
	background-repeat: no-repeat;
	z-index: 2;
}

/* Partie principale */
#mainframe {
	width: 750px;
	position: relative;
	text-align: left;
}

#menu {
	float: left;
	text-align: center;
	width: 143px;
	padding-top: 110px;
	padding-bottom: 40px;
	background-color: #B41414;
}

#main {
	float: left;
	/* position: absolute;
	top: 25px;
	left: 203px; */
	width: 507px;
	height: 500px;
	margin-left: 60px;
	margin-top: 30px;
	background-image: url('images/mainbg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	text-align: justify;
}

.pub468x60 {
	width: 100%;
	height: 60px;
	text-align: center;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

#copyright {
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
}

