@charset "utf-8";
.fluid.NAVIGATION_PRINCIPAL #RETOUR a:link {
	background-image: url(../../10_GRAPHIQUE/0_GENERAL_MENU/MENU_GENERAL_RETOUR.png);
	background-repeat: no-repeat;
	display: block;
	height: 430px;
	width: 475px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	text-indent: -1000px;
}
.fluid.NAVIGATION_PRINCIPAL #RETOUR a:hover {
	background-image: url(../../10_GRAPHIQUE/0_GENERAL_MENU/MENU_GENERAL_RETOUR.png);
	background-repeat: no-repeat;
	background-position: 0% -460px;
}
.fluid.NAVIGATION_PRINCIPAL .fluid.TEXTENAV a {
	color: #A2C7A3;
	font-size: 12PX;
	text-decoration: none;
	font-family: Tahoma;
	line-height: 50px;
}
.fluid.NAVIGATION_PRINCIPAL .fluid.TEXTENAV a:link {
	height: 50px;
	width: 160px;
	background-image: url(../../10_GRAPHIQUE/0_GENERAL_MENU/ICON_MENU.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	padding-left: 40px;
	position: relative;
	z-index: 10;
}
.fluid.NAVIGATION_PRINCIPAL .fluid.TEXTENAV a:hover {
	background-image: url(../../10_GRAPHIQUE/0_GENERAL_MENU/ICON_MENU.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
