body { 
background-color: #000000;
color: white; 
font-family: verdana, arial, serif; 
background-image: url("fond.gif");
margin: 0;
padding: 0;
}

img {border:none;}

table.center,div.center { 
text-align:center ;
margin-right: auto; 
margin-left: auto;
}
div.left{text-align:left;margin-right: auto;margin-left: auto;}
div.right{text-align:right;margin-right: auto;margin-left: auto;}

h1.center, h3.center { text-align:center ;}

h2.red{ color: red;}
h2.green{color: green;}
h2.yellow{color: yellow;}

p, table, li, address
{
  margin-left: 10pt;
}

p.address { text-align: left; font-size: 15pt; font-family: "Times New Roman", serif; }

p, th, td { font-size: 95%;}

h1, h2, h3, hr{ color: maroon;}

a:link,a:visited     { color: gray }
a:active,a:hover   { color:white }

#page{position: absolute; width: 100%;}

#header {height: 20px;}
#bottom {clear:both; height: 30px;}
#content > #banniere {margin-top: 20pt;margin-bottom: 20pt;height: 50px;}
#content {
float: left;
width: 63%;
/* height: 800px; */
overflow: auto;
}
#login {
float: right;
width: 13%;
}
#menu {
float: left;
width: 20%;
}

#menu ul, #menu li, #menu h3{ color: gray ; font-family: "comic sans ms", arial, 'sans serif';}
#menu h3 {font-size: 150%;}
#menu > ul {width: 11em; margin-left: -1px; font-size: 85%;} 
#menu li a {display: block; padding: 5px 7px; text-decoration: none; background-color: transparent;}
#menu li a:hover {background-color: #202020;}
#menu ul ul li {width: 9em; border-color: #FEFEFC;}
#menu li > a {background-color: transparent;}
#menu ul li {position: relative; margin: 0; padding: 0; list-style-type: none; padding: 0 0 0 5px; }
#menu li.hide:hover {background-color: #202020;}
#menu ul {padding: 0; margin: 0; font-size: 100%;}

#menu ul.show {padding: 0; margin: 0; font-size: 100%; list-style-type: square; background-color: transparent;}
#menu ul.show li {padding: 0 0 0 15px; }

#menu ul ul.show {padding: 0; margin: 0; font-size: 100%;}
#menu ul.hide {display: none;}
#menu ul li:hover > ul.hide {display: block; position: absolute; top: -1px; left: 100%;}
