/*
**

NAVIGATION

**
*/

#navigation
{
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 52px;
	background-color: #333;
}

#navigation ol,
#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation a
{
	text-decoration: none;
}

#navigation ol.lv1
{
	padding: 0;
	margin: 0;
	border: 1px solid black;
	border-left: none;
	border-right: none;
	height: 25px;
	*height:22px;
	background: url(img/navigation.png) left top repeat-x;
}

#navigation ol.lv1 > li
{
	float:left;
	width:100px;
	/*background: url(img/nav-normal.png) left top no-repeat;*/
}

#navigation ol.lv1 > li > a
{
	font-size:10px;
	display:block;
	padding:7px 0;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	height:13px;
	overflow:hidden;
}

#navigation ol.lv1 > li.active > a,
#navigation ol.lv1 > li > a:hover
{
	background: url(img/navigation-hover.png) left top repeat-x;
	*background-color:#FFC500;
	color:#111;
}

#navigation ol.lv2
{
	position:absolute;
	top: 27px;
	left: 30px;
	right: 0;
	visibility: hidden;
	padding: 4px 0 4px 0;
}

#navigation ol.lv2 > li
{
	float:left;
	margin-right:1px;
}

#navigation ol.lv2 > li a
{
	color:#333;
	padding:7px 10px;
	*padding:0 10px;
	font-weight:900;
	font-size:10px;
	color: silver;
}

#navigation ol.lv2 > li a:hover,
#navigation ol.lv2 > li.active a
{
	background: url(img/navigation-sous-hover.png) left top repeat-x;
	color:#000;
	color: white;
}


/*
**

SECONDARY LINKS

**
*/

#navigation ul.secondary
{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
}

#navigation ul.secondary li
{
	float: left;
}

#navigation ul.secondary a
{
	display: block;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
	width: 30px;
}

#navigation a.contact,
#navigation a.contacto
{
	background: url(img/navigation-contact.png) center no-repeat;
	*margin-top:7px;
}

#navigation a.acces,
#navigation a.access,
#navigation a.acceso
{
	background: url(img/navigation-acces.png) center 0 no-repeat;
}

#navigation a.home
{
	float:left;
	display: block;
	height: 0px;
	padding-top: 25px;
	*margin:7px 0 0 5px;
	width: 30px;
	overflow: hidden; 
	background: url(img/navigation-accueil.png) center no-repeat;
}
