#main {
	background-image: url(../readme/main-contact.jpg);
	background-position: center;
	height: 549px;
	position: relative;
}

#team {
	left: 32px;
	top: 423px;
	width: 206px;
	height: 48px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#team:hover {
	border: 3px solid black;
}

#nolwenn {
	left: 299px;
	top: 53px;
	width: 159px;
	height: 50px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#nolwenn:hover {
	border: 3px solid black;
}

#acknowledgments {
	left: 491px;
	top: 464px;
	width: 206px;
	height: 54px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#acknowledgments:hover {
	border: 3px solid black;
}
#page_bottom {
	bottom: 10px;
	left: 10px;
	position: absolute;
}

#footer {
	background-image: url(../readme/header-contact.jpg);
	background-position: 0 0;
}
