/* CSS Document */
body {
	margin:0;
	padding:0;
	width: 100%;	
	background-color:#000000;
	background-image: url(../images/interface/body2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:auto !important;
	height:100%;
	min-height:100%;	
	}
	
#global {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
}

#header {
	height: 128px;
	width: 100%;
	position: relative;
}

#content {
	margin-left:393px;
	width: 562px;
	position: relative;
	height:auto !important;
	height:100%;
	min-height:520px;
}

#footer {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

/* Header */
#header h1 {
	position: absolute;
	left: 66px;
	top: 0;
	margin:0;
	padding:0;
}
#header h1 a{
	text-indent:-9999px;
	height:84px;
	width:290px;
	background-image: url(../images/interface/h1_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
	display:block;
}
#nav {
	height: 128px;
	width: 556px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#nav2 {
	height: 142px;
	width: 90px;
	position: absolute;
	top: 110px;
	left: 66px;
}
#nav3 {
	width: 200px;
	height:425px;
	padding-right:7px;
	position: absolute;
	top: 110px;
	left: 157px;
	background-image: url(../images/interface/sep.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav3 a.gauche {
	text-indent:-9999px;
	height:10px;
	width:15px;
	background-image: url(../images/interface/fleche_gauche.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
	display:block;
}
#nav3 a.gauche:hover {background-image: url(../images/interface/fleche_gauche_on.jpg);}

#nav3 a.droite {
	text-indent:-9999px;
	height:10px;
	width:15px;
	background-image: url(../images/interface/fleche_droite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
	display:block;
}
#nav3 a.droite:hover {background-image: url(../images/interface/fleche_droite_on.jpg);}

#player {
	width: 562px;
	position: relative;	
}

