/* Start of CMSMS style sheet 'mariage_alsace : Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {width: 530px;}
* html div#menu_horiz ul li a {  padding: 0 15px; }
* html div#menu_horiz , * html div#menu_horiz ul li a{
   /* 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 {
   float: right; 
   background: url(images/bg-menu-horiz.png) repeat-x;
   font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;  
	margin:32px 15px 0 0   
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0 7px 0 0;
   height:62px;
   background: url(images/coin-menu-horiz.png) no-repeat right;
   text-transform: uppercase;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   line-height: 51px;
   height: 51px;
   background: url(images/sep-menu-horiz.png) no-repeat right bottom;
   display: inline;

}
div#menu_horiz li.currentpage h3 {
	background: url(images/sep-menu-horiz.png) no-repeat right 12px;
}
div#menu_horiz li:last-child {
	background: none;
}
div#menu_horiz div {
	background: url(images/coin-menu-horiz-droit.png) no-repeat left;
	height: 62px;
	padding-left: 7px;
}
/* the links, that is each list item */

div#menu_horiz li a {
   padding: 0 20px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #18507C;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1.25em;
   color: #fff;
   font-weight: 600;
   height: 62px;
   float: left;   
}


/* hover state for links */
div#menu_horiz li a:hover, div#menu_horiz li.currentpage  {
   background: url(images/bg-menu-horiz-hover.png) repeat-x;
}
div#menu_horiz a.activeparent:hover {
    background: url(images/bg-menu-horiz-hover.png) repeat-x;
}

/* 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/bg-menu-horiz-hover.png) repeat-x;
}

div#menu_horiz h3 {
   padding: 0 20px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   display: block; /* IE has problems with this, fixed above */
   font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size: 1.25em;
   height: 62px;
   float: left;
}

/* End of 'mariage_alsace : Simple - Horizontal' */

