body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin: 0px;
  margin-bottom: 10px;
  color: #333;
  background: url(/left.png) #80c0f0 repeat-y left;
}

#conteneur {
  width: 100%;
}

#header {
  background-color: #000;
  color: #FFF;
  padding-left: 188px;
  padding-right: 0px;
  line-height: 1.6em;
}

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

#left {
  width: 164px;
  background: url(/menu.png) #AAE0FF repeat-x top;
  color: inherit;
  border-bottom: solid 3px #000;
  border-right: solid 3px #000;
  border-left: solid 1px #000;
  border-top: none;
  position: absolute;
  padding-top: 6px;
  top: 0px;
  left: 10px;
}

#left hr {
  color: #4499CC;
  background-color: #4499CC;
  height: 1px;
}

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

#center h2 {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 1.3em;
  text-align: center;
  background: #C0E0F0;
  color: inherit;
  font-variant: small-caps;
  letter-spacing: 2px;
}

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

#center h4 {
  margin-top: 0.5em;
  font-size:1em;
  font-weight:bold;
}
h5 {
  font-size:1em;
}
h6 {
  font-size:1em;
}

#center big {
  margin-top: 8px;
}

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

#menu {
  margin: 0px;
  background: url(/menu2.png) repeat-x bottom;
} 

#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu a {
  display:block; 
  margin: 0;
  margin-left: 4px;
/*  border-left: 4px transparent solid; */
  border-bottom: 1px dashed #A0C0F0;
  text-decoration: none;
  color: #000000;
  background-color: inherit;
  padding-left: 5px;
}

#menu a:hover {
  margin-left: 0px;
  border-left: 4px solid #002299;
  border-bottom: 1px solid #3388AA;
  color: inherit;
  background-color: #00AAFF;
}

.field legend:hover {
  color: #FFF;
  background-color: #4488CC;
  border: solid 1px #225;
}

#center a {
  color: #338;
  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 .field a:hover {
  text-decoration: none;
}

#center p {
  margin-right: 25px;
  margin-left: 10px;
}

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

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

#center .item a:after {
  content: ':';
}

textarea, input {
  color: inherit;
  background-color: #C0E0F0;
  border: 1px #000 solid; 
}

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

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

#center pre {
  font-size: 11px;
  white-space: pre;
  font-family: monospace;
  border-left: solid 3px #666;
  margin: 5px;
  padding-left: 8px;
  overflow:auto;
}

.box {
  border: 2px #000 solid;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  padding: 6px;
  background-color: #EEEEEE;
  color: #000000;
  font-variant: normal;
}

.box h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  border: 0px #000000;
  font-variant: normal;
  color: #FFFFFF;
  background-color: #AAAAAA;
  text-align: center;
}

.box2 {
  border: 1px #000 solid;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  padding: 4px;
  background-color: #EEEEEE;
  color: #000000;
  font-variant: normal;
}


#center ul {
 list-style-type: square;
}

legend {
  font-weight:bold;
  border: solid 1px #4488CC;
}

.clickable {
  cursor: pointer;
}

img {
	border:none;
	background:transparent;
}

