@charset "utf-8";
@import url("default.css");
/* CSS Document */

/***** Navigation pages interieur ******/
/***************************************/
div#nav {
	background: transparent;
	border: none;
	float: left;
	height: 432px;
	margin: 0 0 30px 0;
	padding: 160px 0 0 0;
	width: 216px;
}

div#nav ul#menu {
	height: 432px;
	width: 216px;
	background: transparent url(../img/fr/nav.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#nav ul#menu li {
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;	
	width: 216px;
	}
	
ul#menu li, ul#menu a {
/*border: 1px solid red;*/
	height: 48px;
	display: block;
	width: 216px;
	}
div#nav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
#nav-1		{top: 0;}
#nav-2		{top: 48px;}
#nav-3 		{top: 96px;}
#nav-4 		{top: 144px;}
#nav-5 		{top: 192px;}
#nav-6 		{top: 240px;}
#nav-7 		{top: 288px;}
#nav-8 		{top: 336px;}
#nav-9 		{top: 384px;}

#nav-1 a:hover 		{background: transparent url(../img/fr/nav.png) 0 -432px no-repeat;}
#nav-2 a:hover 		{background: transparent url(../img/fr/nav.png) 0 -480px no-repeat;}
#nav-3 a:hover 		{background: transparent url(../img/fr/nav.png) 0 -528px no-repeat;}
#nav-4 a:hover 		{background: transparent url(../img/fr/nav.png) 0 -576px no-repeat;}
#nav-5 a:hover 		{background: transparent url(../img/fr/nav.png) 0 -624px no-repeat;}
#nav-6 a:hover 		{background: transparent url(../img/fr/nav.png) 0 -672px no-repeat;}
#nav-7 a:hover 		{background: transparent url(../img/fr/nav.png) 0 -720px no-repeat;}
#nav-8 a:hover		{background: transparent url(../img/fr/nav.png) 0 -768px no-repeat;}
#nav-9 a:hover		{background: transparent url(../img/fr/nav.png) 0 -816px no-repeat;}

/* "Vous etes ici" - Navigation principale */
body#page-presentation #nav-1	{background: transparent url(../img/fr/nav.png) 0 -432px no-repeat;}
body#page-savoir #nav-2 		{background: transparent url(../img/fr/nav.png) 0 -480px no-repeat;}
body#page-prod #nav-3 				{background: transparent url(../img/fr/nav.png) 0 -528px no-repeat;}
body#page-produit #nav-4 		{background: transparent url(../img/fr/nav.png) 0 -576px no-repeat;}
body#page-application #nav-5 	{background: transparent url(../img/fr/nav.png) 0 -624px no-repeat;}
body#page-demande #nav-6 				{background: transparent url(../img/fr/nav.png) 0 -672px no-repeat;}
body#page-reseau #nav-7 				{background: transparent url(../img/fr/nav.png) 0 -720px no-repeat;}
body#page-actu #nav-8				{background: transparent url(../img/fr/nav.png) 0 -768px no-repeat;}
body#page-contact #nav-9		{background: transparent url(../img/fr/nav.png) 0 -816px no-repeat;}
