body {
  background: url(back.png);
  height: 100%;
  overflow: hidden;

  font-family: arial, sans;
}

a {
  color: #9faa00;
}

h1 { 
  float: left;
  width: 1px;

  color: black;

  font-weight: lighter;
  font-variant: small-caps;
  line-height: 1em;
  text-transform: uppercase;

  margin: 0;
  padding: 0;
}

h2 {
  float: right;

  color: black;

  font-size: 2.5em;
  line-height: 1em;

  margin: 0;
  padding: 0;
}

h3 { 
  float: right;
  clear: right;

  color: black;

  font-weight: lighter;
  font-size: 1.4em;
  line-height: 1em;

  margin: 0;
}

h4 {
  text-align: center;
  line-height: 35px;

  color: #e47f00;
  font-size: 1.4em;
  font-variant: small-caps;

  margin: 0;
  padding: 0 50px;
}

h5 {
  color: #752641;
  font-size: 1.2em;

  margin: 1em 0 .75em;
}

h6 {
  color: #752641;
  font-size: 1.1em;

  margin: .5em 0 .25em;
}

p {
  margin: .25em 0;
}

strong {
  font-weight: bold;
}

img, object {
  display: block;
  margin: 1em;
  margin-left: auto;
  margin-right: auto;
}

dt {
  font-size: 1em;
  margin: .5em 0 0;
  font-weight: bold;
}

dd {
  color: #777;
}

form{
  padding: 1em 0;
  margin: 0 10%;
  width: 75%;
}

label{ /* Just for IE6 */
  float: left;
  width: 70%;

  padding: 2px 1em;
}

input{ /* Just for IE6 */
  float: left;
  clear: left;

  padding: 0;
  margin: 0;
}

form>label{
  float: left;
  clear: both;
  width: auto;

  padding: 2px 1em;
}

input[type=radio],
input[type=checkbox]{
  float: left;
  clear: both;
  height: 1.5em;
  width: 1.5em;

  margin: .25em 0 0 2em;
}

input[type=radio] + label,
input[type=checkbox] + label{
  float: left;
  clear: both;

  margin: -1em 0 0 3em;

  padding: 0 1em;
}

input[type=submit]{
  clear: both;
  font-size: .8em;

  background: #fff;
  color: #9faa00;

  border: 1px solid #9faa00;
  margin: 1.5em 0 0;
  padding: .5em;
}

label + label{
  clear: both;
}

#main li{
  min-height: 20px;

  background: url(puce.png) 0 2px no-repeat;

  margin: .5em 0;
  padding: 0 0 0 30px;
  list-style-type: none;
  list-style-image: none;
}

#main li li{
  background: url(puce-small.png) 0 4px no-repeat;

  padding: 0 0 0 25px;
  font-size: .9em;
}

#parts { 
  position: absolute;
  bottom: 0;
  left: 0;

  list-style: none;

  margin: 0;
  padding: 0;
}

#options { 
  position: absolute;
  top: 110px;
  left: 45px;

  list-style: none;

  margin: 0;
  padding: 0;
}

#utils {
  display: none;
  position: absolute;
  bottom: 0;
  right: 1em;

  list-style: none;
  z-index: 100;
}

.slide {
  display: none;
}

#parts li, #options li, #utils li {
  float: left;

  font-size: 0;
  /* Webkit hack */
  text-indent: -15000em;

  background-repeat: no-repeat;
  background-position: 5px 3px;

  margin: 0;
  padding: 0;
}

#parts li, #options li {
  clear: left;
}

#parts li a, #options li a {
  display: block;
  height: 40px;
  width: 40px;
}

#utils li a {
  display: block;
  height: 32px;
  width: 40px;
}

#main { /* For IE6 */
  position: absolute;
  top: 115px;
  left: 110px;
  padding: 0;
}

body>#main {
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  overflow: auto;

  font-size: 1.3em;
}

#prev, #next {
  display: block;
  height: 40px;
  width: 40px;

  background-repeat: no-repeat;
  background-position: 3px 3px;

  font-size: 0;
}

#prev {
  float: left;
  background-image: url(prev.png);
}

#next {
  float: right;
  margin-right: 5px;
  background-image: url(next.png);
}

#bibliography {
  background-image: url(bibliography.png);
}

#class {
  background-image: url(class.png);
}

#diaporama {
  background-image: url(diaporama.png);
}

#glossary {
  background-image: url(glossary.png);
}

#video {
  background-image: url(video.png);
}

#questionnaire {
  background-image: url(questionnaire.png);
}

#home {
  background-image: url(home.png);
}

#help {
  background-image: url(help.png);
}

#avancement {
  display: none;
  position: relative;
  left: 8px;
  top: 4px;
  height: 300px;
  width: 20px;
  background: white;

  border: 3px solid black;
}

#avancement span {
  display: none;
  position: absolute;
  bottom: 0;
  width: 14px;
  background: green;

  margin: 3px;
}

.nbslide {
  position: fixed;
  right: 1.5em;
  bottom: 1em;

  font-size: .8em;
}

#download {
  background-image: url(download.png);
}

#sound {
  background-image: url(sound.png);
}

#replay {
  background-image: url(replay.png);
}

#slide0 {
  display: block;
}

#letters {
  margin: 0 0 0 100px;
  padding: 80px 0 0 0;

  list-style-type: none;
  list-style-image: none;
  text-align: center;
}

#letters li {
  display: table-cell;
  display: inline;
  margin: 0 .1em;
  text-align: center;
}

#letters li a {
  display: table-cell;
  width: 1em;
  text-align: center;
  color: #555;
  font-weight: bold;
  text-decoration: none;
  border: 1px #333 solid;
}

#letters li a:hover, 
#letters li a:focus {
  color: #000;
  background: #e47f00;
}

#main li.point0 {
  background: url(puce-0pt.png) no-repeat;
}

#main li.point1 {
  background: url(puce-1pt.png) no-repeat;
}

#main li.point2 {
  background: url(puce-2pt.png) no-repeat;
}

#logger {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;

  background: url(/themes/third/img/lumi.png);
  text-align: center;

  padding: 1em;
  border: dotted 1px #752641;
}

#logger a {
  text-decoration: none;
  font-variant: small-caps;
  color: #752641;
}

img.left,
img.right {
  margin-left: 1em;
  margin-right: 1em;
}

.left {
  clear: both;
  float: left;
}

.right {
  clear: both;
  float: right;
}



h2.index {
  float: none;
  text-align: center;

  font-size: 1.5em;
  font-weight: lighter;
  color: #9faa00;

  margin: .5em 0;
  padding: 0 0 0 .5em;
}

h3.index {
  float: none;
  color: #752641;
  font-size: .9em;
  margin: 1.2em 0 0;
}

h3.index a {
  display: block;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 22px;
  font-weight: normal;
  height: 22px;
  color: #752641;
  background: url(/img/fleche.png) 0 50% no-repeat;
  padding-left: 30px;
  margin-right: 1em;
}

h3.index>a {
  height: auto;
}

h3.index a:hover, h3 a:focus {
  text-decoration: underline;
}

p.index {
  font-size: .7em;
  font-weight: lighter;
  margin: 0;
  padding: .25em 1em 0;
  color: #e47f00;
}

ol.index li {
  font-weight: normal;
  font-size: .7em;
}

ol.index li a {
  text-decoration: none;
}

ol.index li a:hover,
ol.index li a:focus {
  text-decoration: underline;
}

form.index {
  clear: both;
  float: none;
}
