html, html * {
/*position:relative;
	height:100%;*/
}
body {
	/*background: #b4ac9c;*/
	height:100%;
	widht:100%;
	background-color:#000000;
	/*background:url(images/background/fauteuil.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:12px;
	margin:0;
}
#fondGene {
	position:fixed;
	width:100%;
	height:100%;
	margin:0;
}
#base {
	position:absolute;
	top:50%;
	width:100%;
	height:1px;
	left:0;
	overflow:visible;
	z-index:10;
}
#center {
	position:absolute;
	top:-300px;
	width:955px;
	margin-left:-477px;
	height:580px;
	left:50%;
	z-index:11;/*border:solid #fff 1px;*/
}
#haut {
	position:absolute;
	top:10px;
	left:0;
	background:url(/images/cartoucheHaut.png) center no-repeat;
	width:100%;
	height:45px;
	z-index:100;
	text-align:center;
	line-height:42px;
	color:#808080;
}
#bas {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:45px;
	background:url(/images/cartoucheHaut.png) center no-repeat;
	z-index:101;
	text-align:center;
	line-height:42px;
	color:#808080;
}
/******************************************************************/
/******************************************************************/
#posMenu {
	position:absolute;
	bottom:35px;
	left:0;
	width:955px;
	height:auto;
	z-index:500;
}
#index {
	position:absolute;
	top:230px;
	left:36px;
	width:auto;
	height:auto;
	z-index:20;
}
#accroche {
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	height:auto;
	text-align:center;
	z-index:20;
}
#swf {
	position:absolute;
	/*background:url(/images/background/0.jpg) repeat;*/
	padding:10px;
	bottom:0;
	width:100%;
	height:100%;
	text-align:center;
	color:#000;
	z-index:0;
	margin:0;
}
#credits {
	position:absolute;
	bottom:35px;
	right:0;
	width:159px;
	height:20px;
	line-height:20px;
	text-align:center;
	z-index:110;
}

