img { border:0; }

/* Fond du site */
body { 
	margin:0 auto; padding:0; 
	background:transparent url('../../images/body/body-bg.jpg');
	text-align:center;
}

div {
	margin:0; padding:0;	
}

#global {
	position:relative;
	width:910px;
	margin:0 auto; padding-top:322px;
	text-align:left;	
}

#content {	
	width:100%;
	margin:0 auto;
}


.shadow-top {
	width:100%; height:8px; 	
	font-size:0em;
	background:url('../../images/common/common-shadow-top-right.jpg') no-repeat right;
}
.shadow-middle {
	z-index:-1;
	width:100%; height:100%;
	font-size:0em;
	background:url('../../images/common/common-shadow-y.jpg') repeat-y right top;
}
.shadow-bot {
	position:relative; z-index:-1;
	overflow:hidden;
	width:100%;	height:8px;
	font-size:0em;	
	background:url('../../images/common/common-shadow-x.jpg') repeat-x left top;
}
.shadow-bot-left {	
	float:left;
	width:8px; height:8px;
	font-size:0em;	
	background:transparent url('../../images/common/common-shadow-bot-left.jpg') no-repeat;
}
.shadow-bot-right {
	float:right;
	width:8px; height:8px;
	font-size:0em;	
	background:transparent url('../../images/common/common-shadow-bot-right.jpg') no-repeat;
}

