#floater{
	position: relative;
	left: 0px;
	width: 800px;
	margin-left:200px;
	margin-right:221px;
	z-index:100;
}
/*------------------------------------------------------------------------------------------------------------------*/
#recent {
	float:left;
	width: 116px;
	height: 149px;
	background: url(../../source/menu/recent2.png) top left no-repeat;
}
#project {
	float:left;
	width: 119px;
	height: 149px;
	background: url(../../source/menu/project2.png) top left no-repeat;
}
#web {
	float:left;
	width: 135px;
	height: 149px;
background: url(../../source/menu/web2.png) top left no-repeat;
}
#multimedia {
	float:left;
	width: 119px;
	height: 149px;
background: url(../../source/menu/multimedia2.png) top left no-repeat;
}
#contact {
	float:left;
	width: 75px;
	height: 149px;
background: url(../../source/menu/contact2.png) top left no-repeat;
}

#extras{
	float:left;
	width: 196px;
	height: 149px;
background: url(../../source/menu/extras2.png) top left no-repeat;
}



/*------------------------------------------------------------------------------------------------------------------*/
/* définition du lien qui occupera toute la place du conteneur */
#recent a {
	float:left;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../source/menu/recent1.png) top left no-repeat;
	color: #000;
}
#project a {
	float:left;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../source/menu/project1.png) top left no-repeat;
	color: #000;
}
#web a {
	float:left;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../source/menu/web1.png) top left no-repeat;
	color: #000;
}
#multimedia a {
	float:left;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../source/menu/multimedia1.png) top left no-repeat;
	color: #000;
}
#contact a {
	float:left;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../source/menu/contact1.png) top left no-repeat;
	color: #000;
}
#extras a {
	float:left;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../source/menu/extras1.png) top left no-repeat;
	color: #000;
}

/*------------------------------------------------------------------------------------------------------------------*/
#recent a:hover {
	background: transparent none;
} 
#project a:hover {
	background: transparent none;
} 
#web a:hover {
	background: transparent none;
} 
#multimedia a:hover {
	background: transparent none;
} 
#contact a:hover {
	background: transparent none;
} 
#extras a:hover {
	background: transparent none;
} 
