
		#scroll{
			position: absolute;
			width:430px;
			height: 200px;
			margin: 20px 0 5px 0;
			right: 50px;
			overflow: hidden;
			
		}	
		
		html:not([lang*=""]) #scroll {
			position: absolute;
			width:430px;
			height: 200px;
			margin: 20px -90px 5px 0;
			overflow: hidden;
		}
		
		#datacontainer {
			position: absolute;
			padding: 10px;
			width: 420px;
		}
		
		#fond_scroll {
			position: absolute;
			width:430px;
			height: 200px;
			left:340px;
			margin: 10px 0 0 0;
			background: #ffffff url(../images/fond_deroule.jpg) no-repeat center;
		}
		
		#fond_scroll_2 {
			position: absolute;
			right: 30px;
			top: 500px;
			background: #ffffff url(../images/fond_deroule.jpg) no-repeat center;
			width:380px;
			height: 250px;
		}
		
		#scroll_2{
			position: absolute;
			width:380px;
			height: 320px;
			margin: 0px 0px 5px 20px;
			overflow: hidden;
		}	
		
		#datacontainer_2 {
			position: absolute;
			padding: 10px;
			width: 320px;
		}
		
		
		.scrolling {
			width: 420px;
			margin: 0 0 0 80px;
			text-align:center;
		}
		
		.scrolling_2 {
			width: 350px;
			text-align:center;
		}
		
		#scrolling_2 {
			width: 350px;
			text-align:center;
		}
		