body {
	overflow: hidden;
	background-image: url("fond.jpg");
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.general {
	position:absolute;
	z-index:1;
	overflow:hidden;
	width:100%;
	height:100%;
}


.bandeau {
	position:absolute;
	z-index:2;
	overflow:hidden;
	top:0px;
	width:100%;
	height:240px;
}

.corps {
	position:relative;
	z-index:3;
	overflow:hidden;
	top:240px;
	width:1200px;
	height:500px;
}

.colonne1 {
	position:relative;
	z-index:4;
	overflow:hidden;
	float:left;
	width:200px;
	height:100%;
}

.colonne2 {
	position:relative;
	z-index:5;
	overflow:hidden;
	padding-right:5px;
	float:left;
	width:150px;
	height:100%;
}

.colonne3 {
	position:relative;
	z-index:6;
	overflow:hidden;
	float:left;
	width:835px;
	height:100%;
}

.colonne3lab {
	position:relative;
	z-index:6;
	overflow:auto;
	float:left;
	width:835px;
	height:100%;
}

.colonnebandeau {
	position:relative;
	z-index:7;
	overflow:hidden;
	width:820px;
	height:50px;
}

.contenu {	
	position:relative;
	z-index:8;
	padding-top:5px;
	overflow:auto;
	width:820px;
	height:100%;
}

.player {
	z-index:15;
	position:relative;
	float:left;
	width:590px;
	border: 0px solid #FFFFFF;
	margin-bottom:15px;
}


.cadre {
	border: 0px;
	margin-bottom:15px;
}

h1 {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align:left;
	font-weight:900;
	display:inline;
}

h2 {
	color: #66CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:left;
	display:inline;
}

h3 {
	color: #CCFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align:left;
	display:inline;
}

h4 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align:right;
	display:inline;
}

a:link {
	color: inherit;
	text-decoration: none;
	}
	
a:visited {
	color: inherit;
	text-decoration: none;
	}
	
a:active {
	color: inherit;
	text-decoration: none;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

h1 a:hover { 	background:#000000;}
h2 a:hover { 	background:#000000;}
h3 a:hover { 	background:#000000;}
h4 a:hover { 	background:#000000;}