/* @override http://test.hyrule.lsv.fr/www.cerameurop.com/CSS/styles_menu.css */

#menu {
	height: 60px;
	position: relative;
}

#menu>ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	height: 5px;
	list-style-type: none;
	text-align: left;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	background: url(../IMAGES/menu_pct.gif) no-repeat left 0.3em;
	color: #fff;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
}

#menu ul li a:hover {
	background-image: url(../IMAGES/menu_pct_o.gif);
	color: #FA6E1E;
}

#menu li.actif a, #menu li.actif a:hover {
	color: #FA6E1E;
	font-weight: bold;
	font-style: italic;
	background: url(../IMAGES/menu_pct_o.gif) 0 2px;
}

/* gestion de la sousNavigation */

#menu .sousNavigation {
	position: absolute;
	top: 28px;
	left: 0px;
	padding-right: 100px;
	background: url(../IMAGES/sous-navigation_fd.gif) repeat-x left top;
}

#menu .sousNavigation li a {
	color: #47312F;
	margin: 0;
	padding: 10px;
	text-transform: none;
	line-height: 36px;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	background: none no-repeat left center !important;
}

#menu .sousNavigation a:hover {
	color: #FA6E1E;
	background-image: none !important;
	font-weight: normal;
	font-style: normal !important;
}

#menu .sousNavigation li.actif a {
	font-weight: bold;
}