/* CSS Document */

/* tous les cours */

#tous {
position          : absolute;
width             : 250px;
top               : 94px;

display           : none;

margin            : 0 248px;
padding           : 5px;
background-color  : #FFF;
border            : 1px solid #900;
}

#tous h1 {
margin            : 0;
padding           : 3px 0;
}

#tous h1 a {
font-size         : 9px;
}

#tous ul {
margin            : 0;
padding           : 0;

list-style        : none;
}

#tous li h1 a {
font-size         : 9px;
color             : #900;
text-decoration   : none;
line-height       : 11px;
}

#tous li a:hover {
color             : #F00;
}
