#body-credits #container   {
	background-image: url("../images/scope/credits/credit-scope.jpg");
	background-repeat: no-repeat;
	background-position: left top
	}





/*ZONE EDITORIAL - DROITE*/

#zone-editorial          {
	text-align: right;
	position: absolute;
	top: 44px;
	right: 20px;
	width: 262px;
	height: 300px
	}



/*SCROLLING DE TEXTE*/

#box     {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 6px
	}



#up      {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 6px
	}


	
#track    {
	position: absolute;
	top: 40px;
	right: 6px;
	height: 100px
	z-index: 3
	}

	


#down     {
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 100px;
	right: 6px
	}



#contentMask           {
	position: absolute;
	z-index: 6;
	top: 0;
	right: 26px;
	width: 230px;
	height: 130px;
	overflow: hidden;
	clip: rect(0, 230px, 130px, 0)	
	}





/*BLOC CONTENANT LE TEXTE*/
#content       {
	font-style: italic;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	width: 230px
	}


#content p      {
	margin-bottom: 8px
	}

	

	
/*NOTE*/
h1   {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 15px;
	right: 50px
	}



.actif   {
	color: #9cf
	}



/*DESIGN LIENS*/

#editorial-droit a:link   {
	color: #0cf;
	text-decoration: none
	}


#editorial-droit a:visited {
	color: #0cf;
	text-decoration: none
	}

#editorial-droit a:hover  {
	color: #fff;
	text-decoration: none
	}
