/*Menu*/
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

/*Liste menu simple*/
.menuStyle a {
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
font-family: "Times New Roman";
}

.menuStyle a:link, .menuStyle a:visited  {
color: #777;
display: block;
background: url(../images/menu.jpg);
padding: 6px 25px 0 10px;
text-align: left;
}

.menuStyle a:hover {
color: #fff;
background: url(../images/menu.jpg) 0 -96px;
padding: 6px 25px 0 10px;
text-align: left;
font-weight: bold; 
}

.menuStyle a:active{
color: #000000;
background: url(../images/menu.jpg) 0 -64px;
padding: 6px 25px 0 10px;
text-align: left;
font-weight: normal;
}

/*Sous menu*/
.sousMenuStylePrinc a {
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
font-family: "Times New Roman";
}

.sousMenuStylePrinc a:link, .sousMenuStylePrinc a:visited  {
color: #EEEEEE;
display: block;
background: url(../images/menu.jpg) 0 -32px;
padding: 6px 25px 0 10px;
text-align: left;
}

.sousMenuStylePrinc a:hover {
color: #fff;
background: url(../images/menu.jpg) 0 -96px;
padding: 6px 25px 0 10px;
text-align: left;
font-weight: bold; 
}

.sousMenuStylePrinc a:active{
color: #000000;
font-weight: bold; 
background: url(../images/menu.jpg) 0 -64px;
padding: 6px 25px 0 10px;
text-align: left;
font-weight: normal;
}

/*Sous menu*/
.sousMenuStyle a {
voice-family: "\"}\"";
voice-family: inherit;
height: 21px;
text-decoration: none;
font-family: "Times New Roman";
}

.sousMenuStyle a:link, .sousMenuStyle a:visited  {
color: #EEEEEE;
display: block;
background: url(../images/menu.jpg) 0 -32px;
padding: 6px 25px 0 10px;
text-align: left;
}

.sousMenuStyle a:hover {
color: #fff;
background: url(../images/menu.jpg) 0 -96px;
padding: 6px 25px 0 10px;
text-align: left;
font-weight: bold; 
}

.sousMenuStyle a:active{
color: #000000;
font-weight: bold; 
background: url(../images/menu.jpg) 0 -64px;
padding: 6px 25px 0 10px;
text-align: left;
font-weight: normal;
}

.sousMenuSelectedStyle {
voice-family: "\"}\"";
voice-family: inherit;
height: 21px;
text-decoration: none;
color: #fff;
font-weight: bold; 
display: block;
background: url(../images/menu.jpg) 0 -32px;
padding: 6px 25px 0 10px;
text-align: left;
font-family: "Times New Roman";
}

.menuSelectedStyle {
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
color: #fff;
font-weight: bold; 
display: block;
background: url(../images/menu.jpg) 0 -32px;
padding: 6px 25px 0 10px;
text-align: left;
font-family: "Times New Roman";
}