/* 
    Document   : layers
    Created on : 24 févr. 2010, 12:03:03
    Author     : jsamson
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#Layer1 {
	position:absolute;
	left:30px;
	top:400px;
	width:148px;
	height:220;
	z-index:1;
	background-color: #FFFAB8;
	visibility: hidden;
}

/* Layer PANIER */
#Layer3 {
	position:absolute;
	left:30%;
	top:30%;
	width:454px;
	height:130px;
	z-index:2;
	visibility: hidden;
}

/* Layer CATALOGUE */
#Layer4 {
	position:absolute;
	left:21%;
	top:240px;
	width:283px;
	height:408px;
	z-index:0;
}

#Layer5 {
	position:absolute;
	left:15px;
	top:528px;
	width:148px;
	height:280px;
	z-index:0;
}

/* Layer ANIMATION ACCUEIL */
#Layer6 {
	position:relative;
/*	left:190px;
	top:173px;*/
	width:595px;
	height:220px;
	margin:0 auto;
	z-index:0;
}

