a {
  text-decoration: none;
  color: #7380ff;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #444fb7;
}
body {
  background-color: white;
  font-family: sans-serif;
  font-size: 0.9em;
  color: black;
}
h2 {
  margin: 0;
  margin-top: 1em;
}
p {
  margin: 0;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table thead {
  font-weight: bolder;
  background-color: #606060;
  color: #ffffff;
  text-align: left;
}
ul {
  margin: 0;
  list-style-type: none;
}
tr.impair {
  background-color: #f1f1f1;
}
.false{
  text-decoration: line-through;
}
.true{
  font-weight: bolder;
}
.conjug{
  margin: 30px;
}
.clear {
  display:block;
  clear:both;
  visibility:hidden;
}
.current {
  font-weight: bolder;
  color: #1cb92b;
}
.exemple {
  padding: 10px;
  padding-left: 2em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  border: 1px dotted;
  background-color: #d7f8df;
  line-height: 1.5;
}
#test_content form {
  margin: 2em;
  text-align: center;
}

.verb_elem, #verb_form input, #verb_form button{
  width: 18%;
  display: block;
  float: left;
  margin: 2px;
  margin-left: 4px;
  margin-right: 4px;
}

#test_form form {
  border: 1px dotted #7380ff;
  padding: 0.4em;
  margin: 2px;
}

#infinitive {
  padding: 1px;
  padding-right: 1.5em;
  font-weight: bolder;
}

#result {
  height: 250px;
  width: 100%;
  overflow: auto;
}
#result div {
  margin: 0;
  margin-top: 5px;
  border: 2px solid;
}

#result .conjug {
  margin: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
  float: left;
  width: 25%;
}

#result .userTrue {
  background-color: #d7f8df;
  border-color: #327d34;
}

#result .userFalse {
  background-color: #f8d7d7;
  border-color: #b54545;
}

#header {
  position: absolute;
  width: 950px;
  height: 90px;
  top: 15px;
  left: 50%;
  margin-left: -475px;
}
#header h1{
  margin-left:-25px;
  font-size: 2em;
  width: 247px;
  font-family: serif;
  text-align: center;
}
#google {
  position: absolute;
  right: 0px;
  top: 0;
}

#container {
  width: 700px;
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -350px;
}

#menu {
  background-color: #fbfbfb;
  position: absolute;
  width: 700px;
  top: -55px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dashed;
  font-weight: bold;
}
#menu ul{
  list-style-type: none;
  margin: 0;
  margin-top: 10px;
  padding-left: 150px;
  text-align: center;
}
#menu li{
  display: inline;
  margin: 1em;
}
#parainage{
  position: absolute;
  top: 0px;
  left: -140px;
  width: 120px;
  height: 240px;
}
#copyright{
  font-family: monospace;
  text-align: center;
  margin-top: 3em;
}
