adiv {
	border: 1px dotted red;
}
#apDivPageCenter {
	position:absolute;
	left:50%;
	top:0px;
	width:950px;
	height:876px;
	z-index:2;
	margin-left: -475px;
	background-image: url(../liens/img/fond.jpg);
}
#apDivPage {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:1;
}
#apDivDetailLiens {
	top: 386px;
	z-index: 2000;
	position: absolute;
	left: 51px;
	width: 851px;
}
#apDivScrollArea {
	width:850px;
	height:432px;
	z-index:2;
	overflow: hidden;
	padding-bottom:60px;
}
#apDivScrollText {
	width:468px;
	z-index:1200;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#apDivScrollText {
	height:464px;
	font-size: 115%;
}
#apDivScrollBar {
	width:6px;
	float:left;
	z-index:1100;
	height: 450px;
	background-color: white;
	margin-right: 8px;
	margin-left: 8px;
	padding-bottom:40px;
}
#apDivScrollThumb {
	width:22px;
	height:21px;
	z-index:1100;
	margin-left: -8px;
}
.apDivLiens {
	padding: 15px;
	height: 120px;
}
.apDivSepLiens {
	clear: both;
	height:2px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	float:left;
	background-color: white;
}
.lien:hover {
	color: #008080;
}
.lien {
//	font-weight:bold;
	clear:both;
	color:#2f4f4f;
	text-decoration: none;
	padding-right:25px;
//	background-image:url(../img/boulelien.png);
//	background-position:right;
//	background-repeat:no-repeat;
}
body {
	background-color: #030907;
}

