/* CSS issu des tutoriels http://css.alsacreations.com */
/* Modified for sck site */
dl, dt, dd, dd ul, dd li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
/* removed because not related to the menu itself */
/* position: absolute; */
/* top: 0; */
/* left: 0; */
}
dl#menu {
width: 15em;
}
dl#menu dt {
margin: 1px 0;
padding: 4px 0 4px 0;
/* removed because it breaks the user size modification (accessibility) */
/* height: 20px; */
/* line-height: 20px; */
cursor: pointer;
text-align: left;
font-weight: bold;
border: 1px solid gray;
background: #fff;
color: #000;
padding-left: 4px;
}
dl#menu li a, dl#menu dt a {
display: block;
height: 100%;
white-space: nowrap;
color: #000;
text-decoration: none;
border: 0 none;
}
dl#menu dd {
border: 1px solid gray;
margin-left: 20px;
}
dl#menu li {
text-align: left;
background: #fff;
padding-left: 4px;
}
dl#menu li a:hover, dl#menu dt a:hover {
background: #CCCCDD;
}
dl#menu img {
  vertical-align: middle;
  color: #fff;
  margin-right: 4px;
}
