@charset "utf-8";
/* CSS Document */

/******************************************/
/***** Navigation Principale Accueil ******/
/******************************************/

div#navPrincipale {
	height: 30px;
	margin: 0;
	}
div#navPrincipale a, div#navPrincipale a:visited { text-decoration: none; color: #30322C; }
div#navPrincipale a:hover { text-decoration: none; color: #30322C; }

	div#navPrincipale ul#menuNavPrincipale {
		width: 991px;
		height: 30px;
		background: transparent url(../img/accueil-menu.gif) top left no-repeat;
		margin: 0px;
		padding: 0;
		position: relative;
		}
		div#navPrincipale ul#menuNavPrincipale li {
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			top: 0;
			}
			ul#menuNavPrincipale li, ul#menuNavPrincipale a {
				height: 30px;
				display: block;
			}
			div#navPrincipale ul#menuNavPrincipale li a {
				text-indent: -9999px;
				text-decoration: none;
			}
			#navAccueil {
				left: 74px;
				width: 89px;
			}
			#navMassage {
				left: 162px;
				width: 190px;
			}
			#navReiki {
				left: 351px;
				width: 114px;
			}
			#navSoins {
				left: 464px;
				width: 134px;
			}
			#navDuree {
				left: 597px;
				width: 128px;
			}
			#navAcces {
				left: 724px;
				width: 73px;
			}
			#navBibliographie {
				left: 796px;
				width: 119px;
			}
			#navContacts {
				left: 914px;
				width: 78px;
			}
			#navAccueil a:hover {
				background: transparent url(../img/accueil-menu.gif) -74px -30px no-repeat;
			}
			#navMassage a:hover {
				background: transparent url(../img/accueil-menu.gif) -162px -30px no-repeat;
			}
			#navReiki a:hover {
				background: transparent url(../img/accueil-menu.gif) -351px -30px no-repeat;
			}
			#navSoins a:hover {
				background: transparent url(../img/accueil-menu.gif) -464px -30px no-repeat;
			}
			#navDuree a:hover {
				background: transparent url(../img/accueil-menu.gif) -597px -30px no-repeat;
			}
			#navAcces a:hover {
				background: transparent url(../img/accueil-menu.gif) -724px -30px no-repeat;
			}
			#navBibliographie a:hover {
				background: transparent url(../img/accueil-menu.gif) -796px -30px no-repeat;
			}
			#navContacts a:hover {
				background: transparent url(../img/accueil-menu.gif) -914px -30px no-repeat;
			}
body#pageaccueil #navAccueil {
	background: transparent url(../img/accueil-menu.gif) -74px -30px no-repeat;
}
body#pagemassage #navMassage {
	background: transparent url(../img/accueil-menu.gif) -162px -30px no-repeat;
}
/*body#pageqsn #navQSN {
	background: transparent url(../img/menu.gif) -448px -30px no-repeat;
}
body#pagecontacts #navContacts {
	background: transparent url(../img/menu.gif) -756px -30px no-repeat;
}*/