/* CSS Document */

.accueil, .notre_compagnie, .amphibex, .contact {
	display: block;
	height:23px;
	font-size:0px;
	text-indent: -10000px;
	overflow: hidden;	
}

.accueil{
	width:55px;
	background:url(../img/fr_FR/home.gif) transparent top left;
}

.accueil:hover{
	background-position:bottom left;
}

.notre_compagnie{
	width:111px;
	background:url(../img/fr_FR/company.gif) transparent top left;
}

.notre_compagnie:hover{
	background-position:bottom left;
}

.amphibex{
	width:75px;
	background:url(../img/fr_FR/amphibex.gif) transparent top left;
}

.amphibex:hover{
	background-position:bottom left;
}

.contact{
	width:61px;
	background:url(../img/fr_FR/contact.gif) transparent top left;
}

.contact:hover{
	background-position:bottom left;
}

