@charset "UTF-8";
#menu {
	position: fixed;
	width: 150px;
	left: 20px;
	top: 20px;
	z-index: 3;
}
#splash {
	position: fixed;
	z-index: 1;
	overflow: hidden;
	height: 500px;
	width: 800px;
	left: 300px;
	top: 100px;
}
#bio {
	position: absolute;
	width: 600px;
	left: 210px;
	top: 130px;
	z-index: 3;
}
#portfolio {
	position: absolute;
	left: 210px;
	top: 130px;
	z-index: 3;
	width: 700px;
}
#bg {
	background-image: url(images/sheet1.png);
	position: fixed;
	z-index: 1;
	width: 1000px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 800px;
	background-repeat: no-repeat;
	background-position: left top;
}
#bgindex {
	background-image: url(images/sheet1.png);
	position: fixed;
	z-index: 2;
	width: 300px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 400px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#description {
	position: absolute;
	width: 200px;
	top: 130px;
	z-index: 4;
	left: 930px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #E22E2D;
	line-height: 20px;
	font-style: normal;
	text-decoration: none;
}
.Titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	font-style: italic;
	line-height: 22px;
	margin-top: 0px;
}
.TexteBlack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	font-style: normal;
}
.TitreRouge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #E22E2D;
	font-style: italic;
	line-height: 18px;
}
.TexteDescription {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	font-style: normal;
}
.imgEspace {
	padding-bottom: 10px;
}

