/* Start of CMSMS style sheet 'MCY GRIS : Menu - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}


/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: inherit;  /* couleur de fond du menu */
  /* width: 50%;*/
   padding-top : 0px ;
   padding-bottom : 0px ;
   margin-top : 111px ;
   margin-bottom : 0px ;
   margin-left:  0px;    /* marge à gauche */
   margin-right:  0px;     /* marge à droite */
}


/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0 0px 0 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-left: 0px;
   border-top: 00px solid #fff;
   border-left:  0px solid #C0C0C0;
   border-bottom: 0px solid #121212;
   height: 28px; 
 background: url(images/cms/menu-h-mcy.gif) repeat-x;
}


/* menu list items */
div#menu_horiz li {
   float: right; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   border-left: 0.0px solid #C0C0C0;
   margin: 3px ;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 4px 10px 5px 6px;            /* padding inside the list item box */
   margin: 0;                                   /* margin outside each list item box */
   text-decoration: none;                  /* no underline for links */
 background: url(images/cms/menu-h-mcy.gif) repeat-x;
   color: #fff;                                  /* couleur du txt des menus non selectionnes */
   display: block;                              /* IE has problems with this, fixed above */

}


/* survol menu */
div#menu_horiz li a:hover {
  color: #fff;
  background: url(images/cms/menu-survol.gif) no-repeat;
  background-position : center bottom ;
}

div#menu_horiz a.activeparent:hover {
   background-color: #ff6500; /* couleur du menu selectionne  */
   color: #fff;                       /* couleur du txt du menu selectionne */
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: url(images/cms/menu-h-mcy.gif) repeat-x; /*menu selectionne */
   color: #ff6500;
}


div#menu_horiz h3 {
   padding: 4px 4px 5px 10px;             /* padding inside the list item box */
   margin: 0;                                    /* margin outside each list item box */
   text-decoration: none;                   /* no underline for links */
   /*background: url(images/cms/menu-h-mcy.gif) repeat-x;*/
   color: #ff6500;                             /* color menu selectionne*/
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                             /* instead of the normal font size for <h3> */
}

/* End of 'MCY GRIS : Menu - Horizontal' */

