img { border:0; }

/* Fond du site */
body, html {height:100%;}
html {overflow-y:scroll;}
body { 
	margin:0 auto; padding:0; 
	background:transparent url('../../images/layout/body-bg.jpg');
	text-align:center;	
	color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; font-weight:normal;
}

div {
	margin:0; padding:0;	
}

#global {
	position:relative; padding-top:65px;
	width:856px;
	margin:0 auto;
	text-align:left;
}

#content {	
	width:100%;
	margin:0 auto;
	background:transparent url('../../images/layout/content-bg.jpg') repeat-y left top;
}

#content .h2title {
	width:720px; position:relative; left:110px; margin:0; padding:50px 0 50px 0;
	font-size:18px;
	color:#E60700; text-align:center;
}

#content .h3title {
	height:24px; line-height:24px;
	margin:15px 0 15px 0; padding:0 0 0 8px;
	font-size:12px;
	color:#FFFFFF; text-align:left;
	background:#352F37;
}

.red-alt {
	color:#E60700;
	margin:0; padding:0;
}

.shadow-top {
	width:100%; height:8px; 	
	font-size:0em;
	background:url('../../images/layout/shadow-top-right.jpg') no-repeat right;
}
.shadow-middle {
	z-index:-1;
	width:100%; height:100%;
	font-size:0em;
	background:url('../../images/layout/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/layout/shadow-x.jpg') repeat-x left top;
}
.shadow-bot-left {	
	float:left;
	width:8px; height:8px;
	font-size:0em;	
	background:transparent url('../../images/layout/shadow-bot-left.jpg') no-repeat;
}
.shadow-bot-right {
	float:right;
	width:8px; height:8px;
	font-size:0em;	
	background:transparent url('../../images/layout/shadow-bot-right.jpg') no-repeat;
}


