#flash {
	width: 960px;
	height: 397px;
	padding: 0;
	margin: 0;
}

#flash img{
	width: 960px;
	height: 397px;
}

#trouver a {
	display: block;
	width: 960px;
	height: 89px;
	background: url(../images/trouver.jpg) bottom no-repeat;
}

#trouver a:hover{
	background-position: top;
}

#phases {
	width: 960px;
	height: 286px;
}

#phase3 {
	position: relative;
	float: left;
	width: 480px;
	height: 286px;
}

#phase3 a{
	display: block;
	width: 480px;
	height: 286px;
	background: url(../images/phase3.jpg) bottom no-repeat;
}

#phase4 {
	position: relative;
	float: left;
	width: 480px;
	height: 286px;
}

#phase4 a{
	display: block;
	width: 480px;
	height: 286px;
	background: url(../images/phase4.jpg) bottom no-repeat;
}

#phase3 a:hover, #phase4 a:hover {
	background-position: top;
}