
/* le premier gris : #9E9F99 */

body {
  background-color: black;
  font-family: sans-serif;
  font-size: 8pt;
  color: white;
  margin: 0px;
  margin-top: 5px;
  }

img.lien, button {
  cursor: pointer;
}

a img {
  border-style: none;
}


a:link, a:active, a:visited {
  color: white;
}

/* À VOIR SI vraiment ergonomiquement utile ?
a:visited {
  color: #414135;
}
*/

a:hover {
  color: #C54639; /* #C46055; */ /* #C54639; la teinte de la courbe */;
}


span.lienJavascript { /* MSIE sur un A href="javascript: " merde avec la vidéo (eg si WMP bloque la lecture, si QTP arrête le téléchargement progressif) */
  cursor: pointer;
  color: white;
  text-decoration: underline;
}

span.lienJavascript:hover {
 color: #C54639;
}

p {
  margin: 0px;
  margin-bottom: 0.5em;
}

#legende p, #zoneExplications p {
  line-height: 1.35em;
}


/* ==================== structuration de la page ==================== */

#haut, #milieu, div.bas {
  padding-left: 10px;
  padding-right: 10px;
}

#haut, div.separateurBas, div.toc p {
  border-style: solid;
  border-color: #414135;
}

/* ==================== partie haute de la page ==================== */

/* Zone utilisable : 610 px */

#haut {
 height: 74px; /* 100px; */
  overflow: hidden;
  border-width: 0px;
  border-bottom-width: 2px;
}

div.toc, div.zoneInputs, div.aDroiteDessinHautPage {
  padding-left: 10px;
  background-image: url("Images/separateurVerticalZoneHaute.gif");
  background-repeat: no-repeat;
  background-position: center left;
}


/* ----- TOC ----- */

div.toc {
  float: left;
  margin-left: 20px;
}

div.toc p {
  text-transform: uppercase;
  font-weight: bold;
  background-image: url("Images/puceLosangeGris.gif");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 10px;
  margin-top: 2px;
  margin-bottom: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
}

div.toc p a:link, div.toc p a:active, div.toc p a:visited {
  text-decoration: none;
}





/* ----- Choix langues ----- */

div.langues {
  float: right;
  padding-right: 10px;
}

/* ----- ZONES SAISIES Visiocode et Recherche ----- */

#haut div.zoneInputs {
  float: right;
}

#haut div.zoneInputs input {
  font-size: 8pt;
  margin-right: 20px;
  width: 140px;
  color: white;
  background-color: black;
  border-style: solid;
  border-color: white;
  border-width: 1px;
}

/* ==================== zone centrale de la page ==================== */

#milieu {
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

div.reportageEtLegende {
  float: left;
}

/* ----- La zone vidéo + légende (à gauche) ----- */

#reportage {
  width: 460px;
  border-color: #414135;
  border-style: solid;
  border-width: 2px;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
}

#jeNeVoisPasLaVideo {
  background-color: #414135;
  height: 12px;
}

#videoManuelle {
  cursor: pointer;
  background-image: url('Images/lectureVideoManuelle.gif');
  color: red;
  font-size: 14pt;
}

/* ----- La Legende du Reportage ----- */

#legende {
 width: 460px;
 overflow: auto;
 color: #bab6b6;
}

#legende h1 {
 color: white; /* #C54639; */
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 10pt;
  text-transform: uppercase;
}

#legende h2 {
  color: white;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 10pt;
  font-weight: bold;
}

#legende ul {
  margin-top: 0px;
}

/* ----- Affichage de la zone PB vidéo ----- */

#pb {
  background-color: white;
  color: black;
  /*
    width: 352px;
  */
  overflow: auto;
  padding: 5px;
}

#pb h1, #pb h2 {
  color: #C54639;
  font-size: 10pt;
  margin: 10px 0px 5px 0px;
}

#pb h1 {
  text-align: center;
}

#pb h2 {
  margin-top: 15px;
}

#pb p, #pb ul li {
  margin-top: 0px;
  margin-bottom: 5px;
}

#pb ul {
  margin-top: 5px;
  margin-bottom: 5px;
}


/* ----- LA ZONE D'EXPLICATIONS (à droite) ----- */

#zoneExplications {
 padding: 0px 10px 0px 10px;
 height: 470px; /* 494 - 24 pour thèmes XP (cf. cas écran SP) */
 overflow: auto;
 color: #bab6b6;
 /*
 border-color: red;
 border-style: solid;
 */
}

#zoneExplications h1 {
 color: white;
  font-size: 10pt;
/*  font-family: verdana; */
  text-align: left;
  text-transform: uppercase;
  margin: 10px 0px 15px 0px;
  border-style: solid;
  border-color: #414135;
  border-width: 1px 0px 1px 0px;
}

#zoneExplications h1 span {
  background-color: #414135;
  padding: 0px 5px 0px 5px;
}

#zoneExplications h2, #zoneExplications h3 {
  color: white;
  margin: 10px 0px 5px 0px;
  font-size: 10pt;
  text-transform: uppercase;  
}

#zoneExplications ul {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 10px;
  margin-left: 10px;
  /*  list-style-position: inside; */
}

#zoneExplications li {
  margin-bottom: 0.5em;
}

#zoneExplications p.dernierParagraphe {
  margin-bottom: 25px;
}

button.vignette {
  padding: 0px;
  width: 116px;
  height: 66px;
  margin-top: 4px;
  margin-bottom: 0px;
  border-color: #414135;
  border-style: solid;
  border-width: 1px;
}

button.vignette img {
  width: 114px;
  height: 64px;
  margin-top: -1px; margin-left: -3px;}

/* ----- Variante vignette avec textuel à droite ----- */

div.vignetteTextuelDroite {
 height: 80px;
}

div.vignetteTextuelDroite button {
 float: left;
 margin-right: 5px;
}


/* ==================== partie basse de la page ==================== */

/*
div.separateurBas {
  clear: left;
  border-width: 0px;
  border-top-width: 2px;
}

div.bas {
  margin-top: 2px;
  height: 29px;
  background-color: #414135;
}*/

#bas {
  width: 100%;
  height: 33px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: url("Images/fondPiedDePage.gif");
  background-repeat: repeat-x;
}


/* ========== Absence de Javascript  ========== */

#jsNonActif {
 position: absolute;
 top: 0px;
 left: 0px;
  padding: 5px;
  background-color: white;
  border-color: red;
  border-style: solid;
  color: black;
  font-weight: bold;
}

#jsNonActif .pb {
  color: red;
}

#jsNonActif .sol {
  color: green;
}

/* ========== Formulaire ========== */

#bandeauHaut {
  text-align: center;
}

label {
  color: #C54639;
  font-weight: bold;
}

input, textarea {
  color: white;
  font-family: monospace;
  font-size: 10pt;
  background-color: black;
  border-color: #414135;
  border-style: solid;
  border-width: 2px;
}

input.submit {
  font-family: sans-serif;
  background-color: #414135;
  border-color: #414135;
  font-weight: bold;
  border-style: outset;
  border-width: 2px;
}

