@charset "utf-8";
body {
	font-family: "Myriad Pro";
	font-size: 0.9em;
	line-height: 1.3em;
	color: #000;
	font-weight: lighter;
}
/* CSS Document */

#container {
	width: 700px;
	overflow: hidden;
	background-color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 590px;
	padding: 30px;
}
#banner {
	font-family: "Myriad Pro";
	font-size: 24px;
	font-style: normal;
	color: #990000;
	height: 50px;
	padding-top: 20px;
	font-weight: normal;
}
#main_image {
	background-image: none;
	height: 300px;
	width: 623px;
}
#stage2 {
	position: relative;
	left: 60px;
	width: 640px;
}
#stage3 {
	position: relative;
	width: 580px;
	left: 120px;
}
#stage4 {
	position: relative;
	width: 520px;
	left: 180px;
}
#stage5 {
	position: relative;
	left: 240px;
	width: 460px;
}
#stage6 {
	position: relative;
	width: 340px;
	left: 300px;
}
#fonds {
	height: 70px;
	padding-top: 10px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	position: relative;
	top: 10px;
}
