
	/****************************************************************************************/
	/*		MENU DE NAVIGATION    																*/
	/****************************************************************************************/
	
	a.navigation {
		height:					20px;	
		display:				block;
		background-repeat:		no-repeat;
		background-position:	center top;
		float:					left;
		padding-left:			14px;
		padding-right:			14px;
		border-right:			1px solid #fff;
		width:					42px;
	}

	a.navigation:hover,  a.navigation:focus, a.navigation:active {
		background-position:	center bottom;
	}

	a.nav_accueil {
		background-image:		url(../../images/ug/navigation/accueil.png);		
	}

	a.nav_actualites {
		background-image:		url(../../images/ug/navigation/actualites.png);
		width:					55px;
	}

	a.nav_articles {
		background-image:		url(../../images/ug/navigation/articles.png);
		width:					45px;
	}

	a.nav_telechargements {
		background-image:		url(../../images/ug/navigation/telechargements.png);
		width:					96px;
	}

	a.nav_videos {
		background-image:		url(../../images/ug/navigation/videos.png);		
	}

	a.nav_breves {
		background-image:		url(../../images/ug/navigation/breves.png);		
	}

	a.nav_tests {
		background-image:		url(../../images/ug/navigation/tests.png);	
		width:					32px;
	}

	a.nav_forums {
		background-image:		url(../../images/ug/navigation/forums.png);	
		border:					0px;
	}


	a.onglet {
		height:					20px;	
		width:					45px;
		display:				block;
		background-image:		url(../../images/ug/navigation/onglet_num.gif);
		background-repeat:		no-repeat;
		background-position:	center top;
		float:					left;
		margin-right:			5px;
		margin-bottom:			10px;
		color:					#ffffff;
		text-align:				center;
		line-height:			20px;
	}

	a.hov_onglet {
		background-position:	center bottom;
		color:					#000000;
	}

	a.onglet:hover,  a.onglet:focus, a.onglet:active {
		background-position:	center bottom;
		color:					#F49910;
	}

	a.fiche {
		height:					20px;	
		width:					63px;
		display:				block;
		background-image:		url(../../images/ug/navigation/onglet_fiche.png);
		background-repeat:		no-repeat;
		background-position:	left bottom;
		float:					left;
		margin-right:			1px;
		margin-bottom:			10px;
		color:					#ffffff;
		text-align:				center;
		line-height:			20px;
		font-weight:			bold;
		font-size:				9px;
		margin-top:				-1px;
	}

	a.hov_fiche {
		background-position:	left top;
		color:					#000000;
	}

	a.gris {
		background-position:	left bottom;
		color:					#c7c7c7;
	}

	a.fiche:hover,  a.fiche:focus, a.fiche:active {
		background-position:	left top;
		color:					#C6C638;
	}

	div.nav_prec_suiv {
		width:					205px;
		height:					130px;
		background-color:		#d9d994;
		padding:				0 5px 0 5px;
		font-size:				16px;
		color:					#fff;
		overflow:				hidden;
	}


	div.zap {
		position:				absolute;
		top:					-17px;
		left:					30px;
	}

	a.zap {
		height:					20px;	
		width:					71px;
		display:				block;
		background-image:		url(../../images/ug/navigation/onglet_zap.gif);
		background-repeat:		no-repeat;
		background-position:	center top;
		float:					left;
		margin-right:			10px;
		margin-bottom:			0;
		color:					#ffffff;
		text-align:				center;
		line-height:			22px;
		font-weight:			bold;
		font-size:				12px;
		margin-top:				0;
		cursor:					pointer;
	}

	a.hov_zap {
		background-position:	center bottom;
		color:					#c6c638;
		height:					22px;
		margin-top:				-2px;
		line-height:			25px;
	}

	a.zap:hover,  a.zap:focus, a.zap:active {
		background-position:	center bottom;
		color:					#c6c638;
		height:					22px;
		margin-top:				-2px;
		line-height:			25px;
	}
