/* Author : Micka&euml;l Wolff aka LupusMichaelis
 * Thanks to :
 *  http://www.yellowtab.com
 *  http://w3.org
 */
@import url('presentation.css');

* {
  font-size: 1.1em;
}

body {
  color: forestgreen;
  background:   black;
}

pre {
  border-color: forestgreen;
}

pre, code {
  background: black;
  color: greenyellow;
}

object {
  border-color: green;
}

table {
  background: greenyellow;
  color: black;
}

th { background: green; }

td { background: forestgreen; }

#corps, #intro {
  background: black;
  color:      forestgreen;

  border-color: green;
}

#intro, #conclusion, .aide {
  background: black;
}

td#mid {
  border-color: green;
}

#menu {
  background: black;
  color: forestgreen;
  border-color: green;
}

#general, #pied {
  background: black;
  border-color: green;
}

#error {
  background: chartreuse;
  color: darkgreen;
  border-color:aquamarine;
}

.danger {
  color: gold;
}

a:visited { color: darkgreen; }
.js,a:link    { color: greenyellow; }
a:active  { color: aquamarine; }
.js:hover,a:hover   { color: chartreuse; }

div.logos
{
  background: chartreuse;
}

figure
{
    background-color: darkgreen;
    color: black;
}
