


#menu {
z-index:300;
position: absolute;
	width:802px;
	height:40px;
top:70px;
/* background-color:green; */
}

/* ALTERNATE STYLE NO IMG */
.menu {
font-family: Arial;
color:#000;
text-decoration:none;
}
.sous_menu {
font-family: Arial;
color:#000;
text-decoration:none;
}

.sous_menu:hover{
font-family: Arial;
color:#FFF;
text-decoration:none;
}

/* ALTERNATE STYLE NO IMG END */

#barre {
position: absolute;
}

.nav_home {
position: absolute;
top: 0px;
/* background-color: #0000FF; */
width: 48px;
height: 40px;
}
	
.nav_marque {
position: absolute;
top: 0px;
width: 84px;
height: 40px;
}

.nav_pantalon {
position: absolute;
top: 0px;
width: 193px;
height: 40px;
}

.nav_collection {
position: absolute;
top: 0px;
width: 90px;
height: 40px;
}

.nav_news {
position: absolute;
top: 0px;
width: 52px;
height: 40px;
}	

.nav_trouver {
position: absolute;
top: 0px;
width: 120px;
height: 40px;
}	
/*.nav_forever {
position: absolute;
top: 0px;
width: 108px;
height: 40px;
}*/	
.nav_distributeurs {
position: absolute;
top: 0px;
width: 151px;
height: 40px;
}	
.nav_btn_fr {
position: absolute;
top: 0px;
width: 20px;
height: 40px;
}	
.nav_btn_us {
position: absolute;
top: 0px;
width: 15px;
height: 40px;
}	

	
#nav_home {left: 0px;}
#nav_marque {left: 48px;}
#nav_pantalon { left:132px }
#nav_collection {left: 325px;}
#nav_news {left: 415px;}
#nav_trouver {left: 467px;}
/*#nav_forever {left: 394px;}*/
#nav_distributeurs {left: 587px;}
#nav_btn_fr {left: 767px;}
#nav_btn_us {left: 787px;}
	
.subnav_marque {
position: absolute;
background-color: #000000; 
visibility: hidden;
width: 176px;
 left: 39px; top:40px;
}
	
.subnav_collection {
position: absolute;
background-color: #000000;
visibility: hidden;
width: 176px;
left: 315px; top:40px;
}
	
	






