/* navigation */

#navigation {
font-family: helvetica, arial, verdana, sans-serif;
font-size: 13px;
font-weight:bold;

max-width:900px;
position:absolute;
top:32px;
text-align: center;
}

* html #navigation{
	width: 870px;
}

#navigation a {
color: #ed7c30;
text-decoration: none;
}

#navigation .niveau1 {
float: right;
margin: 0;
padding: 19px 10px 2px 10px;
border-left: 1px solid #ed7c30;
margin-left:-1px;
}

#navigation .niveau1:hover {
background: url('images/fond-nav-niv1.png') top left repeat-x #ed7c30;
padding-bottom:8px;
}

#navigation .niveau1:hover a {
color: #000;
}

#navigation a:hover {
color: #FFF;
}

#navigation .niveau1 {
position:relative;
}

#navigation .item1 a {
border-right: 0;
}

#navigation .ulniveau2 {
display: none;
position:absolute;
left:-1px;
top:40px;
width:12em;
background-color: #FFF;
padding-top:0;
border:1px solid #ed7c30;
}

#navigation .niveau2 {
padding:6px 2px 4px 12px;
color: #fff;
font-weight: normal;
font-size:11px;
text-align: left;
}


#navigation .niveau2:hover {
background-color:#ed7c30;
}

#navigation .niveau2:hover a {
color: #FFF;
}

#navigation .niveau1.courante {
border-bottom:3px solid #ed7c30;
}