/****************************************/
/*        Copyright Stu Nicholls        */ 
/*       http://www.cssplay.co.uk       */
/****************************************/
/*     Modifié par seb242@yahoo.fr      */
/*            Janvier 2007              */
/****************************************/


/* style the outer div to give it width */
.menu {
float:left;
margin-top:0px;
width:550px;
font-size:0.85em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
margin:0;
padding:0;
list-style-type:none;
text-align:left;
z-index:10;
}

/*ul{
filter:alpha(opacity=10);
-moz-opacity:.10;
opacity:.10;
 }*/

/*rubrique choisie*/
.rubon{
color:#3E131A;
background:url('../images/puce.gif') #F19400 no-repeat 5% 50% ;
}
.menu ul .texton {
color:#3E131A;
}


.menu ul li {
width:90px;
/*margin-left:11px;*/
}

/*Pour firefox*/
html > body .menu ul li {
width:110px;
}

.menu ul li ul li{
width:90px;
margin-left:0px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:90px;
position:relative;
}

/* style the links for the first level */
.menu ul a { 
display:block;
padding-left:17px;
font-size:12px;
color:#CDC2A8; 
width:90px; 
line-height:20px; 
text-align:left;
text-decoration:none; 
background:url('../images/puce.gif') no-repeat 5% 50% ;
}

/* style the first level hover */
.menu a:hover, .menu ul  a:hover{
color:#3E131A;
background:url('../images/puce.gif') #F19400 no-repeat 5% 50% ;
}

/*Pour Firefox*/
.menu :hover > a, .menu ul:hover > a {
color:#3E131A;
background:url('../images/puce.gif') #F19400 no-repeat 5% 50% ;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;
w\idth:90px;
}




/* style the second level links */

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:179px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:20px;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

.menu ul ul{
text-align:left;
font-weight:normal;
color:#000; 
height:auto; 
line-height:1em; 
background:#ffffff;
color:#2E5717; 
width:179px;
height:12px;
}

.menu ul ul a, .menu ul ul a:visited {
font-size:11px;
background:#F8CB82; 
color:#3E131A; 
height:auto; 
line-height:1em; 
padding-top:5px;
padding-bottom:5px;
padding-left:5px; 
width:179px;
text-align:left;
border-top:1px solid #ffffff;
}


.menu ul ul a:hover {
background:#F19400;
border:0;
border-top:1px solid #ffffff;
}
/*Pour Firefox*/
.menu ul ul :hover > a {
background:#F19400;
border:0;
border-top:1px solid #ffffff;
}


/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:179px;
w\idth:179px;
}





/* style the third level background */

/* position the third level flyout menu */
.menu ul ul ul{
left:184px; 
top:0;
width:179px;
color:#3E131A; 
}

.menu ul ul ul a, .menu ul ul ul a:visited {
border:0px;
color:#3E131A; 
background:#F8CB82; 
width:189px;
border-top:1px solid #ffffff;
border-left:1px solid #ffffff;
}

/* style the third level hover */
.menu ul ul ul a:hover {
background:#F19400;
border:0;
border-top:1px solid #ffffff;
border-left:1px solid #ffffff;

}
/*Pour Firefox*/
.menu ul ul ul :hover > a {
background:#F19400;
border:0;
border-top:1px solid #ffffff;
border-left:1px solid #ffffff;
}




/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}






