
/* Menu Gauche */

.menugauche {
display:block;
width:190px;
margin:0;
padding:0;
}

.level1navlist_0{
display:block;
width:160px;
line-height:20px;
font-family:verdana;
font-size:12px;
background-image:url(../images/menuG_fond_bleu.gif);
background-repeat:no-repeat;
text-decoration: none ;
padding-left:20px;
color: #488FC3;
list-style-type:none;
font-weight:normal;
}

/* Menu Gauche STYLE 1 ( puce bleue, texte bleu) */

.level2navlist_0 {
display:block;
width:160px;
line-height:20px;
font-family:verdana;
font-size:11px;
background-image:url(../images/menuG_mini_bleu.gif);
background-repeat:no-repeat;
text-decoration: none ;
padding-left:25px;
color: #488FC3;
background-color:#EBF6FF;
list-style-type:none;
}
.level2navlistplus_0 a{
display:block;
width:160px;
line-height:20px;
font-family:verdana;
font-size:11px;
background-image:url(../images/menuG_mini_bleuplus.gif);
background-repeat:no-repeat;
text-decoration: none ;
padding-left:25px;
color: #488FC3;
background-color:#EBF6FF;
list-style-type:none;
font-weight:normal;
}
.level3navlist_0{
display:block;
width:160px;
line-height:20px;
font-family:verdana;
font-size:11px;
background-image:url(../images/menuG_superMini_bleu.gif);
background-repeat:no-repeat;
text-decoration: none ;
padding-left:30px;
color: #488FC3;
list-style-type:none;
}

/* Menu Gauche STYLE 2( puce jaune, texte noir) */

.level1navlist_3 a{
display:block;
width:160px;
line-height:20px;
font-family:verdana;
font-size:12px;
background-image:url(../images/menuG_fond_jaune.gif);
background-repeat:no-repeat;
text-decoration: none ;
padding-left:20px;
color: #000;
list-style-type:none;
}
.level1navlist_3 a:hover{
text-decoration: underline ;
}
.level2navlist_3 a{
display:block;
width:160px;
line-height:20px;
font-family:verdana;
font-size:11px;
background-image:url(../images/menuG_mini_jaune.gif);
background-repeat:no-repeat;
background-color:#FCFDED;
text-decoration: none ;
padding-left:25px;
color: #000;
list-style-type:none;
}
.level2navlist_3 a:hover{
text-decoration: underline ;
}

.level2navlistplus_3 a{
display:block;
width:160px;
line-height:20px;
font-family:verdana;
font-size:11px;
background-image:url(../images/menuG_mini_jauneplus.gif);
background-repeat:no-repeat;
background-color:#FCFDED;
text-decoration: none ;
padding-left:25px;
color: #000;
list-style-type:none;
font-weight:normal;
}
.level2navlistplus_3 a:hover{
text-decoration: underline ;
}

.level3navlist_3 a{
display:block;
width:160px;
line-height:20px;
font-family:verdana;
font-size:11px;
background-image:url(../images/menuG_superMini_jaune.gif);
background-repeat:no-repeat;
text-decoration: none ;
padding-left:30px;
color: #000;
list-style-type:none;
}
.level3navlist_3 a:hover{
text-decoration: underline ;
}
.spacer{
display:block;
width:190px;
line-height:20px;
color:#FFF;
background-image:url(../images/menuG_ligne_orange.gif);
}

#current{
color:#000;
font-weight:bold;

}


/* Menu DROIT */
.menuDroit_3 a{
display:block;
width:180px;
line-height:20px;
font-family:verdana;
font-size:12px;
background-image:url(../images/menuG_fond_jaune.gif);
background-repeat:no-repeat;
text-decoration: none ;
padding-left:20px;
color: #000;
list-style-type:none;
}
.menuDroit_3 a:hover{
text-decoration: underline ;
}
/* fil d'arianne */

.topnav {
   font-size: 10px;
   padding-top: 5px !important;
   padding: 3px;  
}   
.topnav a:link {
   font-size: 11px;
   text-decoration: none;
   color: #488FC3;    
}
.topnav a:visited {
   text-decoration: none;
   color: #488FC3;
}
.topnav a:hover {
   text-decoration: underline;
   color: #ff6600;    
}
.topnav_act a:link {
   text-decoration: none;
   color: #488FC3;
}
.topnav_act a:visited {
   text-decoration: none;
   color: #488FC3;
}
.topnav_act a:hover {
   text-decoration: underline;
   color: #ff6600;    
}
	
	
