@charset "utf-8";
/* CSS Document */

#navigation {
	margin: 0;
	padding: 0;
	width:180px;
	list-style:none;
	}
	
#navigation a, #navigation span {
	display: block;
	text-decoration: none;
		height:25px;
	margin-bottom:2px;
	}
	
#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
	background-image: none;
	height:25px;
	margin-bottom:2px;
	}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	text-decoration: underline;
	height:25px;
	margin-bottom:2px;
	}
#navigation .subMenu {
	margin: 0;
	padding: 0;
	list-style:none;
	}
#navigation ul.subMenu a {
	background: none;
	height:25px;
	margin-bottom:2px;
	}
#navigation .subMenu_statik {
	margin: 0;
	padding: 0;
	list-style:none;
	}
#navigation ul.subMenu_statik a {
	background: none;
	height:25px;
	margin-bottom:2px;
	}


.fond_jpg{
	position:absolute;
	z-index:1;
}

.fleche_gif {
position:relative;
z-index:2;
left:144px;
margin-top:6px;
}

