/* 1412	1838 */
.barrenav
	{
	background-color: rgb(176,176,176) ;
	}

.barrenav ul
	{
	list-style-type: none ;
	}

.barrenav ul li
	{
	float: left ;
	position: relative ;
	}
		
.barrenav ul li img
	{
	display: inline ;		
	}

.barrenav ul li a.menu
	{
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 77px;
	height: 15px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: black;
	color: rgb(255,255,255);
	font-size: 10px ;
	font-weight: bold ;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0px 0px 0px ;
	}

.barrenav ul li a.accueil
	{
	background-color: rgb(133,000,000) ;
	width: 102px;
	}

.barrenav ul li a.actualite
	{
	background-color:rgb(183,000,000) ;
	}

.barrenav ul li a.interactif
	{
	background-color:rgb(026,160,101) ;
	}

.barrenav ul li a.culture,
.barrenav ul li a.guide
	{
	background-color:rgb(134,041,132) ;
	}

.barrenav ul li a.opinion
	{
	background-color:rgb(117,139,189);
	}

.barrenav ul li a.vous
	{
	background-color:rgb(026,160,101);
	}

.barrenav ul li a.voyages
	{
	background-color:rgb(134,041,132);
	}

.barrenav ul li a.services
	{
	background-color:rgb(255,153,000);
	}

.barrenav ul li a.rss
	{
	background-color:#FF6600;
	margin: 0px 0px 0px 0px ;
	}
	
.barrenav ul li ul
	{
	width:116px;
	list-style-type: none ;
	display: none ;
	/* le position absolute indique que la position est absolue par rapport au contenant */
	position: absolute ;
	margin:0px;
	padding:0px 0px 11px 0px ;
	border-style: solid ;
	border-width:  1px 1px 1px 1px ;
	border-color: rgb(0,0,0) ;
	background-color: rgb(255,255,255) ;
	}

.barrenav ul li ul li
	{
	display:inline;
	margin:0px;
	padding:0px;
	font-size: 90% ;
	/* ce float none permet d'annuler l'héritage du float left précédent */
	float: none ;
	/* permet de contrebalancer l'héritage précédent */
	text-align: left ;
}

.barrenav ul li ul li a
	{
	margin:0px;
	padding: 2px 6px 2px 8px ;
	display: block ;
	width: 100px ;
	background-color: rgb(255,255,255) ;
	border-bottom-style: dotted ;
	border-bottom-width: 1px ;
	border-bottom-color: rgb(153,153,153) ;
	}

.barrenav ul li ul li a:hover
	{
	background: rgb(255,255,255) url(/img/nav/menu_hover.gif) left top repeat-y ;
	color: #333333 ;
	}

.barrenav ul li:hover ul
	{
	display: block ;
	}

.barrenav a , .barrenav a:visited , .barrenav a:active , .barrenav a:hover , .barrenav a:focus
	{
	text-decoration: none ;
	}

#zorg
	{
	display: hidden ;
	}
	
#zorg:hover
	{
	display: hidden ;
	}
	