/* Start of CMSMS style sheet 'Navigation: Simple - 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 {
   margin: auto;
float : right;
background-color : #FFFFCC;
width:620px;
height:auto;
text-align:center;
}


/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0 0;
   padding: 0;
text-align: center; 
width:620px;
}


/* menu list items */
div#menu_horiz li {
margin:0 0 5px 5px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   background-image: url(uploads/images/pages/Visite/fond.jpg);
   background-repeat:  no-repeat;
   height:49px;
   width:100px;   

display: table-cell; 
text-align: center; 
line-height: 49px;
}


/* the links, that is each list item */
div#menu_horiz a {
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
color:#D6DF22;

}


/* hover state for links */
div#menu_horiz a {
margin:0 0 5px 5px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   background-image: url(uploads/images/pages/Visite/fond.jpg);
   background-repeat:  no-repeat;
   height:49px;
   width:100px;   

display: table-cell; 
text-align: center; 
line-height: 49px;
}


div#menu_horiz a:hover {
   background-image: url(uploads/images/pages/Visite/fond_inverse.jpg);
   background-repeat:  no-repeat;
color:#294B5F;
}

div#menu_horiz li a:hover {
   background-image: url(uploads/images/pages/Visite/fond_inverse.jpg);
   background-repeat:  no-repeat;
color:#294B5F;
}

div#menu_horiz a.activeparent:hover {
   background-image: url(uploads/images/pages/Visite/fond_inverse.jpg);
   background-repeat:  no-repeat;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background-image: url(uploads/images/pages/Visite/fond_inverse.jpg);
   background-repeat:  no-repeat;
}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.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: #385C72 url(uploads/images/pages/visite/fond_inverse.jpg) no-repeat 0.4em center; ;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

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

