body {
	margin: 0px;
	padding: 0px;
	color: #FEFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}

h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

h4 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 8px;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#Infos_Bulle {
	padding: 5px;
	visibility: hidden;
	position: absolute;
	border: 1px solid;
	max-width: 350px;
	color: #FFFFFF;
	border-color: #F3E5CA;
	background-color: #DF9D47;
}

#Bulle1 {
	position: relative;
	left: 63px;
	top: 168px;
	width: 62px;
	height: 62px;
	cursor: pointer;
	background-color: transparent;
}

#Bulle2 {
	position: relative;
	left: 139px;
	top: 137px;
	width: 51px;
	height: 51px;
	cursor: pointer;
	background-color: transparent;
}

#Bulle3 {
	position: relative;
	left: 19px;
	top: 134px;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background-color: transparent;
}

#Bulle4 {
	position: relative;
	left: 82px;
	top: 92px;
	width: 86px;
	height: 86px;
	cursor: pointer;
	background-color: transparent;
}

#Bulle5 {
	position: relative;
	left: 137px;
	top: 104px;
	width: 44px;
	height: 44px;
	cursor: pointer;
	background-color: transparent;
}

#Zone_Site {
	width: 800px;
	height: 600px;
	background:url('Image/Fond.jpg');
	background-repeat: no-repeat;
	margin: auto;
}

#Zone_Content {
	position: relative;
	left: 360px;
	max-width: 430px;
	bottom: 155px;
	padding: 0px;
	margin: 0px;
}

#Zone_Gauche {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#Zone_Text {
	width: 425px;
	height: 300px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	text-align: justify;
}


#UpArrow {
	position: relative;
	bottom: 460px;
	left: 750px;
	width: 10px;
	height: 5px;
	padding: 0px;
	font-size: 0px;
	cursor: pointer;
	background:url('Image/Up.gif');
}

#DownArrow {
	position: relative;
	bottom: 465px;
	left: 760px;
	width: 10px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	cursor: pointer;
	background:url('Image/Down.gif');
}

#Langue_FR {
	left: 5px;
	border: 0px;
	margin: 0px;
	width: 18px;
	height: 12px;
	padding: 0px;
	bottom: 285px;
	display: block;
	position: relative;
	background:url('Image/FR.gif');
}

#Langue_US {
	left: 28px;
	border: 0px;
	margin: 0px;
	width: 18px;
	height: 12px;
	padding: 0px;
	bottom: 297px;
	display: block;
	position: relative;
	background:url('Image/UK.gif');
}
