body {
  margin:0px 10px;
  padding:0px;
  background:#444466;
  font:100% verdana, arial, sans-serif;
  font-size:small;
}

a {
  text-decoration:none;
  color:blue;
  outline:none;
  text-align:center;
}

img { 
  border:0;
}

#menu-left{
  width: 150px;
  position:fixed;
  left:10px;
}

.img-menu {
  cursor:pointer;
  width:100%;
  line-height:109px;
  font-size:large;
  display:none;
  color:#999;
}

.menu-level1 {
  padding:0;
  margin:0;
  list-style-type:none;
}

.menu-level1 a {
  margin:1px 0;
  line-height:2em;
  font-weight:bold;
  background:#ccc;
  color:black;
  display:block;
}

.menu-level2 {
  display:none;
  padding:0;
  margin:0;
  list-style-type:none;
}

.menu-level2 a {
  margin:0;
  line-height:1.5em;
  font-weight:normal;
  background:white;
}

.menu-level1 a:hover {
  background:#eee;
}

a.menu-level1-selected { 
  background:yellow; 
}

a.menu-level2-selected { 
  background:#FFFF99; 
}

.content { 
  display:none;
  text-align:justify;
  color:black;
  margin-left:160px;
}

.content a:hover { 
  background:#eee;
  border-bottom:3px solid blue;
  color:black;
}

.boite {
  margin-bottom:20px;
  background:white;
  padding:0.5em;
}

.boite p {
  margin:0;
  padding:0.5em;
}

h1 {
  margin:0;
  color:white;
  line-height:110px;
  text-align:center;
  font-size:xx-large;
}

h2 {
  font-size:small;
  background:#ccc;
  line-height:2em;
  padding:0px 1em;
  margin:0;
  margin-bottom:1px;
}

.abstract {
  margin:0.5em;
  padding:0.5em;
  background:#eee;
  border:1px solid #444466;
  display:none;
}

a.attachment {
  border:1px solid #444466;
  margin-top:0pt;
  padding:2px;
}

a.image-link {
  margin:10px;
}

a.image-link:hover { 
  border:0;
  background:none;
}

.centered_par {
  text-align:center;
}
