img {
  border: 0;
}

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  background-color: #6076a2;
  color: #000000;
}

#conteneur {
  width: 100%;
}

#header {
  background-image: url("img/ink.png");
  vertical-align: middle;
  line-height: 100px;
  font-size: 1.4em;
  height: 100px;
  top: 30px;
  background-color: #000;
  color: #FFF;
  right: 0px;
  padding-left: 187px;
  padding-right: 0px;
  /* border-bottom: solid 2px #000000; */
}

#title {
  margin-top: 4px;
  color: inherit;
}

#title td  {
  font-size: 1.4em;
  color: #FFF;
}

#left h1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: center;
  border-bottom: solid 1px #4488AA;
}

#left {
  width: 140px;
  background-color: #6992e5;
  color: inherit;
  border-bottom: solid 3px #000;
  border-right: solid 3px #000;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  position: absolute;
  padding-top: 20px;
  top: 80px;
  left: 15px;
}

#center h1 {
  font-size: 1.4em;
  border-bottom: solid 2px #4499CC;
  text-align: right;
  margin-top: 0px;
  margin-right: 5px;
  padding-top: 0px;
}

#center h2 {
  font-size: 1.4em;
  text-align: center;
  background-color: #66C8FE;
}

#center h3 {
  font-size: 1em;
  text-decoration: underline;
  color: inherit;
  background-color: inherit;
}

#center {
  background-color: #FFF;
  color: inherit;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-right: 15px;
  margin-top: 10px;
  margin-left: 177px;
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: justify;
  border: solid 1px #000;
  border-right: solid 3px;
  border-bottom: solid 3px #000;
}

#menu {
  
  margin: 0px;
} 

#menu a {
  display:block; 
  margin: 0;
  border-left: 4px solid #607bb2;
  text-decoration: none;
  color: #000;
  background-color: inherit;
  padding-left: 5px;
  border-bottom: 1px solid #88B;
}

#menu a:hover {
  border-left: 4px solid #002299;
  border-bottom: 1px solid #3388AA;
  color: inherit;
  background-color: #98b3ea;
}

#powered {
  margin: 0px;
  text-align: center;
} 

#center a {
  color: #008;
  background-color: inherit;
  text-decoration: none;
  font-weight:bold;
}

#center a:visited {
  color: #068;
  background-color: inherit;
  text-decoration:none;
  font-weight:bold;
}

#center a:hover {
  color: #000000;
  background-color: inherit;
  text-decoration: underline;
  font-weight:bold;
}

#center .item {
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 4px;
  border: solid 1px #4488CC;
  display:block;
}

#center .item a {
  background-color: #AADDFF;
}

textarea {
  background-color: #000000;
  color: #FFFFFF;
  font-weight:bold;
  border: 0px;
  margin-left: auto;
  margin-right: auto;
}

#display {
  width: 50em;
  background-color: #000;
  display:block; 
  color: #FFF;
  font-family: monospace;
  font-size: 11px;
  border: 1px solid #FFF;
}

#footer {
  text-align: right;
  font-size: 0.8em;
  font-style: italic;
  margin-right: 10px;
}

.code {
  font-size: 11px;
  white-space: pre;
  font-family: monospace;
  border-left: 3px double #000;
  margin: 5px;
  padding-left: 5px;
}

p:first-letter 
{
   font-size: 170%;
}

p {
  text-indent: 1em;
}
