/*======================================================================
=============================== SYSTEM =================================
========================================================================
*/
BODY
{	-background-color	:blue;
	overflow			:hidden;
	z-Index				:1;
	background-attachment	:fixed;
	margin					:0px;
	padding					:0px;
}
*#eStoryPopUpContent,
*#eStoryPopUpLeftMenu
{	position			:absolute;
}
*#eStoryPopUpContent
{	-background-color	:yellow;
	z-Index				:2;
	overflow			:auto;
	top					:0px;
	left				:136px;
	/*=================================
		FOR TRUE BROWSERS (Firefox, ..)
		- Must be first -
	*/
	bottom	:0px;
	right	:0px;
	/*=================================
		FOR MICROSOFT INTERNET EXPLORER
		- Must be second -
	*/
	width	:expression(this.offsetParent.clientWidth-136+'px');
	height	:expression(this.offsetParent.clientHeight+'px');
	/*===============================*/
}
*#eStoryPopUpLeftMenu
{	-background-color	:lime;
	z-Index				:3;
	top					:8px;
	left				:8px;
	width				:128px;
}
/*======================================================================
=========================== MISE EN FORME  =============================
========================================================================
*/
BODY
{	background-color	:white;
	background-image	:url(../_IMG/_STORY/Story_Fond_2006_v1.00_1280x701px.jpg);
	background-repeat	:no-repeat;
	background-position	:center bottom;
}
.cssStoryPopUpLeftMenu,
.cssStoryPopUpLeftMenu *
{	font-family			:Arial!important;
	font-size			:10px!important;
	white-space			:nowrap!important;
	color				:#0000AA!important;
	text-align			:center;
}
.cssStoryPopUpLeftMenu
{	/*
	background-color	:#EEEEEE!important;
	*/
	border				:1px solid #CCCCCC!important;
	background-color	:transparent!important;
	background-image	:url('../_IMG/_STORY/Story_MenuBG_2009_v1.00_32x32px.png');
}
.cssStoryPopUpLeftMenu CAPTION
{	font-weight		:bold;
	padding-bottom	:12px;
	padding-top		:12px;
}
.cssStoryPopUpLeftMenu TD
{	padding			:0px;
}
.cssStoryPopUpLeftMenu A
{	font-size		:11px;
	font-weight		:bold;
	text-decoration	:none;
	color			:#4466FF;
}
.cssStoryPopUpLeftMenu A:HOVER
{	text-decoration	:underline;
	color			:#88BBFF;
}

