@charset "iso-8859-1";
/* auteur: run-services communication */
/* Date de création: 26/11/2007 */

dl, dt, dd, ul, li {
/*margin: 0;*/
padding: 0;
list-style-type: none;
margin-left: 2px;
}

#menu {
position: absolute;
top: 0;
left: 0;
}

dl#menu {width: 13em;}

dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
/*background: #ccc;*/
/*background: #3366ff;*/
background: #009900;
color: #fff;
}

dl#menu dd {border: 1px solid gray;}
dl#menu li {text-align: left; background: #fff;}

dl#menu dt a {
color: #fff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a {
color: #0033ff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover,  {
/*background: #66ccff;*/
background: #bbffbb;
font-weight: bold;
color: #000000;
}

dt#menu {
font-weight: bold;
color: #3366ff;
}

