#topnav {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 941px;
	height: 23px;
	overflow: hidden;
}
#topnav a {
	display: block;
	background-image: url(../images/top_nav_fr.gif);
	padding-top: 46px; /* same as height of #topnav */
	text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}
#topnav li {
	float: left;
}

#topnav li {
	float: left;
}
#topnav-home {
	width: 134px;
}
#topnav-home:hover {
	background-position: 0px -24px;
}
#topnav-home:focus {
	background-position: 0px -24px;
}
#topnav-home:active {
	background-position: 0px -24px;
}

#topnav-concept {
	width: 158px;
	background-position: -134px 0;
}
#topnav-concept:hover {
	background-position: -134px -24px;
}
#topnav-concept:focus {
	background-position: -134px -24px;
}
#topnav-concept:active {
	background-position: -134px -24px;
}

#topnav-question {
	width: 173px;
	background-position: -292px 0;
}
#topnav-question:hover {
	background-position: -292px -24px;
}

#topnav-resto {
	width: 127px;
	background-position: -465px 0;
}
#topnav-resto:hover {
	background-position: -465px -24px;
}

#topnav-contact {
	width: 85px;
	background-position: -592px 0;
}
#topnav-contact:hover {
	background-position: -592px -24px;
}

#topnav-space2 {
	width: 117px;
	background-position: -677px 0;
}
#topnav-space2:hover {
	background-position: -677px -24px;
}

#topnav-lang_fr {
	width: 68px;
	background-position: -794px 0;
}
#topnav-lang_fr:hover {
	background-position: -794px -24px;
}

#topnav-lang_en {
	width: 79px;
	background-position: -862px 0;
}
#topnav-lang_en:hover {
	background-position: -862px -24px;
}

