/* Navigation Gauche */

DIV.menuG {

padding-top: 4px;
padding-bottom: 3px;
padding-left: 35px;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 2px;
background-image:url(menu_fond1.png);

/* border-top : solid 0px #ffffff;
border-left : solid 1px #000000;
border-right : solid 1px #000000; */ 
border-bottom : solid 0px #2F0000; 
}

DIV.menuG_act {

padding-top: 4px;
padding-bottom: 3px;
padding-left: 5px;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 2px;
background-image:url(menu_fond2.png);

/* border-top : solid 0px #ffffff;
border-left : solid 1px #000000;
border-right : solid 1px #000000; */ 
border-bottom : solid 0px #2F0000; 
}


.menuG {
font-weight:normal;
font-stretch:semi-expanded;
letter-spacing: 2px;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
text-decoration: none;

color: #ffffff;  /* bleu foncé*/
}
.menuG a:link {color: #ffffff; text-decoration: none; }
.menuG a:visited {color: #ffffff; text-decoration: none; }
.menuG a:active { color: #ffffff; text-decoration: none;}
.menuG a:hover { color: #FF0; text-decoration: none; font-weight: bold; }

/**************************************/
.menuG_act {
font-weight:normal;
font-stretch:semi-expanded;
letter-spacing: 2px;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
text-decoration: none;

color: #FF0;  /* bleu foncé*/


/* border-top : solid 0px #ffffff;
border-left : solid 1px #000000;
border-right : solid 1px #000000; */ 
 

}

.menuG_act a:link {  text-decoration: none;}
.menuG_act a:visited { color: #FF0; text-decoration: none;}
.menuG_act a:active { color: #FF0; text-decoration: none;}
.menuG_act a:hover { text-decoration: none;}



/* Navigation Gauche niveau 2*/
.menuG2 {
font-weight: none;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
text-decoration: none;
color: #B7B7F9; /* bleu foncé*/
padding: 0px;
margin-left: 5px;
}
.menuG2 a:link {text-decoration: none;}
.menuG2 a:visited {text-decoration: none;}
.menuG2 a:active {text-decoration: none;}
.menuG2 a:hover {text-decoration: none; font-weight: bold;}

.menuG2_act {
font-weight: Bold;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
text-decoration: none;
color: #000000; /* bleu foncé*/
padding: 0px;
margin-left: 0px;
border-bottom : solid 0px #000000; 

}
.menuG2_act a:link {text-decoration: none;}
.menuG2_act a:visited {text-decoration: none;}
.menuG2_act a:active{text-decoration: none;}
.menuG2_act a:hover {text-decoration: none;}


