body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background-color: #fff;*/
	background: url(/images/bg.jpg) repeat top left;
	margin: 0;
	padding: 0;
}

#wait {
	position: absolute;
	bottom: 100px;
	right: 150px;
}

h1 .p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #440c00;
	margin: 0;
	text-shadow: #000 4px 0px 10px;
}
h1 .n {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #440c00;
	margin: 0;
	text-shadow: #000 -4px 0px 10px;
}

.copy {
	filter:alpha(opacity=20); 
	opacity:0.2; 
	-moz-opacity:0.2;
	color: #fff;
	font-size: 22px;
	float: right;
}

#accroche {
	width: 600px;
	margin: 250px auto 0 auto;
	filter:alpha(opacity=5); 
	opacity:0.05; 
	-moz-opacity:0.05;
	color: #fff;
	font-size: 60px;
	text-align: center;
}