/**
 * @version $Id: mod_oe_menutop.css,v 1.12 2008-10-29 17:44:22 fch Exp $
 * @package oenobiol.mod_menu
 * @copyright Copyright (C) 2006 BROCELIA. All rights reserved.
 */

#oe_menutop {
	position: absolute;
	z-index: 1000;
}
#oe_menutop ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
}
#oe_menutop li {
	margin: 0;
	padding: 0;
}
#oe_menutop a, #oe_menutop img {
	margin: 0;
	padding: 0;
	display: block;
}
#oe_menutop a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
#oe_menutop a:hover {
	color:#86858A;
}
#oe_menutop li.oe_menutop_1 {
	position: absolute;
}
#oe_menutop ul.oe_menutop_2 {
}
#oe_menutop li.oe_menutop_2 {
	float: left;
	background-color: #AFACB3;
	background-image: url(puce.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#oe_menutop ul.oe_menutop_3 {
}
#oe_menutop li.oe_menutop_3 {
	float: left;
	width: 99px;
}
#oe_menutop li.oe_menutop_item {
	background-color: #AFACB3;
	background-image: url(puce.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 17px;
	line-height: 17px;
	text-indent: 23px;
	padding-top:-10px;
}
#oe_menutop li.oe_menutop_item:hover {
	background-color: #EEEDEF;
	background-image: url(puce_hover.gif);
	background-repeat: no-repeat;
}
#oe_menutop li.oe_menutop_item:hover a {
	color: #86858A;
}
#oe_menutop li.oe_menutop_2_fin {
	clear: left;
	font-size: 1px;
	height: 7px;
	line-height: 7px;

}

#oe_menutop li img.oe_menutop_img_on {
	position: absolute;
}

#oe_menutop li.oe_menutop_produit {
	width: 254px;
}
	#oe_menutop li.oe_menutop_produit ul.oe_menutop_2 {
		width: 254px;
	}
		#oe_menutop li.oe_menutop_produit li.oe_menutop_2 {
			width: 254px;

		}
		#oe_menutop li.oe_menutop_produit li.fond_gris {
			background-image: url("bandeau_milieu.gif");
			background-repeat: repeat-x;
			background-position: top;
		}

			#oe_menutop li.oe_menutop_produit li.oe_menutop_3 {
				width: 127px;
			}

/*
#oe_menutop li img.oe_menutop_img_on {
	display: none;
}
#oe_menutop li:hover img.oe_menutop_img_on {
	display: block;
}
#oe_menutop li.oe_menutop_1 ul.oe_menutop_2 {
	display: none;
}
#oe_menutop li.oe_menutop_1:hover ul.oe_menutop_2 {
	display: block;
}
*/

#oe_menutop .oe_menutop_2_fond
{
	background-image: url(bas_ss_menu_px.gif);
	background-repeat: repeat-x;
	width:100%;
	height:100%;
}

