/* CSS pour navigation Niveau 1 vertical */
#niv3 {
border : 0px double blue;
width: 200px;
float: left;
font-size: 9px;
position: relative;
}

a.niv3-nav {
font-size: 11px;
font-family: verdana;
color: yellow;
margin-right:14px;
width: 200px;
line-height: 30px;
margin-bottom: 0px;
text-decoration: none;
}

a.niv3-nav:hover {
text-decoration: underline;
background: url(../images/fwniv3lien_on.gif) bottom right no-repeat;

}
.niv3-nav-on {
width: 200px;
line-height: 30px;
text-decoration: none;
text-align: center;
font-weight:bold;
background: url(../images/fwniv3lien.gif) bottom right no-repeat;

}
.niv3-nav-in
{
width: 200px;
background: url(../images/fwniv3lien_in.gif) bottom right no-repeat;
}

.niv3-nav-in-t
{
font-size: 11px;
font-family: verdana;
width: 186px;
color: red;
margin-right: 14px;
line-height: 30px;
font-weight:bold;
text-decoration: underline;
text-align: center;
}
