/* LAYERS ######################################################################### */
/* pour le positionnement des layers
___________________________________________________________________________________ */

#presseLinks {
	left:0px; 
	top:0px;
	position:absolute; 
	z-index:10;
	width:230px;
	height:280px;
	overflow:auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;

	/*visibility:hidden;*/
}
/*
#cellMain { background-color:#000000;
background-image:url(); }
*/

#presseText {
	left:0px;
	top:50px;
	position:absolute;
	z-index:10;
	width:360px;
	height:280px;
	overflow:auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;

	/*visibility:hidden;*/
}
