/* Basic code - don't modify */ 

#menu_centrew {
	width: 510px;
	height: 40px;
}



/* Basic code - don't modify */
#nav2 {
	height: 25px;
	color: #d6a1a1;
	display: block;
	padding: 0;
	position: relative;
	margin: 0;
	width: 530px;
	float: right;
}
#nav2 li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	height: 25px;
}


#nav2 a {
	display: block;
} 
#nav2 a:hover {
	color: #fff;
}

.avec_filet2 {
	background-image: url(/imports/images/separateur_blanc2.gif);
	background-repeat: no-repeat;
	background-position: right;
}


#nav2 ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	/*background-color: #d5d5d4;*/
	background-image: url(/imports/images/fond_menu_centre.jpg);
	background-repeat: repeat-x;
}
  * html #nav2 ul { line-height: 0; } /* IE6 "fix" */
  	/*#nav ul a { zoom: 1; } /* IE6/7 fix */ 

#nav2 ul li {
	color: #474141;
	float: none;
}

#nav2 ul ul { top: 0; }
    
/* Essentials - configure this */ #nav2 ul {
	width: 112px;
} #nav2 ul ul { left: 131px; }

/* Everything else is theming */ 

#nav2 *:hover {
	background-color: none;
}
#nav2 a {
	color: #d6a1a1;
	font-size: 11px;
	line-height: 1;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	margin: 0;

}

#nav2 li.hover > a { 
color: #fff;
}

#nav2 ul { top: 27px; } 

#nav2 ul a {
	/*background-color: #d6d6d5;*/
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
	margin: 0;
	color: #474141;
}

#nav2 ul a.hover {
	color: #474141;
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
	background-color: #eaeae9;
	margin: 0;
}

/* #nav2 ul a { border-bottom: none; } - I also needed this for IE6/7 */

