@charset "utf-8";

/* CSS Document */



.ContainerScroll 
{
	position: absolute;
	top: 167px;
	left: 334px;
	width: 379px;
	height: 354px;
	overflow:hidden;

}

#nouvelle.ContainerScroll 
{
	position: absolute;
	top: 195px;
	left: 45px;
	width: 490px;
	height: 340px;

}
#Scroller-1
{
	position: absolute;
	overflow: hidden;
	width:330px;
	height:700px;
	
}



#Scroller-1 p
{
	margin: 0;
	padding: 0 16px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	
}

#Scroller-1 ul
{
	margin:0;
	padding:0 0 0 24px;
}

#Scroller-1 li
{
	margin:0;
	padding:0 20px 0 6px;
}

.Scroller-Container
{
	position: absolute;
	top: 5px;
	left: 2px;
}

.Scrollbar-Track
{
	width: 5px;
	height: 354px;
	position: absolute;
	top: 167px;
	left: 713px;
	background-color: #0082c8;
}

.Scrollbar-Handle
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 40px;
	background-color: #231f20;
}

.ContainerScroll
{
width: 350px; 
height: 340px; 
overflow: auto; 
padding: 5px;
}


