/****************** Elements de présentation spécifiques aux pages type animation (avec une colonne de menu fixe à droite). Elle ne doit être appelée que sur ces pages  ******************/

/** STRUCTURE **/

/*  Partie de gauche dans le "corps" de la page  */
#lcmCenter
{
	height:595px;
	overflow:hidden;
}

#lcmCenter.patchHome
{
	width:1000px;
	height:604px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-500px;
	margin-top:-308px;	
	overflow:hidden;
	display:block;	
}

#lcmContent #lcmLeft{
	width:750px;
	float:left;
}

#lcmContent #lcmLeft #lcmNav{
	width:750px;
}

#lcmCenter #lcmContent #lcmLeft #lcmCentralContent{
	width:750px;
	height:458px;
}


#lcmContent #lcmLeft #lcmCentralContent.opacity{
	width:1000px;
	height:458px;
	z-index:399;
	background-color:white;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}

/** bloc my lancôme **/
#lcmContent #lcmMyL{
	width:22px;
	height:458px;
	padding:0;
	margin:0;
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:4000;
	overflow:hidden;
}
#lcmContent #lcmRightTop{
	width:250px;
	display:block;
	position:absolute;
	left:750px;
	top:87px;
	z-index:4001;
}
#lcmContent #mylIframe{
	width:0;
	height:458px;
	display:none;
	position:absolute;
	padding:0;
	margin:0;
	left:0;
	top:0;
	background-color:#4E5761;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	z-index:3999;
	overflow:hidden;
}

/*  Partie de droite dans le "corps" de la page  */
#lcmContent #lcmRight{
	width:250px;
	height:477px;
	float:right;
	background-color:#EDEFF0;
}

#legend{
z-index:1;
}