/*
Styles pour la gestion de l'accueil
*/
#conteneurAccueil {
	height:480px;
	text-align:center;
}
#flottanteNord{
	width:250px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#ligneCentrale{
	width:700px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}

#flottanteOuest{
	width:250px;
	height:200px;
	float:left;
}

#flottanteCentre{
	width:200px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	text-align: center;
}

#flottanteEst{
	width:250px;
	height:200px;
	float:right;
}

