#menu {
  float: right;
}

#up {
  width: 95% !important;
  height: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
}

#liste {
  width: 95%;
}

#proces {
  width: 95%;
}

.index {
  width: 230px;
  background-color: #ff9900;
  float: right;
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
}

h2 {
  color: #cc33cc;
  background-color: transparent;
  font-size: 30px;
}

h3 {
  color: #3366ff;
  background-color: #cccccc;
  font-size: 20px;
}

.txt {
  padding-left: 38px;
}

.menu {
  list-style-type: circle;
}

body {
  font-size: 16px;
  background-color: #666666;
  color: white;
}

