/* BEGIN style8 */
 #navlist
{
	margin: 0;
	border-bottom: 2px solid #996600;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../pict%20reflexo_2/fond-navcontainer.jpg);
	background-repeat: no-repeat;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: none;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666600;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	font-size: 14px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #FFCC33;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #996600; }

