@charset "utf-8";
/* CSS Document */
div.scrollable_cgv, div.scrollable_mentions {
	/* required settings */ 
    position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */ 
    height: 410px;
	width: 90%;/*border:solid 1px #888;*/
	/*padding:20px;*/
	/*margin-left:20px;*/
	/**/
	font-size:1.1em;
}
/* root element for scrollable items */ 
div.scrollable_cgv div.items,  div.scrollable_mentions div.items{
	position:absolute;
	/* this time we have very large space for the height */ 
    height:20000em;
}
/*



*/
div.scrollable_techno {
	/* required settings */ 
    position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */ 
    height: 415px;
	width: 95%;/*border:solid 1px #888;*/
	/*margin-left:10px;*/
		/**/
	font-size:1.1em;
}
/* root element for scrollable items */ 
div.scrollable_techno div.items {
	position:absolute;
	/* this time we have very large space for the height */ 
    height:20000em;
}
/*



*/
.prevPage {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	cursor:pointer;
	/**/
	padding:10px;
	padding-top:0;
}
.nextPage {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	cursor:pointer;
	/**/
	padding:10px;
	padding-bottom:0;
}



