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

#distributionText {
	left:0px; 
	top:0px;
	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;*/
}

#distributionNav {
	left:0px; 
	top:0px;
	position:absolute; 
	z-index:10;
	width:230px;
	height:180px;
	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(); }
*/