/* ---------------------------- NAV ------------------------- */
#UI_nav {
	position:absolute;
	height: 28px;
	width: 690px;
	margin: 75px 0px 0px 0px;
	_margin: 75px 0px 0px 0px;
	left:29%;
	top: 0px;
	
}
ul#UI_nav_Liste {margin:0;padding:0;}

#UI_nav_Liste li {
  display:block;
  float:left;
  margin:0;
  padding:0px 1px 0px 0px;
  list-style-type: none;
}
#UI_nav_Liste a {
  display: block;
  text-decoration: none;
  height: 25px;
}
#UI_nav_Liste a:link, #UI_nav_Liste a:visited {
  text-decoration: none;
  font-size:1px;
  text-indent:-9000px;
}
#item_accueil a{
	background: url(img/nav/accueil.gif) no-repeat;
	 background-position: 0px 1px;
	 width: 97px;
}
#item_egypte a{
	background: url(img/nav/egypte.gif) no-repeat;
	 background-position: 0px 1px;
	 width: 97px;
}
#item_caraibes a{
	background: url(img/nav/caraibes.gif) no-repeat;
	 background-position: 0px 1px;
	 width: 97px;
}
#item_asie a{
	background: url(img/nav/asie.gif) no-repeat;
	 background-position: 0px 1px;
	 width: 97px;
}
#item_ocean a{
	background: url(img/nav/ocean.gif) no-repeat;
	 background-position: 0px 1px;
	 width: 97px;
}
#item_mediterrannee a{
	background: url(img/nav/mediterrannee.gif) no-repeat;
	background-position: 0px 1px;
	 width: 97px;
}
#item_autres a{
	background: url(img/nav/autres.gif) no-repeat;
	background-position: 0px 1px;
	 width: 97px;
}
#item_egypte a:hover,
#item_caraibes a:hover,
#item_asie a:hover,
#item_ocean a:hover,
#item_mediterrannee a:hover,
#item_autres a:hover {
   background-position : 0 -26px;
}
#UI_nav_Liste li.active a, #UI_nav_Liste li.active a:hover{
	background-position: 0 -53px;
	margin-top:1px;
}

/* --------------------- END NAV --------------------------- */

