#navigation  {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	width: 997px;
	color: #333;
	height:152px;
	position: absolute;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	
}


/*menu top.*/
#navlist ul, li {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}
#navlist ul {
	position: absolute;	/* arrière-plan général du menu */
	width: 997px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/bignav.png);
	background-repeat: no-repeat;
	background-position: -7px top;
}
#navlist li {float: left;}

#navlist li a {	/*  définitions des boutons */
font-family: Arial, Helvetica, sans-serif;
	display: block;	/* mise en block de <a> pour lui donner des dimensions */
	height: 152px;
	
	color: #fff;
	font-size: 14px;
	line-height: 152px;	/* hauteur de ligne pour éviter les paddings */
	
	font-family: Arial, serif;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*background-color: #000000;*/
}
#navlist li a:hover {
background: transparent url(../images/bignav.png) top left no-repeat;
}
/* bouton 1  */
#navlist a#lien1 { /* largeur du bouton 1 (fr) */
	width:65px;
	margin-left: 47px;
}
#navlist a#lien1:hover {
background-position: -1066px 0%;	/* décalage de l'arrière-plan */
}
#navlist #fr1 { /* definition de l'etat ici */
	
	background-position: -2028px 0%;
	background-image: url(../images/bignav.png);
	background-repeat: no-repeat;
}
/* bouton 2  */
#navlist a#lien2 {
	width:37px;
}
#navlist a#lien2:hover {
background-position: -1103px 0%;
}
#navlist #en2 {
	background-position: -2112px 0%;
	background-image: url(../images/bignav.png);
	background-repeat: no-repeat;
}
/* bouton 3 */
#navlist a#lien3 {
	width:75px;
}

#navlist a#lien3:hover {
background-position: -1130px 0%;
}
#navlist #home3 {
	background-position: -2149px 0%;
	background-image: url(../images/bignav.png);
	background-repeat: no-repeat;
}
/* bouton 4  */
#navlist a#lien4 {
	width:100px;
}
#navlist a#lien4:hover {
background-position: -1206px 0%;
}
#navlist #history4 {
	background-position: -2215px 0%;
	background-image: url(../images/bignav.png);
	background-repeat: no-repeat;
}
/* bouton 5  */
#navlist a#lien5 {
	width:100px;
}
#navlist a#lien5:hover {
background-position: -1306px 0%;
}
#navlist #gallery5 {
	background-position: -2316px 0%;
	background-image: url(../images/bignav.png);
	background-repeat: no-repeat;
}
/* bouton 6  */
#navlist a#lien6 {
	width:100px;
}
#navlist a#lien6:hover {
background-position: -1406px 0%;
}
#navlist #links6 {
	background-position: -2415px 0%;
	background-image: url(../images/bignav.png);
	background-repeat: no-repeat;
}
/* bouton 7  */
#navlist a#lien7 {
	width:84px;
}
#navlist a#lien7:hover {
background-position: -1506px 0%;
}
#navlist #info7 {
	background-position: -2515px 0%;
	background-image: url(../images/bignav.png);
	background-repeat: no-repeat;
}

/* bouton 8  */
#navlist a#lien8 {
	width:80px;
}
#navlist a#lien8:hover {
background-position: -1590px 0%;
}
#navlist #news8 {
	background-position: -2599px 0%;
	background-image: url(../images/bignav.png);
	background-repeat: no-repeat;
}

/* bouton 9  */
#navlist a#lien9 {
	width:90px;
}
#navlist a#lien9:hover {
background-position: -1670px 0%;
}
#navlist #shop9 {
	background-position: -2680px 0%;
	background-image: url(../images/bignav.png);
	background-repeat: no-repeat;
}















#navigationfr  {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	width: 997px;
	color: #333;
	height:152px;
	position: absolute;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	
}

/*menu top.*/
#navlistfr ul, li {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}
#navlistfr ul {
	position: absolute;	/* arrière-plan général du menu */
	width: 997px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/bignav_fr.png);
	background-repeat: no-repeat;
	background-position: -7px top;
}
#navlistfr li {float: left;}

#navlistfr li a {	/*  définitions des boutons */
font-family: Arial, Helvetica, sans-serif;
	display: block;	/* mise en block de <a> pour lui donner des dimensions */
	height: 152px;
	
	color: #fff;
	font-size: 14px;
	line-height: 152px;	/* hauteur de ligne pour éviter les paddings */
	
	font-family: Arial, serif;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*background-color: #000000;*/
}
#navlistfr li a:hover {
background: transparent url(../images/bignav_fr.png) top left no-repeat;
}
/* bouton 1  */
#navlistfr a#lien1 { /* largeur du bouton 1 (fr) */
	width:65px;
	margin-left: 47px;
}
#navlistfr a#lien1:hover {
background-position: -1066px 0%;	/* décalage de l'arrière-plan */
}
#navlistfr #fr1 { /* definition de l'etat ici */
	
	background-position: -2028px 0%;
	background-image: url(../images/bignav_fr.png);
	background-repeat: no-repeat;
}
/* bouton 2  */
#navlistfr a#lien2 {
	width:37px;
}
#navlistfr a#lien2:hover {
background-position: -1103px 0%;
}
#navlistfr #en2 {
	background-position: -2112px 0%;
	background-image: url(../images/bignav_fr.png);
	background-repeat: no-repeat;
}
/* bouton 3 */
#navlistfr a#lien3 {
	width:90px;
}

#navlistfr a#lien3:hover {
background-position: -1130px 0%;
}
#navlistfr #home3 {
	background-position: -2149px 0%;
	background-image: url(../images/bignav_fr.png);
	background-repeat: no-repeat;
}
/* bouton 4  */
#navlistfr a#lien4 {
	width:120px;
}
#navlistfr a#lien4:hover {
background-position: -1220px 0%;
}
#navlistfr #history4 {
	background-position: -2229px 0%;
	background-image: url(../images/bignav_fr.png);
	background-repeat: no-repeat;
}
/* bouton 5  */
#navlistfr a#lien5 {
	width:90px;
}
#navlistfr a#lien5:hover {
background-position: -1340px 0%;
}
#navlistfr #gallery5 {
	background-position: -2349px 0%;
	background-image: url(../images/bignav_fr.png);
	background-repeat: no-repeat;
}
/* bouton 6  */
#navlistfr a#lien6 {
	width:80px;
}
#navlistfr a#lien6:hover {
background-position: -1431px 0%;
}
#navlistfr #links6 {
	background-position: -2440px 0%;
	background-image: url(../images/bignav_fr.png);
	background-repeat: no-repeat;
}
/* bouton 7  */
#navlistfr a#lien7 {
	width:84px;
}
#navlistfr a#lien7:hover {
background-position: -1510px 0%;
}
#navlistfr #info7 {
	background-position: -2519px 0%;
	background-image: url(../images/bignav_fr.png);
	background-repeat: no-repeat;
}

/* bouton 8  */
#navlistfr a#lien8 {
	width:80px;
}
#navlistfr a#lien8:hover {
background-position: -1595px 0%;
}
#navlistfr #news8 {
	background-position: -2604px 0%;
	background-image: url(../images/bignav_fr.png);
	background-repeat: no-repeat;
}

/* bouton 9  */
#navlistfr a#lien9 {
	width:90px;
}
#navlistfr a#lien9:hover {
background-position: -1675px 0%;
}
#navlistfr #shop9 {
	background-position: -2684px 0%;
	background-image: url(../images/bignav_fr.png);
	background-repeat: no-repeat;
}

.homeimg{	/* utilisation de liste pour le menu */
	list-style-type: none;	/* suppression des puces de liste */
	display: inline;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 5px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}