/*	STYLESHEET FOR zFeeder	*/

/*	NOTICE: Any element can be set to display:none 
	if you don't want it shown.	*/

body
{
	font-family: verdana,arial;
	font-size: 10px;
	color: #000000;
	background-color: #D3DCE3;
	margin-left: 5px;
	margin-right: 5px;
}

	a:link
	{ 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
	}

	a:visited
	{ 
		color: #000000; 
		text-decoration: none; 
		font-weight: normal; 
	}

	a:hover 
	{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


#channel	/* the channel name	*/
{
	height: 65px;
	border: dashed 1px #ccc;
	background-color: #7FFF00;
	padding: 10px;
	margin-bottom: 10px;
}

	#channel a:link
	{ 
		font-size: 11px;
		color: #000000; 
		text-decoration: none; 
		font-weight: bold; 
	}

	#channel a:visited
	{ 
		font-size: 11px;
		color: #000000; 
		text-decoration: none; 
		font-weight: bold; 
	}

	#channel a:hover 
	{ 
		font-size: 11px;
		color: #000000; 
		text-decoration: none; 
		font-weight: bold; 
	}


	#chanlink	/* the channel name	*/
	{
		padding-top: 15px;
	}

		#chanlink a:link
		{ 
			font-weight: bold; 
		}

		#chanlink a:visited
		{ 
			font-weight: bold; 
		}

		#chanlink a:hover 
		{ 
			font-weight: bold; 
		}


#logo	/*	the channel logo	*/
{
	float: right;
	vertical-align: middle;
}


#more	/*	the more url logo	*/
{
	float: right;
	vertical-align: bottom;
}

#lastupdated	/* last updated date	*/
{
	font-size: 9px;
	font-style: italic;
	margin-bottom: 3px;
}


#title	/*	new item title	*/
{
	clear: all;
	margin-left: 2px;
}

	#title a:link 
	{ 
		color: #000066; 
		text-decoration: none; 
		font-weight: bold; 
	}

	#title a:visited 
	{ 
		color: #000066; 
		text-decoration: none; 
		font-weight: bold; 
	}

	#title a:hover 
	{ 
		color: #000066; 
		text-decoration: underline; 
		font-weight: bold; 
	}


#description	/*	news item description	*/
{
	font-size: 10px;
	margin-left: 3px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.category	/*	category dans menu	*/
{
	font-size: 12px;
	background-color: #7FFF00;
	font-weight: bold;
	text-align: center;
}

.category a:link 
	{ 
		font-weight: bold; 
	}

.category a:visited 
	{ 
	 font-weight: bold; 
	}

.category a:hover 
	{ 
		color: #000066; 
		font-weight: bold; 
		background-color: Aqua;
	}

.position	/*	position dans menu	*/
{
	font-size: 11px;
	background-color: #7FFF00;
}

.position a:link 
	{
	font-weight: normal;
}

.position a:visited 
	{
	font-weight: normal;
}

.position a:hover 
	{ 
		color: #000066; 
		font-weight: bold; 
		background-color: Aqua;