/* Menu pour l'intérieur du site */


/****************************************************
 date: 31.08.07 - 14.09.07
 Menu au pixel prêt
 MENU de gauche
*****************************************************/
 #navigation {
width:145px;
text-align: left;
padding: 0px;
margin:0px;
font-size:10px;
font-family: verdana, arial;
color: black;
margin-bottom:7px;
position:relative;
left:-16px;
top:0px;
}

#navigation ul {
list-style-type:none;
width:145px;
display: block;
margin:0px;
margin-left:-23px;
padding-bottom: 12px;
}
#navigation li.level1 {


}
#navigation li.level1 a{
padding: 2px 0px 3px 16px;
display:block;
height:auto;
color: white;
font-size:13px;
font-weight: bold;
background: url(/images/puce_off.gif) no-repeat top left ;
border-bottom:1px solid #D0D0D0;
}
#navigation li.level1Active a{
padding: 2px 0px 3px 16px;
display:block;
height:auto;
color: white;
font-size:13px;
font-weight: bold;
background: url(/images/puce_on1.gif) no-repeat top left ;
}

#navigation li.level1 a:hover{
padding: 2px 0px 3px 16px;

display:block;
height:auto;
color: white;
font-size:13px;
font-weight: bold;
background: url(/images/puce_on1.gif) no-repeat top left ;
}
#navigation li.level2 {
padding-top: 5px;
}
#navigation li.level2Active {
padding-top: 5px;
}

#navigation li.level2 a{
position:relative;
left:-18px;
top:0px;
display:block;
width:145px;
height:auto;
padding: 0px;
margin:0px;
color: black;
font-size:11px;
font-weight: normal;
background: url(/images/puce_on.gif) repeat-y top left ;
padding-left: 15px;
padding-top: 0px;
padding-bottom: 1px;
}
#navigation li.level2Active a{
position:relative;
left:-18px;
top:0px;
display:block;
width:145px;
height:13px;
padding: 0px;
margin:0px;
color: black;
font-size:10px;
font-weight: bold;
background: url(/images/puce_on.gif) no-repeat top left ;
padding-left: 15px;
padding-top: 0px;
padding-bottom: 1px;
}
#navigation a, a.levelActive1 {
text-decoration: none;
}
#navigation   li.level2Active a:hover {
text-decoration: none;
color: red;
}
#navigation  li.level2 a:hover  {
text-decoration: none;
color: red;
}

#navigation li.level3 a{
position:relative;
left:-34px;
top:0px;
height:19px;
color: black;
font-weight: normal;
font-size:11px;
background: url(/images/puce_3_off.gif) no-repeat top left ;
background-color: #e3e3e3;
padding-left: 24px;
}
#navigation li.level3Active a{
position:relative;
left:-34px;
top:0px;
height:19px;
color: black;
font-weight: bold;
font-size:10px;
background: url(/images/puce_3_off.gif) no-repeat top left ;
background-color: #e3e3e3;
padding-left: 24px;
}