#tete ul, #tete li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tete li { float: left; border-right: 1px solid; }
#tete li.last, #outils li { border-right: 0; }

#tete a {
	display: block;
	font-size : 0.9em;
}
/* outils */
#tete #outils { 
	float: left;
	padding-left: 120px;
	margin-top : 22px;
}
#outils a {
	color: #5A4E83;
	padding: 6px 25px;
	background: transparent no-repeat center left; 
	font-weight: bold;
}
#outils a:hover { color : #988D79; }
#outils li.contact a { background-image: url(../images/puce_contact.gif); }
#outils li.plan a { background-image: url(../images/puce_plan.gif); padding-left: 35px;}
#outils li.panier a { background-image: url(../images/puce_panier.gif); color: #FADCA3; }
#outils li.panier a:hover { color: #DF840B; }

/* Navigation principale */
#nav { background: #1A6EAA url(../images/bg_navigation.jpg) no-repeat 0 25px; }

#nav a { text-transform : uppercase; }

#nav ul.navigation li {
	padding: 2px 10px;
	margin: 4px 0;
}

ul.navigation {
	height: 29px;
	float: left;
}
ul.navigation li, ul.navigation a {
	color: #FADCA3;
	border-color: #FADCA3 !important;
}
ul.navigation a:hover, ul.navigation li.select a { color: #FFF; }

ul.navigation .index {
	width: 45px;
	text-indent: -9999px;
	background: #1A6EAA url(../images/bg_bt_accueil.gif) no-repeat 28px 0;
	border: none !important;
}
/* Navigation produits */
#snav {
	clear: left;
	background: #1A6EAA url(../images/bg_navigation_produits.jpg) no-repeat left bottom;
	height: 20px;
	padding-bottom: 7px;
	
}
#nav > #snav {
	height: auto;
	min-height: 20px;
}

ul.familles li, ul.familles a {
	color : #000;
	border-color: #000 !important;
	font-weight: bold;
}
#nav ul.familles a {
	padding: 4px 10px;
	display: block;
}
ul.familles li a:hover, ul.familles li.select a {
	background-color: #CAB594;
}

/* Familles sur la droite */
ul.sfamilles, ul.sfamilles li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sfamilles {
	background: #E2DDD7 url(../images/bg_sous_familles.jpg) repeat-y top left;
}
ul.sfamilles a {
	display: block;
	width: 167px;
	padding: 3px 0 3px 20px;
	margin-left: 3px;
	font-weight: bold;
	color: #3C3162;
	border-bottom: 1px solid #FFF;
}
ul.sfamilles a:hover, ul.sfamilles li.select a {
	color: #1A6EAA;
	background: url(../images/puce_sfamille.gif) no-repeat 5px 6px;
}

ul.sfamilles li.last a { border: 0; }

/* Formulaire de recherche */
#nav form { float: right; padding: 4px 5px 0 0; }
#nav input {
	font-size: 0.9em;
	border: 1px solid #173979;
	padding: 1px 2px;
	width: 100px;
}
#nav input.submit {
	width: auto;
	background : transparent;
	border: 0;
	font-weight: bold;
	color: #FB8803;
	cursor:pointer;
}

/* Niveau 2 */
#nav ul ul {
	display: none;
}

/* Masquer les menus que l'on ne veut pas */
#nav .suivi, #nav .recherche, #nav .contact, #nav .plan-site, #nav .mentions-legales, #nav .conditions-de-vente, #nav .panier, #nav .produits, #nav .liste-diffusion { 
	display: none;
}
