/* Début : Structure dynamique du menu */
/* Attribut format menu  + taille texte menu principal */
#navigation { margin: 0; padding: 0; list-style: none; width: auto; font: bold 1em "Trebuchet MS", sans-serif; background-image: url(../images/navimg/struct_nav_bg.gif); background-repeat: repeat-y; background-position: right 0; }


/* Attribut couleur texte par default du menu */
#navigation a, #navigation span { display: block; padding: 4px 12px 0 21px; color: black; font-family: "Trebuchet MS", sans-serif; background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; text-decoration: none; list-style-type: none; }


/* Attribut liste */
#navigation .toggleSubMenu a, #navigation .toggleSubMenu span { list-style-type: none; }
#navigation .open a, #navigation .open span { list-style-type: none; }


/* Attribut couleur OVER*/
#navigation a:hover, #navigation a:focus, #navigation a:active { color: #0060bf; font-family: "Trebuchet MS", sans-serif; text-decoration: underline; list-style-type: none; }
/* Attribut sous menu + taille texte sous menu*/
#navigation .subMenu { font-size: .8em; font-size: 0.8em; font-family: "Trebuchet MS", sans-serif; font-weight: normal; line-height: normal; background: #fff993 url(../images/navimg/struct_nav_bg_over.gif) repeat-y right 0; vertical-align: text-top; margin: 0; padding: 6px 12px 8px 40px; list-style-type: none; list-style-image: url(../images/navimg/struct_nav_tiret.gif); }
#navigation ul.subMenu a { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; vertical-align: text-top; padding: 1px 0; list-style-type: none; }
#tab { margin: 0; padding: 0 12px 0 0; }

/* Fond nav */
#bg_default { background-image: url(../images/navimg/struct_nav_bg.gif); background-repeat: repeat-y; background-position: right 0; }
/* Fin : Structure dynamique du menu */


/* Styles text sous navigation */
.texte_ssnav { color: #846f00; font-size: 10pt; font-family: "Trebuchet MS", sans-serif; font-weight: bold; margin: 0; padding-top: 3px; padding-right: 0; padding-bottom: 0 !important; padding-left: 21px; }
.texte_ssnav a:link { color: #846f00; font-size: 10pt; font-family: "Trebuchet MS", sans-serif; text-decoration: none; }
.texte_ssnav a:visited { color: #846f00; font-size: 10pt; font-family: "Trebuchet MS", sans-serif; text-decoration: none; }
.texte_ssnav a:hover { color: #0060bf; font-size: 10pt; font-family: "Trebuchet MS", sans-serif; text-decoration: underline; }
.texte_ssnav a:active { color: #846f00; font-size: 10pt; font-family: "Trebuchet MS", sans-serif; text-decoration: none; }