html, body {
  background: #D7D5CA;
  padding: 0px;
  height: 100%;
  margin: 0px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}

a {
  text-decoration:none;
}

.cma {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0px 50px 0px;
  width: 525px;
  z-index: 10;
}

.bande-titre {
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
}

.bande-chemin {
  margin: 10px 0px 10px 0px;
  text-align: left;
  font-size: 11px;
  color: #B0B0B0;
  font-weight: 100%;
}

.bande-chemin a {
  color: #B0B0B0;
  font-weight: 100%;
}

.bande-chemin a:hover {
  color: #FFFFFF;
}

.page {
  position: relative;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  background: #000000;
  color: #FFFFFF;
  width: 800px;
  min-height: 100%;
  text-align: left;
}

.bandeau {
  height: 140px;
}

.colonnes {
  position: relative;
  width: 800px;
  margin: 0px;
}

.gauche {
 position:absolute;
 top:0px;
 left:0px;
 width: 180px;
 background: #000000;
 z-index:10;
}

.droite {
 position:relative;
 left:180px;
 width:602px;
 min-height:350px;
 border-left: 1px dotted #B0B0B0;
 padding-left: 10px;
 z-index:10;
}

.footer {
  height: 36px;
  width: 800px;
  border-top: 1px dotted #B0B0B0;
  background: #000000;
  color: #FFFFFF;
  font-size: 10px;
  padding: 0px;
}

.footer-gauche {
 position:absolute;
 width:180px;
}

.footer-centre {
 position:relative;
 margin: 2px 0px 0px 190px;
 text-align: left;
 color: #808080;
}

.footer a {
 color: #FFFFFF;
 text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.maj {
  background: #000000;
  font-size: 10px;
  text-align: center;
  padding: 3px 0px 23px 0px;
  color: #808080;
}

div.menu {
  margin: 10px;
  font-size: 11px;
  padding: 5px 0px 10px 0px;
}

ul.menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 156px;
  z-index: 20;
}

ul.menu li {
  position: relative;
  width: 154px;
  margin: -1px 0px 0px 0px;
  padding: 5px 0px 5px 5px;
  color: #808080;
  border-top: 1px dotted #B0B0B0;
  cursor: default;
  z-index: 20;
}

ul.menu li.menu ul {
  position: absolute;
  display: none;
  top: 10px;
  left: 164px;
  width: 156px;
  margin: -1px 0px 0px 0px;
  padding: 0px 4px 0px 1px;
  border: 1px dotted #B0B0B0;
  list-style: none;
  background: #000000;
  color: #808080;
  z-index: 20;
}

ul.menu li ul li {
  width: 100%;
  z-index: 20;
}

ul.menu li ul li:first-child {
 border-top:0px;
}

ul.menu a {
  color: #808080;
}

ul.menu a:hover {
  color: #FFFFFF;
}

ul.menu li.menu {
  width:130px;
  padding-right:24px;
  background-image: url(../puces/arrow.gif) !important;
  background-position: 145px;
  background-repeat: no-repeat;
  z-index:20;
}

ul.menu li.menu:hover {
  background-image: url(../puces/arrowb.gif) !important;
  background-position: 143px;
  background-repeat: no-repeat;
  z-index:20;
}

.article {
  margin: 0px 10px 15px 0px;
  font-size: 12px;
  line-height: 18px;
  padding: 0px;
}

.article .pixplayer {
 text-align:center;
 margin-bottom:20px;
}

.article a, .article .extrait {
  color:#DFAA41;
}

.article .extrait {
 cursor:pointer;
}

.article a:hover, .article .extrait:hover {
 text-decoration: underline;
}

.article .titre {
  color: #DFAA41;
  font-size: 16px;
  font-weight: bold;
  font-variant: caps;
  margin: 20px 0px 10px 0px;
}

.article .texte {
  color: #FFFFFF;
  margin: 0px 0px 0px 0px;
}

.article .texte .spip_documents {
 margin: 5px 10px 5px 10px;
}

.article table {
 border-collapse:collapse;
}

.article table td {
 padding:2px 5px 2px 5px;
}

.article .row_even:first-child td {
 border-bottom: 1px dotted #FFF;
}

.formulaire_ecrire_contact input, .formulaire_ecrire_contact textarea {
 background-color:#000000;
 width:300px;
 color:#FFFFFF;
 border:1px solid #B0B0B0;
}

.formulaire_ecrire_contact textarea {
 background-color:#000000;
 width:490px;
 color:#FFFFFF;
 border:1px solid #B0B0B0;
 margin-top:10px;
 padding:0px 3px 0px 3px;
 padding:0px 3px 0px 3px;
 font-size:12px;
}

.formulaire_ecrire_contact input.ok_bouton {
 margin-top:5px;
 width:inherit;
 cursor:pointer;
}

.ecrire_contact_error {
 color:red;
 font-size:12px;
 margin-bottom:10px;
}

