/*********************** LAYER SECTION SECTION *************************/
/** Background class for all layers (mode >0) **/
div.layerBkgClass{
	position:fixed;
	top:7%;
	left:30%;
	height:420px;
	width:580px;
}
/** Common closing bottom section: **/   /** 500 x  30**/
#layerStdBottomDiv{
	position:absolute;
	top:350px;
	left:40px;
	height:20px;
	width:490px;
	padding:5px; 
}

/******----- In Presentation / Messages modes (1,3) -----------****/

#layerPresTopDiv{                /** 500 x 90 **/
	position:absolute;
	top:40px;
	left:40px;
	height:90px;
	width:500px;
	padding:0px;
}
#layerPresTopLeftDiv{                      /**** 90 x 90 ****/
	position:absolute;
	top:0px;
	left:0px;
	height:80px;
	width:80px;
        padding:5px; 
	text-align:left;
}
#layerPresTopRightDiv{                      /**** 410 x 90 ****/
	position:absolute;
	top:0px;
	left:90px;
	height:80px;
	width:400px;
	padding:5px;
	text-align:left;
}
#layerPresCenterDiv{              /** 500 x 220 **/
	position:absolute;
	top:130px;
	left:40px;
	height:210px;
	width:490px;
	padding:5px;
	text-align:left;
}


/******----- Contact / Point de vente (Modes 4 and 5) -----------****/

#layerContactTopDiv{        /** 500 x 50 **/
	position:absolute;
	top:40px;
        left:40px;
	height:50px;
	width:500px;
        padding:0px;
}

#layerContactCenterDiv{      /** 500 x 260 **/
	position:absolute;
	top:90px;
        left:40px;
	height:240px;
	width:480px;
	padding:10px;
}

#layerContactC11Div{                   /**** 250 x 130 ****/
	position:absolute;
	top:0px;
	left:0px;
	height:130px;
	width:240px;
	padding:0px 5px 0px 5px;
}

#layerContactC21Div{                   /**** 250 x 130 ****/
	position:absolute;
	top:130px;
	left:0px;
	height:130px;
	width:240px;
	padding:0px 5px 0px 5px;
}

#layerContactC12Div{                   /**** 250 x 130 ****/
	position:absolute;
	top:0px;
	left:250px;
	height:130px;
	width:240px;
	padding:0px 5px 0px 5px;
}

#layerContactC22Div{                   /**** 250 x 130 ****/
	position:absolute;
	top:130px;
	left:250px;
	height:130px;
	width:240px;
	padding:0px 5px 0px 5px;
}


/******----- Products  (Mode 2)-----------****/

#layerProductsLeftDiv{         /**** 110 x 340 ****/
	position:absolute;
	top:40px;
	left:40px;
	height:330px;
	width:100px;
	padding:5px; 
}

#layerProductsRight1Div{     /**** 390 x 290 ****/
	position:absolute;
	top:40px;
	left:150px;
	height:260px;
	width:360px;
	padding:15px; 
}

#layerProductsRight2Div{    /**** 390 x 50 ****/
	position:absolute;
	top:330px;
	left:150px;
	height:20px;
	width:360px;
	padding:15px; 
}

