a:hover { color: #5B7EB1 }
.corps { font-family: Arial, Helvetica; font-size: 10pt }
.petit { font-family: Verdana, Arial, Helvetica; font-size: 60% }
h1 {  font: bold 12pt Arial, Helvetica}
h2 {  font: bold 10pt Arial, Helvetica}
p,ul,li,blockquote {  font-family: Arial, Helvetica; font-size: 10pt}
dt { display: compact; font-family: Arial, Helvetica; font-size: 10pt }
dd { margin-left: 3em; font-family: Arial, Helvetica; font-size: 10pt }

#menu_gauche {
   padding: 0;
   width: 100%;
}

ul#mg {
   text-align: left;
   list-style: none;
   padding: 4px;
   margin: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 80%;
}

ul#mg li {
   display: block;
   margin: 0;
   padding: 0;
}

ul#mg li#mg_titre {
   text-align: center;
   font-weight: bold;
   color: #ffffff;
   padding: 4px;
   background-color: #839D53;
   border-width: 1px 1px 0px 1px;
   border-color: #AACB6B;
   border-style: solid;
   cursor: default;
}

ul#mg li#mg_actif {
   padding: 3px 4px 3px 4px;
   background: #C0CFA4;
   border-width: 0px 1px 1px 1px;
   border-color: #AACB6B;
   border-style: solid;
   cursor: default;
}

ul#mg li a {
   display: block;
/*   width: 100%;*/
   padding: 3px 4px 3px 4px;
   border-width: 0px 1px 1px 1px;
   border-color: #AACB6B;
   border-style: solid;
   color: #111111;
   text-decoration: none;
   background: #D4E5B5;
}

ul#mg li a:hover {
   background: #C0CFA4;
}

#menu_gauche>ul#mg li a { width: auto; }

