﻿@charset "utf-8";
@import url('default.css');
/* CSS Document */

div#nav {
background: transparent;
border: 0;
bottom: 0;
height: 117px;
margin: 0;
padding: 0;
position: absolute;
width: 990px;
}

div#nav ul#menu {
background: transparent url(../img/fr/nav.png) top left no-repeat;
height: 117px;
margin: 0;
padding: 0;
position: relative;
width: 990px;
}

div#nav ul#menu li {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 0;
}
	
ul#menu li, ul#menu a {
display: block;
height: 117px;
width: 110px;
}
div#nav ul#menu li a {
text-decoration: none;
text-indent: -9999px;
}
#nav-historique		{left: 0;}
#nav-boutique		{left: 119px;}
#nav-tradition 		{left: 248px;}
#nav-bio 			{left: 375px;}
#nav-selection 		{left: 501px;}
#nav-suggestion 	{left: 630px;}
#nav-actu 			{left: 758px;}
#nav-contact 		{left: 880px;}

#nav-historique a:hover 		{background: transparent url(../img/fr/nav.png) 0 -117px no-repeat;}
#nav-boutique a:hover 		{background: transparent url(../img/fr/nav.png) -119px -117px no-repeat;}
#nav-tradition a:hover 	{background: transparent url(../img/fr/nav.png) -248px -117px no-repeat;}
#nav-bio a:hover 		{background: transparent url(../img/fr/nav.png) -375px -117px no-repeat;}
#nav-selection a:hover 			{background: transparent url(../img/fr/nav.png) -501px -117px no-repeat;}
#nav-suggestion a:hover 			{background: transparent url(../img/fr/nav.png) -630px -117px no-repeat;}
#nav-actu a:hover 	{background: transparent url(../img/fr/nav.png) -758px -117px no-repeat;}
#nav-contact a:hover		{background: transparent url(../img/fr/nav.png) -880px -117px no-repeat;}

/* "Vous etes ici" - Navigation principale */
body#page-historique #nav-historique a 	{background: transparent url(../img/fr/nav.png) 0 -117px no-repeat;}
body#page-boutique #nav-boutique a,
body#page-pro #nav-boutique a 		{background: transparent url(../img/fr/nav.png) -119px -117px no-repeat;}
body#page-tradition #nav-tradition a 	{background: transparent url(../img/fr/nav.png) -248px -117px no-repeat;}
body#page-bio #nav-bio a 	{background: transparent url(../img/fr/nav.png) -375px -117px no-repeat;}
body#page-selection #nav-selection a 				{background: transparent url(../img/fr/nav.png) -501px -117px no-repeat;}
body#page-suggestion #nav-suggestion a 				{background: transparent url(../img/fr/nav.png) -630px -117px no-repeat;}
body#page-actu #nav-actu a 	{background: transparent url(../img/fr/nav.png) -758px -117px no-repeat;}
body#page-contact #nav-contact a 		{background: transparent url(../img/fr/nav.png) -880px -117px no-repeat;}

#navTop a.pointer {cursor:pointer;}