.menu3 {
	width: 125px;
	height: 120px;
	position: relative;
	top: -140px;
}
.accueil{
	display: block;
	height: 27px;
	width: 98px;
	background: url(images/home1.gif) left top no-repeat;
	list-style: none;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: -25px;
}
.accueil a{
	display: block;
	height: 27px;
	width: 98px;
	background: url(images/home1.gif) left top no-repeat;
}
.accueil a:hover{
	background: url(images/home2.gif) left top no-repeat;
}
.contact{
	display: block;
	height: 27px;
	width: 98px;
	background: url(images/contact1.gif) left top no-repeat;
	list-style: none;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: -25px;
}
.contact a{
	display: block;
	height: 27px;
	width: 98px;
	background: url(images/contact1.gif) left top no-repeat;
}
.contact a:hover{
	background: url(images/contact2.gif) left top no-repeat;
}
.partenaires{
	display: block;
	height: 27px;
	width: 98px;
	background: url(images/partners1.gif) left top no-repeat;
	list-style: none;
	margin-top: -10px;
	margin-left: -25px;
}
.partenaires a{
	display: block;
	height: 27px;
	width: 98px;
	background: url(images/partners1.gif) left top no-repeat;
}
.partenaires a:hover{
	background: url(images/partners2.gif) left top no-repeat;
}