
#menu {
width: 100%; /* correction pour Opera */
color: #8000c0;
}
#menu dl {
float: left;
width: 15em;
color: #8000c0;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #80a0ff;
border: 1px solid blue;
margin: 1px;
color: #8000c0;
}
#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
color: #80a0ff;
background: white;
}
.storytitle{
	cursor: pointer;
text-align: center;
font-weight: bold;
background: #80a0ff;
border: 1px solid blue;
margin: 1px;
color: #8000c0;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
text-transform: uppercase;
}
