* {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}


html, body {
	height: 100%;
	background-color: #2C2C2C;
}
#lignehorizontale  {
	position: absolute;
	height: 1pt;
	width: 100%;
	left: 0px;
	top: 0px;
	margin-top: auto;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F90;
}

#intro {
	height: 520px;
	width: 640px;
	position: absolute;
	padding: 0px;
	float: left;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	background-image: url(images/html/fond.jpg);
	margin-top: -260px;
}




#global {
	position: relative;
	width: 920px;
	height: 110%;
	padding-top: 10px;
	padding-left: 10px;
	overflow: hidden;
}

