body {
  margin: 0px;
  padding: 0px;
  background: #311 url('fondrouge.png');
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
}
hr {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: black solid 1px;
}
div#opaque {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: black;
  z-index: 1000;
  filter:alpha(opacity=70);
  -moz-opacity:.7;
  opacity: 0.7;
}
div#fp {
  position: absolute;
  padding: 32px 32px 12px 32px;
  background: white;
  border: 1px gray solid;
  z-index: 100;
  z-index: 1002;
}
div#fp img {
  margin-bottom: 9px;
}
div#fp table {
  margin: 0px;
  padding: 0px;
  border: none;
  border-collapse: collapse;
}
div#fp table td {
  text-align: center;
}
div#fp table tr.commands td {
  width: 100px;
}
div#fptext1 {
  position: absolute;
  display: block;
  background: white;
  z-index: 1003;
  margin: 1px;
  padding: 4px;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity: 0.50;
  text-align: center;
}
div#fptext2 {
  position: absolute;
  display: block;
  z-index: 1004;
  margin: 1px;
  padding: 4px;
  text-align: center;
}
div#loading {
  position: absolute;
  padding: 16px;
  background: white;
  border: 1px gray solid;
  z-index: 100;
  text-decoration: blink;
  font-style: italic;
  z-index: 1001;
}
div#main {
  text-align: left;
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  background: #d9dcde url('fond_900x600.jpg') no-repeat;
  width: 900px;
  height: 600px;
}
div#doku {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 4px;
  border-left: 1px white solid;
  border-bottom: 1px #aaa solid;
  background: #ffc;
}
div#doku form {
  padding: 0;
  margin: 0;
}
div#titre {
  position: absolute;
  margin: 9px 0px 0px 0px;
  padding: 0px;
  width: 900px;
  height: 94px;
  background-image: url('fond_900x600_titre.jpg');
}
div#menu {
  position: absolute;
  margin: 105px 0px 0px 9px;
  width: 144px;
  height: 182px;
  padding: 0px;
  background-image: url('fond_900x600_menu.jpg'); 
}
div#menu ul {
  margin: 11px 0px 0px 15px;/* 7px hors du cadre */
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
}
div#menu ul li {
  list-style: none;
  margin: 0px;
}
div#content {
  position: absolute;
  margin-top: 112px;
  margin-left: 162px;
  overflow: auto;
  width: 730px; /* 900px - 162px - 8px  */
  height: 472px; /* 600px - 112px - 16px */
}
div#innercontent {
  margin-right: 8px;
}
div#print {
  position: absolute;
  margin-top: 290px;
  margin-left: 0px;
  padding-left: 23px;
  height: 12px;
  width: 162px;
  line-height: 12px;
  font-size: 10px;
  color: #666;
}
div#icons {/*
  position: absolute;
  margin-top: 345px;
  padding-bottom: 10px;
  margin-left: 8px;
  width: 144px;
  text-align: center;*/
  text-align: right;
  padding-top: 3px;
  width: 900px;
  margin: auto;
}
div#icons img {
  filter:alpha(opacity=25);
  -moz-opacity:.25;
  opacity: 0.25;
}
div#icons img:hover {
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity: 1.0;
}
div#icons img {
  border: none;
  margin-bottom: 4px;
}
div#print a {
  font-weight: normal;
  color: #444;
}
div#copyright { 
  position: absolute;
  margin-top: 585px;
  margin-left: 0px;
  height: 12px;
  width: 890px;
  line-height: 12px;
  font-size: 10px;
  text-align: right;
  color: #555;
}
table#photos {
  width: 100%;
}
table#photos tr td {
  text-align: center;
  padding: 6px;
  width: 50%;
  vertical-align: top;
}

ul li {
  margin-bottom: 10px;
}
ul li.level2 {
  margin-bottom: 2px;
}
ul ul {
  margin-top: 6px;
}
a {
  color: black;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
a[href] {
  text-decoration: underline;
}
a[href]:hover {
  color: #810;
  text-decoration: none;
}
a.discret {
  font-weight: normal;
}
img {
  border: 1px solid #666;
}
img.free {
  border: none;
  vertical-align: middle;
}
div#titre h1 {
  visibility: hidden;
}
h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  text-align: left;
  border-bottom: black double;
  font-size: 30px;
  clear: both;
}
h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  text-align: left;
  border-bottom: 1px black solid;
  font-size: 30px;
  clear: both;
}
h3 {
  font-size: 18px;
  margin: 18px 0px 16px 0px;
  border-bottom: 1px #666 solid;
  font-weight: bold;
  clear: both;
}
h4 {
  margin: 16px 0px 14px 0px;
  font-size: 16px;
  font-style: italic;
}
div.smallvideo {
  float: right;
  margin-left: 16px;
  text-align: center;
  font-size: 80%;
}
div.smallvideo img {
  border: none;
  vertical-align: middle;
  cursor: pointer;
}
p {
  /*text-indent: 32px;*/
  text-align: justify;
  line-height: 150%;
}
img.right {
  float: right;
  margin-left: 16px;
  margin-bottom: 8px;
}
img.left {
  float: left;
  margin-right: 16px;
  margin-bottom: 8px;
}
div.logospart {
  float: right;
  margin-left: 16px;
  margin-bottom: 8px;
  text-align: right;
}
div.logospart img {
  margin-bottom: 8px;
}
th {
  text-align: center;
}

input.mtext {
  width: 300px;
  border: 1px inset gray;
  background: url('fondform.png');
}
input.msubmit {
  border: 1px outset gray;
  background: url('fondform.png');
}
textarea {
  width: 300px;
  height: 130px;
  border: 1px inset gray;
  background: url('fondform.png');
}

span.error {
  font-weight: bold;
  color: #b00;
}

/* Pour le collapse */

div.colDetails {
  background: url('fleche.gif') left center no-repeat;
  padding-left: 10px;
  text-decoration: underline;
  overflow: hidden;
  cursor: pointer;
}

div.colData {
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

/* Pour google */

div.googleplan {
  float: right;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  text-align: center;
}
div.googleplan iframe {
  border: 1px gray solid;
}

/* Videos */

div#videotitle {
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
  font-size: 120%;
}
div#videolistleft {
  float: left;
  text-align: center;
  height: 330px;
}
div#videolistright {
  float: right;
  text-align: center;
  height: 330px;
}
a.videolistimg {
  display: block;
  margin-bottom: 23px;
}
div#videocredit {
  margin-top: 4px;
  font-size: 75%;
  font-style: italic;
  text-align: center;
}
i.important {
  color: #800;
  font-weight: bold;
}
div#visibleicons {
  position: absolute;
  margin-top: 302px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 8px;
  width: 144px;
  text-align: center;
}
div#visibleicons img {
  border: none;
  margin-bottom: 2px;
}

div.no img {
  border: none;
}
textarea#wiki__text {
  width: 700px;
  height: 260px;
}
form.btn_secedit {
  margin: 8px 0 8px 8px;
  padding: 0;
  float: right;
  text-align: right;
}
em.u {
  text-decoration: underline;
}
.mediaright {
  margin-left: 16px;
  margin-bottom: 8px;
}
.medialeft {
  margin-right: 16px;
  margin-bottom: 8px;
}

/* Bureaucracy */
form.bureaucracy__plugin fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
form.bureaucracy__plugin legend {
  display: none;
}
form.bureaucracy__plugin label {
  display: block;
  padding: 3px 0;
  clear: both;
}
form.bureaucracy__plugin label span {
  width: 170px;
  margin-right: 10px;
  float: left;
}
div#plugin__captcha_wrapper {
  padding: 3px 0 8px;
}
div#plugin__captcha_wrapper label {
  float: left;
  width: 170px;
  margin-right: 10px;
  padding: 0;
}
div#plugin__captcha_wrapper img,
div#plugin__captcha_wrapper input {
  vertical-align: middle;
}

