/* CSS Document */

#container {
	position:absolute;
	left:25px;
	top:100px;
	width:900px;
	height:30px;
	z-index:2;
}

#nav {
	width:875px;
	height:30px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 25px;
	float:left;
	background-image:url(../images/fond_menu.gif);
	background-repeat:repeat;
}

#nav li {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	float:left;
}

#nav a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	width:121px;
	padding:0px;
}
/* SOCIETE */
#nav a.societe:link, #nav a.societe:visited {
	background: url(../images/menu_societe.jpg) no-repeat top center;
}
#nav a.societe:link.active, #nav a.societe:visited.active, #nav a.societe:hover, #nav a.societe-on {
	background: url(../images/menu_societe-on.jpg) no-repeat bottom center;

}


/* DECOUPE */
#nav a.decoupe:link, #nav a.decoupe:visited {
	background: url(../images/menu_decoupe.jpg) no-repeat top center;
}
#nav a.decoupe:link.active, #nav a.decoupe:visited.active, #nav a.decoupe:hover, #nav a.decoupe-on {
	background: url(../images/menu_decoupe-on.jpg) no-repeat bottom center;
}


/* USINAGE */
#nav a.usinage:link, #nav a.usinage:visited {
	background: url(../images/menu_usinage.jpg) no-repeat top center;
}
#nav a.usinage:link.active, #nav a.usinage:visited.active, #nav a.usinage:hover, #nav a.usinage-on {
	background: url(../images/menu_usinage-on.jpg) no-repeat bottom center;
}


/* POINCONNAGE */
#nav a.poinconnage:link, #nav a.poinconnage:visited {
	background: url(../images/menu_poinconnage.jpg) no-repeat top center;
}
#nav a.poinconnage:link.active, #nav a.poinconnage:visited.active, #nav a.poinconnage:hover, #nav a.poinconnage-on {
	background: url(../images/menu_poinconnage-on.jpg) no-repeat bottom center;
}


/* SPECIFIQUES */
#nav a.specifiques:link, #nav a.specifiques:visited {
	background: url(../images/menu_specifique.jpg) no-repeat top center;
}
#nav a.specifiques:link.active, #nav a.specifiques:visited.active, #nav a.specifiques:hover, #nav a.specifiques-on {
	background: url(../images/menu_specifique-on.jpg) no-repeat bottom center;
}


/* PRODUITS */
#nav a.produits:link, #nav a.produits:visited {
	background: url(../images/menu_produit.jpg) no-repeat top center;
}
#nav a.produits:link.active, #nav a.produits:visited.active, #nav a.produits:hover, #nav a.produits-on {
	background: url(../images/menu_produit-on.jpg) no-repeat bottom center;
}


/* CONTACT */
#nav a.contact:link, #nav a.contact:visited {
	background: url(../images/menu_contact.jpg) no-repeat top center;
}
#nav a.contact:link.active, #nav a.contact:visited.active, #nav a.contact:hover, #nav a.contact-on {
	background: url(../images/menu_contact-on.jpg) no-repeat bottom center;
}


#nav a span {
	display:block;
	padding:0px;
	float:none;
}


#nav .sousMenu { display: none; list-style-type: none; margin: 0; padding: 0; border: 0; }
#nav .sousMenu li { float: none; margin: 0;	padding: 0px; border: 0; width: 121px; }

#nav .sousMenu li a:link, #nav .sousMenu li a:visited {
	height:30px;
	display: block;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
/*	letter-spacing:0.1em;*/
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	margin: 0;
	border: 0;
	padding: 0px 0px 0px 0px;
	margin:0px 0 0 0;
	background-image:url(../images/sous_menu.jpg);
}

#nav .sousMenu li a:link span, #nav .sousMenu li a:visited span { padding:8px 0 0 0; }
#nav .sousMenu li a:link span.grand, #nav .sousMenu li a:visited span.grand { padding:2px 0 0 0; }
#nav .sousMenu li a:hover { background-image:url(../images/sous_menu-on.jpg); }
#nav li:hover > .sousMenu { display: block; }

