.fond {
	background-image: url(img/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.book {
	background-image: url(img/book_off.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 88px;
	position: absolute;
	left: 353px;
	top: 242px;
}
a.book:hover {
	background-image: url(img/book_on.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 101px;
	position: absolute;
	left: 340px;
	top: 242px;
}
.book_on{
	background-image: url(img/book_on.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 101px;
	position: absolute;
	left: 340px;
	top: 242px;
}
.liens {
	background-image: url(img/liens_off.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 46px;
	position: absolute;
	left: 331px;
	top: 292px;
}
a.liens:hover {
	background-image: url(img/liens_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 62px;
	position: absolute;
	left: 331px;
	top: 292px;
}
.liens_on{
	background-image: url(img/liens_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 62px;
	position: absolute;
	left: 331px;
	top: 292px;
}
.cv {
	background-image: url(img/cv_off.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 41px;
	position: absolute;
	left: 405px;
	top: 319px;
}
a.cv:hover {
	background-image: url(img/cv_on.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 56px;
	position: absolute;
	left: 405px;
	top: 319px;
}
.cv_on {
	background-image: url(img/cv_on.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 56px;
	position: absolute;
	left: 405px;
	top: 319px;
}
.qui_suis_je {
	background-image: url(img/qui_suis_je_off.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 87px;
	position: absolute;
	left: 321px;
	top: 362px;
}
a.qui_suis_je:hover {
	background-image: url(img/qui_suis_je_on.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 103px;
	position: absolute;
	left: 305px;
	top: 361px;
}
.contact {
	background-image: url(img/contact_off.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 53px;
	position: absolute;
	left: 402px;
	top: 406px;
}
a.contact:hover {
	background-image: url(img/contact_on.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 68px;
	position: absolute;
	left: 387px;
	top: 404px;
}
.contact_on {
	background-image: url(img/contact_on.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 68px;
	position: absolute;
	left: 387px;
	top: 404px;
}
