#up, #down {
	position:relative;
	width:10px;
	height:15px;
	z-index: 3;
	border:1px solid #000;
	border-top:0;
	background-color:#3c0722;
}

#track {
	position:relative;
	width:10px;
	height:335px;
	z-index: 1;
	background:#3c0722;
	border:1px solid #000;
	border-bottom:0;
}

#drag {
	position:absolute;
	width:12px;
	height:20%;
	background-color:#893B44;
	z-index: 2;
	cursor: n-resize;
}

#container {
	position:absolute;
	width:490px;
	height:370px; 
	padding:0;
	clip:rect(0,500px,370px,0);
	overflow:hidden;
}
.liste-presse #container { width:490px;}
.liste-coeur #container { width:490px;}


#content {
	position:absolute;
	width:490px;
}



