/*------------------------------------------------
|             Clair et Net. @ 2007                |
--------------------------------------------------*/



	*, html 
	{
		margin: 0;
		padding: 0;
		border: none; 
	}
	
	body 
	{
		background: #F5F5F5;
		font: 73% "Verdana", Arial, Helvetica, sans-serif;
		color: #474747;
		text-align: center;
	}

	a:link, a:visited 
	{
		color: #898989;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:hover, a:active 
	{
		text-decoration: underline;
	}

	#topRightNav ul li.on 
	{
		background: #fff;
		color: #e65f28;
		padding: 4px 0 4px 11px;
		margin: 0;
	}

	#topRightNav ul li.on a 
	{
		color: #e65f28!important;
	}
	
	#topRightNav ul li.on a:hover,
	#topRightNav ul li.on a:active 
	{
		text-decoration: none;
	}
	
	#topRightNav a:link, #topRightNav a:visited 
	{
		color: #fff;
	}
	
	#wrapper 
	{
		background: #fff url(../_img/bkgd_pattern.gif) repeat-y;
		width: 990px;
		margin: 0 auto;
		text-align: left!important;
	}

	#contentHolder 
	{
		width: 940px;
		margin-left: 35px;	
	}
	
	#nvxArticles a:link, #nvxArticles a:visited 
	{
		color: #e65f28;
	}
	
	h1 
	{
		margin-bottom: 10px;
	}



	/*---- DEFAULT ----*/
	.clear 
	{
		clear: both;
		float: none;
		line-height: 0;
		overflow: hidden;
	}
	
	span a:link, span a:visited 
	{
		font-weight: normal;
		color: #7C7C7C;
	}
	
	span a:hover, span a:active 
	{
		text-decoration: underline;
	}


