html {
  background-image: url(fond.jpg);
  background-color: #ffebb7;
}

body {
  margin: 0;
  padding: 0;
}

#sidebar_and_content {
  margin-right: 1em;
  position: relative;
  min-width: 40em;
}

#header .plan {
  background-color: rgb(253,211,47);
  color: inherit;
  margin-top: 0;
  padding: .5em;
  font-weight: bold;
}

#header {
  margin: 0;
}

#header h1 {
  background-color: black;
  color: rgb(253,211,47);
  margin: 0;
  font-family: sans-serif;
  font-variant: small-caps;
  text-align: right;
  padding-right: .5em;
}

.langs {
  float: right;
  font-size: 80%;
  font-weight: bold;
  padding: .4em;
  margin: 0;
  direction: ltr;
} 

.langs a {
  padding: 0 .1em;
}

.langs a img {
  width: 1.2em;
 vertical-align: bottom;
  border-style: none;
}

.langs a:link, .langs a:visited {
  color: black;
  background-color: inherit;
  text-decoration: none;
  border: #777 outset 2px;
}

.langs a:hover, a:link.selected_lang, a:visited.selected_lang
{
  border: #777 inset 2px;
  background-color: rgb(200,128,0);
  color: black;
}

#sidebar {
  position: absolute;
  right: 0;
  top: 0;
  width: 12em; 
  margin-right:2px; /* IE 7 needs this or displays a horizontal scrollbar */
}

#sidebar p {
  text-align: center;
}

.toc, address {
  width: 10em;
  margin: 1em;
  padding: .5em 0;
}

address {
  text-align: center;
}

address a {
  font-size: 90%;
}

.toc {
  background-color: rgb(253,211,47);
  color: inherit;
  border-style: dashed;
  border-width: 1px;
  padding-left: 1em;
}

.toc.local {
  background-color: rgb(249,217,99);
  color: inherit;
}

.toc ul {
  font-size: 90%;
  font-family: sans-serif;
  list-style-type: none;
  margin: 0;
  padding-left: 1.5em;
  line-height: 1.3em;
  text-indent: -1em;
}

.toc li {
  font-weight: bold;
}

.toc li li {
  font-weight: normal;
}

.toc a:link, .toc a:visited {
  color: black;
  background-color: inherit;
  text-decoration: none;
  padding: 2px;
}

.toc a:hover {
  background-color: rgb(200,128,0);
  color: black;
}

.toc .selected {
  color: green;
  background-color: inherit;
}

.toc .selected > a:visited, .toc .selected > a:link {
  color: green;
  background-color: inherit;
}

.toc .selected li {
  color: black;
  background-color: inherit;
}

#main_content {
  position: relative;
  margin-right: 12.5em;
  padding: 0em .5em;
  border-style: none solid none none;
  border-width: 2px;
}

#main_content h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
}

h2 {
  clear: both;
  border-style: solid none;
  text-align: center;
  margin-top: 2em;
}

.warning {
  border: solid red 3px;
  padding: 15px 15px 15px 120px;
  margin: 0;
  background-image: url(attention.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  min-height: 80px;
  max-width: 50em;
}

.warning_systran {
  background-image: url(attention_systran.png) !important;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 2em;
}

acronym {
  border-style: none none dotted none;
  border-width: 1px;
  border-color: black;
  cursor: help;
}

.flottant {
  float: left;
  margin: 1em;
}

.fin_content {
  clear: both;
  visibility: hidden;
}

.coordonnees {
  float: left;
  border-style: double;
  vertical-align: middle;
  padding: 1em;
  max-width: 20em;
}

.alternates {
  text-align: right;
  width: 10em;
  float: right;
  margin: 1em .5em 1em 0;
  font-size: 120%;
}

.alternates a {
  text-decoration: none;
  color: blue;
  background-color: inherit;
  padding: 1px;
}

.alternates a:hover {
  background-color: rgb(0,255,255);
  color: inherit;
  border: blue 1px solid;
  padding: 0;
}

ul.alternates li {
  list-style-type: none;
}

.last-modified {
  font-size: 80%;
  text-align: center;
}

dt { font-weight: bold; }

.latitude { text-align: center; }

li:target { border: solid 2px red; }

.talks li { list-style-type: none; margin-left: 9em; margin-bottom: .5ex; }

.talks .date {float: left; width: 8em; margin-left: -9em; text-align:right; }
