/* Start of CMSMS style sheet 'Closiere Menu' */
div#sous_menu {
background-color:#4C342E;
height:25px;
}
div#sous_menu  ul {
width:900px;
text-align:right;
margin-right:auto;
margin-left:auto;
color: #9e946c;
}
div#sous_menu ul li {
list-style-type:none;
display:inline;
line-height:25px;
padding-right:7px;
}
div#sous_menu ul li a {
color: #9e946c;
}
div#sous_menu ul li a.lang {
text-decoration:underline;
}




ul#menu{
position:absolute;
top:77px;
right:0;
list-style-type: none;
margin-right:3px;
height:35px;
}
ul#menu li {              /*  l'arrière-plan constitue la partie gauche du bouton  */
float:left;
margin:0 2px 0 0;
padding: 0 0 0 15px;
background:#ffffff url(images/bckgd.png) left top no-repeat;
}
#menu li#active {       /*  l'elément de liste actif affiche la partie gauche du bouton activé  */
background:#ffffff url(images/bckgd_active.png) left top no-repeat;
}
ul#menu a {            /*  l'arrière-plan constitue le reste du bouton  */
float:left;
margin:0;
padding: 10px 15px 0px 0;
display:block;
height:25px;
color: #EFE6BF;
text-decoration:none;
text-align:center;
background:#ffffff url(images/bckgd.png) right top no-repeat;
}
#menu li#active  a {    /*  l'elément de liste actif affiche la partie droite du bouton activé  */
background:#ffffff url(images/bckgd_active.png) right top no-repeat;
}
#menu li a:hover {
color: #9e946c;
}

/* End of 'Closiere Menu' */

