/* css file generated by Tangui -- Skedar.dark@laposte.net */
body
{
margin:0;
padding:30px;
padding-top:100px;
}

#divmenu
{
float:left;
background:aliceblue;
border:double grey;
max-width:82px;
}

.menu dt
{
background-color:#006699;
border:1px aliceblue dotted;
color:white;
width:80px;
height:20px;
overflow:hidden;
text-align:center;
}

.menu:hover dd
{
display:block;
}

.menu dd
{
background-color:#BED4EB;
border:1px grey dotted;
width:120px;
height:20px;
display:none;
}

blockquote
{
background:white;
border:1px solid black;
}
/*--------------------------------------------*/

#maindiv
{
float:left;
background:#EDFFF0;
border:black dashed 1px;
padding:6px;
margin-left:80px;
width:70%;
}