
#mainIndex{
	z-index: 3;
	position: relative;
	top:80px;
	width: px;
	height: px;
	margin: 0 auto;
}

#imgMain {
	z-index: 4;
	position: absolute;
	top:px;
	left:px;
	width: 700pxpx;
	height: 438pxpx;
	background-image: url("../img/index.jpg");
	background-color: #000000;
	border: 1px solid #3E3E3E;
}


#footerMain{
	z-index: 4;
	position: absolute;
	top:px;
	left:15px;
	width: px;
	height: 205px;
}

.cCopyrigth {
	z-index: 4;
	top: px;
	width: px;
	left: 15px;
	color: #C3BFB2;
	font-size: 0.7em;
	text-align: left;
}

#lineSep {
	z-index: 10;
	position: relative;
	top: px;
	width: px;
	height: 10px;
	margin: auto;
	border-bottom: 1px solid #C3BFB2;
}


/* Shadow CSS bloc */

/* 1 - Définition des blocs principaux */
#shadow {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width:px;
	height:px; 
}

#shadowTop {
	position: relative;
	width:px;
	height: 85px;
	float:left;
}

#shadowBottom {
	position: relative;
	width:px;
	height: 105px;
	float:left;
}

#shadowMiddle {
	position: relative;
	float:left;
	width:px;
	height: 438pxpx;
}

/* 2 - Définition des blocs secondaires Haut */
#shwImgHl {
	position: relative;
	float:left;
	width: 85px;
	height: 85px;
	background-image: url('../img/shadowImages2/shwImgHg.png');
}

#shwImgHm{
	position: relative;
	float:left;
	width: 700pxpx;
	height: 85px;
	background-image: url('../img/shadowImages2/shwImgTop.png');	
	background-repeat:repeat-x;
	
}
#shwImgHr{
	position: relative;
	float:left;
	width: 85px;
	height: 85px;
	background-image: url('../img/shadowImages2/shwImgHd.png');
	
}

/* 3 - Définition des blocs milieu */
#shwImgMl{
	position: relative;
	float:left;
	width: 85px;
	height: 438pxpx;
	background-image: url('../img/shadowImages2/shwImgLeft.png');
	background-repeat:repeat-y;
}
#shwImgMm{
	position: relative;
	float:left;
	width: 700pxpx;
	height: 438pxpx;
	background-color: #ffffff;
	
}
#shwImgMr{
	position: relative;
	float:left;
	width: 85px;
	height: 438pxpx;
	background-image: url('../img/shadowImages2/shwImgRigth.png');
	background-repeat:repeat-y;	
}

/* 4 - Définition des blocs milieu */
#shwImgBl{
	position: relative;
	float:left;
	width: 85px;
	height: 105px;
	background-image: url('../img/shadowImages2/shwImgBg.png');
	
}
#shwImgBm{
	position: relative;
	float:left;
	width: 700pxpx;
	height: 105px;
	background-image: url('../img/shadowImages2/shwImgBottom.png');	
	background-repeat:repeat-x;	
}
#shwImgBr{
	position: relative;
	float:left;
	width: 85px;
	height: 105px;
	background-image: url('../img/shadowImages2/shwImgBd.png');
}




