﻿/****************** Elements de présentation spécifiques aux pages type home (sans colonne de menu fixe à droite). Elle ne doit être appelée que sur ces pages ******************/


/** STRUCTURE **/
#lcmCenter
{
	height:640px;
	overflow:hidden;
}

/*  Partie de gauche dans le "corps" de la page  */
#lcmContent #lcmLeft{
	width:1000px;	
	height:477px;
}
#lcmContent #lcmLeft #lcmNav{
	width:750px;
}
#lcmCenter #lcmContent #lcmLeft #lcmCentralContent{
	width:1000px;
	height:458px;
	z-index:399;
}
#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 **/
#lcmMyL{
	width:22px;
	height:458px;	
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:4000;
	overflow:hidden;
}
#lcmRightTop{
	width:250px;
	height:19px;
	display:block;
	position:absolute;
	left:750px;
	top:108px;
	z-index:4001;
}
#mylIframe{
	width:0px;
	height:458px;
	display:none;
	position:absolute;
	left:0;
	top:0;
	background-color:#4E5761;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	z-index:3999;
	overflow:hidden;
}

#legend{
z-index:1;
}