/* CSS Document */

dt, dl, dd, ul, li { /* Les elements du menu */
list-style-type: none;
margin: 0 0 0 0;
padding: 0px;
}

#menu { /* affichage du menu */
background-image:url(../img/nav/fond_activites.jpg);
width: 800px;
height: 75px;
margin:0px auto;
}
#menu dl {
float: left;
margin-top: 10px;
}
#menu li {
display: inline;
}
#menu a {
text-decoration: none;
color: #000;
background: #fff;
}
#smenu1, #smenu2, #smenu3, #smenu4 {
margin-left: 190px;
font-size: 0.7em;
}

/*** MENU DE 2ème NIVEAU ***************************************************************************/
#menu2 {
position: absolute;
top: 0;
left: 0;
}
dl#menu2 {
width: 126px;
}
dl#menu2 dt {
cursor: pointer;
margin: 1px 0;
height: 20px;
line-height: 13px;
text-align: left;
font-weight: bold;
background: #999999;
}
dl#menu2 dd {
/*border: 1px solid gray;*/
}
dl#menu2 li {
text-align: center;
background: #fff;
}
dl#menu2 li a, dl#menu2 dt a {
color: #FFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding: 2px 2px 2px 2px;
}

dl#menu2 li a:hover, dl#menu2 dt a:hover {
background: #5B1A81;
}
