@CHARSET "ISO-8859-1";

#body {
	color: white;
	background-color: black;
}

#header {
	padding: 25px;
	font-size: 30px;
	text-align: center;
	font-family: sans-serif;
	color: white;
	background-color: black;
}

#main {
	font-size: 15px;
	font-weight: bold;
	padding: 40px;
	text-align: justify;
	font-family: sans-serif;
	color: white;
	background-color: black;
}

.inset {
	padding: 0px 80px 0px 80px;
}

.imageXYZ {
	float: right;
	padding: 5px;
	width: 300px;
	height: 300px;
}

.mapping {
	padding: 50px;
}

.title{
	font-family: sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 40px;
	text-decoration: underline;
	padding: 75px 0 50px 10px;
}

.textLine{
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 5px 30px;
}

.animMenuHeader{
	padding: 0px 50px 0px 50px;
	height: 100px;
}

.menuHoriText{
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	text-align: center;
	top: -90px;
	cursor: pointer;
}

.mapping_title {
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
}

.mapping_body {
	font-size: 15px;
	font-weight: bold;
	padding: 20px;
	font-family: monospace;
	color: white;
	background-color: black;
}

.nb {
	font-family: sans-serif;
	font-size: 12px;
	font-style: italic;	
	font-weight: bold;
}

.oneAnimation{
	padding-bottom: 70px;
}

.textOneAnimation{
	font-family: sans-serif;
	font-size: 15px;
	text-align: justify;
	padding-left: 150px;
	padding-top: 40px;
}

.animation{
	width: 100px;
	height: 100px;
	float: left;
	padding: 20px;
}

.rawFileIcon{
	width: 39px;
	height: 48px;
	float: right;
	padding: 50px 20px 20px 20px;
}

