/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal 2024left' */
/* CSS Document */
/************************************
MENU Navigation: Simple - Horizontal, Navigation_az_base avec menus en relief
*************************************/
/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}
* html div#menu_vert {
   /* 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: #f0f0ff;   background color for the entire menu row */
   background:#f0f0ff url("boutons/menuaz1.png") repeat-x;
   width: 100%;margin: 0;border-bottom: 1px solid #909090;}
/* the menu ul box has top and left border, right border is provided by the li elements */
div#menu_horiz ul {
   margin: 0 0 0 1px;padding: 0;border-left: 1px solid #909090;height:1.8em;
}
/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #909090;
   /* border-bottom: 1px solid #909090;*/
   /* border-top: 1px solid #909090;*/
}
/* the links, that is each list item */
div#menu_horiz a {
   padding: 0.5em 0.5em 0.5em 0.5em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   font-size:90%;
   color: #333;
   /* background: url(images/cms/arrow-right.gif) no-repeat 0.5em center;*/
   display: block; /* IE has problems with this, fixed above */
}
/* hover state for links */
/* div#menu_horiz li a:hover {background-color: #909090;color: #fff;transition-duration: 0.50s;}*/
/*div#menu_horiz a.activeparent:hover {background-color: #707070;color: #fff;transition-duration: .50s;}*/
div#menu_horiz li a:hover {background:#909090 url("boutons/menuaz1_over.png") repeat-x;color: #fff; transition-duration: 0.5s;}
div#menu_horiz a.activeparent:hover {background:#707070 url("boutons/menuaz1_over.png") repeat-x;color: #fff; transition-duration: 0.5s;}
/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   /*background: #707070;  url(images/cms/arrow-down-w.gif) no-repeat 0.4em center; */
   background:#707070 url("boutons/menuaz1_active.png") repeat-x;
   color: #fff;
   /*font-weight:bold;*/
}
div#menu_horiz h3 {
   padding: .5em 0.4em .5em 0.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   /*background: #707070;  url(images/cms/arrow-right-active-w.gif) no-repeat 0.4em center; */
   background:#707070 url("boutons/menuaz1_active.png") repeat-x;
   display: block; /* IE has problems with this, fixed above */
   font-size: 90%; /* instead of the normal font size for <h3> */
   /* text-decoration: underline;*/
   /* font-style:italic;*/
   /* font-family: monospace;*/
   /*font-weight:bold;*/
   font-weight:normal;
}
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 0px;
   margin-right: 0px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   /* background-color: #f0f0ff;*/
   background:#f0f0ff url("boutons/menuaz1.png") repeat-x;
   color: #333;
   border-bottom: 1px solid #909090;
   width: 100%;
   font-size:90%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
   z-index:2;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   float: left; /* makes the list horizontal */
   margin: 0px;
   list-style: none; 
   padding: 0px; 
}
#primary-nav {
   /*margin: 0px 0px 0px 163px;*/
   margin-left: 2px; /*il faut (12px)(82px)163px pour être aligné mais ie prend le double!!*/
   display: inline;  /* FIX ie doublemargin bug */
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: .5em 0.4em .5em 0.4em; /* padding inside the list item box */
   /* padding: 5px 10px; */
   text-decoration: none; 
   color: #333;
}
#primary-nav li a { 
   border-right: 1px solid #909090;
   border-left: 1px solid #909090;
   background:#f0f0ff url("boutons/menuaz1.png") repeat-x;
}
#primary-nav li ul li a { 
   border: 1px solid #909090;
   background-color: #f0f0ff;
   background:#f0f0ff;
}	
#primary-nav li, #primary-nav li.menuparent { 
   /*background-color: #6f3c1b; 
   background:#909090 url("boutons/menuaz1_over.png") repeat-x;*/
   color: #333;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li a.menuactive { 
   /*background-color: #707070;*/
   background:#707070 url("boutons/menuaz1_active.png") repeat-x;
   color: #fff;
   /*text-decoration: underline; lien standard bleu souligné */
   /*font-weight: bold;*/
}
#menu_horiz li a.menuactive { 
   /*background-color: #707070;*/
   background:#707070 url("boutons/menuaz1_active.png") repeat-x;
   color: #fff;
   /* text-decoration: underline;lien standard bleu souligné */
   /*font-weight: bold;*/
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-color: #707070; 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
   transition-duration: 0.5s;
}


/* Styling the apperance of menu items on hover */

#primary-nav li a:hover, 
#primary-nav li a.menuh, 
#primary-nav li a.menuparenth, 
#primary-nav li a.menuactiveh { 
   background-color: #707070; 
   background:#909090 url("boutons/menuaz1_over.png") repeat-x;
   color: #fff;
   transition-duration: 0.5s;
}

#primary-nav li.sectionheader { 
   /*display: none; pour faire disparaître les séparateurs section header*/
   width: 189px; 
   margin: 0px; 
   margin-top: -1px;/*-1*/
   padding: .5em 0.4em .5em 0.4em; /* padding inside the list item box */
   /* padding: 5px 2px;*/
   border: 1px solid #909090;/* */
   background-color: #909090; 
   background:#909090; /*url("boutons/menuaz1.png") repeat-x;menuaz2_header.png */
   color: #fff;
   font-style:italic;
}
#primary-nav li.sectionheader span { 
   display: none;/* */
}
#primary-nav li span.sectionheader { 
   font-style:italic;/* */
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}


/* End of 'Navigation: CSSMenu - Horizontal 2024left' */

