/* =NAV1 */

ul#nav1 {
	padding: 1px 0 0 9px;
	width: 953px;
	clear: both;
	height: 31px;

	}

ul#nav1 li { /*float the main list items*/
	position: relative;
	display: block;
	float: left;
	margin-left: 7px;
	}

ul#nav1 li a {
	display: block;
	height: 30px;
	width: 185px;
	font-weight: bold;
	}

ul#nav1 li a span {
	display: none;
	}

li.decouvrir a, li.tourisme a, li.mairie a, li.actualite a {
	background: url(/images/boutons/decouvrir.jpg) no-repeat left top;
	}

li.vivre a  {
	background: url(/images/boutons/vivre.jpg) no-repeat left top;
	}


li.tourisme a {
	background: url(/images/boutons/tourisme.jpg) no-repeat left top;
	}


li.mairie a {
	background: url(/images/boutons/mairie.jpg) no-repeat left top;
	}


li.actualite a {
	background: url(/images/boutons/actualite.jpg) no-repeat left top;
	}

/*do the image replacement*/

/*hover states*/
#nav1 li a:hover, #nav1 li:hover a, #nav1 li.over a {
	background-position: 0 -30px !important;
	text-decoration: none;
	}

#nav1 li.select a, #nav1 .sel {
	background-position: 0 -60px !important;
	}


/*subnav formatting*/

#page.home #nav1 li ul {
	display: none;
		}

#nav1 li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	/*margin: 0 0 0 -7px;*/
	list-style: none;
	padding: 0 0 5px;
	width: 185px;
	}

#corps.home #nav1 li ul {
	display: none !important;
	}

#nav1 li:hover ul, #nav1 li.over ul {
	display: block;
	z-index: 6000;
	padding: 0;
	}

#nav1 li ul li {
	float: none;
	margin-left: 1px;
	}
	
#nav1 li ul li a {
	float: none;
	text-align: left;
	background: none;
	margin: 0 !important;
	padding: 5px 15px;
	width: 155px;
	border-bottom: 1px solid white;
	height: auto;
	cursor: pointer;
	}

#nav1 li ul li a:hover {
	width: 154px;
	}

* html #nav1 li ul li a {
	height: 15px;
	}

#nav1 li.decouvrir ul a:hover, #nav2.decouvrir a:hover, #nav2.decouvrir dt a:hover {
background-color: #DDE8D0 !important;
	}

#nav1 li.vivre ul a:hover, #nav2.vivre a:hover, #nav2.vivre dt a:hover {
background-color: #E7DED8 !important;
	}

#nav1 li.tourisme ul a:hover, #nav2.tourisme a:hover, #nav2.tourisme dt a:hover {
background-color: #FEEDB4 !important;
	}

#nav1 li.mairie ul a:hover, #nav2.mairie a:hover, #nav2.mairie dt a:hover{
background-color: #FFE6BF !important;
	}

#nav1 li.actualite ul a:hover, #nav2.actualite a:hover, #nav2.actualite dt a:hover {
background-color: #E1F0FB !important;
	}
	

/* NAV 2 */
#nav2 {
float: left;
width: 185px;
margin: 20px 10px;
}

* html #nav2 {
margin-left: 5px;
}

#nav2 li {
border-bottom: 1px solid white;
font-weight: bold;
}

#nav2 a.sel, #nav2 a.sel:hover {
font-weight: bold !important;
color: white !important;
background: url(/images/icones/sel.gif) no-repeat 4px 7px #C0C0C0 !important;
}

#nav2 a:hover {
text-decoration: none;
}

#nav2 li a.prod, #nav2 li.nosub a {
display: block;
padding: 4px 15px 4px 22px;
line-height: 16px;
cursor: pointer !important;
}

#nav2.decouvrir li a{
background: url(/images/icones/decouvrir.gif) no-repeat 4px 7px;
}

#nav2.vivre li a{
background: url(/images/icones/vivre.gif) no-repeat 4px 7px;
}

#nav2.tourisme li a {
background: url(/images/icones/tourisme.gif) no-repeat 4px 7px;
}

#nav2.mairie li a {
background: url(/images/icones/mairie.gif) no-repeat 4px 7px;
}

#nav2.actualite li a {
background: url(/images/icones/actualite.gif) no-repeat 4px 7px;
}

* html #nav2 li a {
height: 16px;
}

#nav2 dl  {
margin: -2px 0 2px;
}

#nav2 dt a  {
display: block;
padding: 2px 10px 2px 30px;
font-size: 11px;
background: none !important;
font-weight: normal;
}

#nav2 dt a.sel, #nav2 dt a.sel:hover  {
background: #D8D8D8!important;
}


