* {
	margin: 0;
	padding: 0;
}
		
body, html {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

body {
	text-align: center;
}

#page a, #page h1 {
	position: absolute;
	font-size: 0.1em;
	z-index: 10;
}

li {
	list-style: none;
}
/* cadre principal */
#page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}

#loading {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 16px;
	height: 16px;
	top: 100px;
	background-image: url(loading.gif);
	display: none;
}

/* Remplissage */

#top {
	position: absolute;
	width: 817px;
	height: 64px;
	left: 0px;
	top: 0px;
	background-image: url(top.png);
}

#stars {
	position: absolute;
	width: 270px;
	height: 164px;
	left: 144px;
	top: 64px;
	background-image: url(stars.png);
}

#sky {
	position: absolute;
	width: 144px;
	height: 65px;
	left: 0px;
	top: 163px;
	background-image: url(sky.png);
}

#grow {
	position: absolute;
	width: 227px;
	height: 158px;
	left: 187px;
	top: 228px;
	background-image: url(grow.png);
}

#grown {
	position: absolute;
	width: 399px;
	height: 398px;
	left: 414px;
	top: 64px;
	background-image: url(grown.png);
}

#newsletter {
	position: absolute;
	top: 610px;
	left: 0px;
	font-family: Verdana, Arial, sans-serif;
}

#blog {
	position: absolute;
	top: 610px;
	right: 215px;
	font-family: Verdana, Arial, sans-serif;
}

#graduation-text {
	position: absolute;
	left: 360px;
	top: 130px;
	z-index: 20;
}

#follow-text {
	position: absolute;
	left: 470px;
	top: 110px;
	z-index: 20;
}

/* Nom */
h1.name {
	width: 817px;
	height: 64px;
	left: 0px;
	top: 530px;
	background-image: url(name.png);
}

/* Liens */

a.links {
	width: 144px;
	height: 99px;
	left: 0px;
	top: 64px;
	background-image: url(links.png);
}

a.links:hover {
	background-image: url(links_hover.png);
}


a.shop {
	width: 414px;
	height: 144px;
	left: 0px;
	top: 386px;
	background-image: url(shop.png);
}

a.shop:hover {
	background-image: url(shop_hover.png);
}


a.cv {
	width: 187px;
	height: 158px;
	left: 0px;
	top: 228px;
	background-image: url(cv.png);
}

a.cv:hover {
	background-image: url(cv_hover.png);
}


a.graduation {
	width: 108px;
	height: 308px;
	left: 414px;
	top: 154px;
	background-image: url(graduation.png);
}

a.graduation:hover {
	background-image: url(graduation_hover.png);
}


a.follow {
	width: 170px;
	height: 311px;
	left: 550px;
	top: 151px;
	background-image: url(follow.png);
}

a.follow:hover {
	background-image: url(follow_hover.png);
}

.link, .link a, .link a:visited, .link a:hover {
	color: #555555;
	text-align: center;
	font-family:Helvetica,Arial,sans-serif;
	text-decoration: none;
	font-size:1.2em;
}

.bloglink, .bloglink a, .bloglink a:visited, .bloglink a:hover {
	color: #00ccff;
	text-align: center;
	font-family:Helvetica,Arial,sans-serif;
	font-size:18em;
}

.link {
	font-size:0.8em;
}

.link a:hover {
	color: #000000;
}
