/* Ces styles sont communes à toutes les pages du site des Cahiers
   sauf pour les pages à imprimer, qui utilisent common-print.css.
*/

/* Generalites: */

p.spip { margin: 0; } /* Pour en amoindrir les effets deleteres. */

a {
  color: black;
  text-decoration: underline;
}
a:hover { color: red; }
a:active { color: #900; }

/*sup {
  vertical-align: text-top;
  font-size: 70%;
}*/

/*

Structure d'une page:

? = optionnel
* = 0, 1 ou plusieurs fois

body
  h1 (le logo)
  div#homeLink (lien en haut de page vers la page d'accueil)
  div#nvg (boutons de navigation)
    ...
  div#cnt (contenu)
    div#prnc (contenu principal)
      h2#akind ? (type d'article (hors-numéro, résumé...)
      h2#numer ? (numéro des Cahiers, par ex.)
      h2#titre (titre de l'article ou de la page)
      h2#sstit ? (sous-titre de l'article ou de la page)
      h2.auteu * (auteur(s) principal(s))
      h2#srtit ? (auteur(s) secondaire(s))
      div#chapo ? (chapeau de l'article)
        p
        blockquote
        p.signat
      div#texte (texte principal)
        h3
        h4
        p
        ...
        div.encadre
          ...
      div#notes ? (notes)
        ...
    div#cmpl ? (contenu complémentaire)
      h2
      h3
      h4.intLk
      h4.extLk
      h4.bibli
      p
      hr

Cette structure concerne les sept squelettes suivants:

sommaire.html
auteurs.html
numeros.html
recherche.html
article.html
sommaire-en.html
numeros-en.html

Les éléments «non optionnels» ne sont pas plus obligatoires que ça, simplement, de fait, ils sont toujours présents.

Un huitième squelette:

article-print.html

a une structure semblable, mais simplifiée (voir feuille common-print.css).

Chaque article a la possibilité d'ajouter des styles spécifiques, en la plaçant dans l'attribut "ps" entre balises <style> et </style> (qui doivent être écrites telles quelles.

*/

/* body: */

body {
  background-image: url("/fond.gif");
  background-repeat: repeat-y;
  background-position: 0;
}

#entravaux {
  position: absolute;
  top: 60px;
  left: 700px;
}


/* h1:
  le logo en background,
  plus un texte non visible sauf pour navigateurs décatis. */

h1 {
  margin: 0;
  padding: 0;
  background: url("/squelettes/documents/LogoCA_400.gif") no-repeat 170px;
  height: 82px;
  width: 580px;
}

h1 span { display: none; }

#homeLink {
  position: absolute;
  top: 0;
  left: 170px;
}

#homeLink p {
  margin: 0;
}

#homeLink p a {
  display: block;
  width: 500px;
  height: 82px;
  text-decoration: none;
  z-index: 2;
}

/* div#nvg: */

#nvg {
  position: absolute;
  width: 145px;
  left: 10px;
  top: 0;
  margin-bottom: 1em;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
}

#nvg #f-rech {
  position: absolute;
  left: 0;
  top: 132px;
  width: 100%;
  overflow: hidden;
}

#nvg .menuList {
  width: 100%;
  border: 1px solid #666;
  border-bottom: none;
  padding: 0;
  margin: 0;
  background-color: #DDD;
}

#nvg .menuList p {
  border-bottom: 1px solid #666;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#nvg .menuList p span, #nvg .menuList p a {
  display: block;
  border: none;
  padding: 2px 0 1px 8px;
}

#nvg .menuList p span {
  border: 1px solid #666;
  font-weight: bold;
}

#nvg .menuList p a {
  border: 1px solid transparent;
  text-decoration: none;
}

#nvg #vimp {
  position: absolute;
  left: 0;
  top: 170px;
}

#nvg #pave {
  position: absolute;
  left: 0;
  top: 210px;
}


/* div#cnt: */

#cnt {
  position: absolute;
  height: auto;
  width: 670px;
  top: 0; left: 0;
  margin: 0;
}


/* div#cnt div#prnc: */

#cnt #prnc {
  position: absolute;
  height: auto;
  width: 500px;
  left: 170px;
  top: 130px;
  margin: 0;
  padding: 0 0 0 10px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  line-height: 120%;
}

#cnt #prnc h2#akind {
  margin: 0 0 3px 0;
  padding: 0;
  text-align: left;
}

#cnt #prnc h2#akind span {
  padding: 3px 0 3px 6px;
  white-space: nowrap;
  background-color: #CCC;
  color: black;
  font-size: 11px;
  letter-spacing: 8px;
  line-height: 120%;
  font-weight: normal;
}

#cnt #prnc h2#numer {
  text-align: right;
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
  margin: 0 0 4px 0;
  padding: 0;
}

#cnt #prnc h2#titre {
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

#cnt #prnc h2#sstit {
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

#cnt #prnc h2.auteu {
  font-size: 15px;
  line-height: 120%;
  font-weight: bold;
  font-style: italic;
  margin: 0 0 0 20px;
  padding: 0;
}

#cnt #prnc h2#srtit {
  font-size: 12px;
  line-height: 120%;
  font-weight: normal;
  margin: 6px 0 0 0;
  padding: 0;
}

#cnt #prnc #chapo {
  margin: 20px 0 0 0;
  padding: 0 8px 0 8px;
  background-color: #DDD;
  font-size: 13px;
  text-align: justify;
  border: 1px solid #EEE;
}

#cnt #prnc #chapo p {
  text-indent: 20px;
  padding: 0;
  margin: 6px 0 8px 0;
}

#cnt #prnc #chapo blockquote {
  font-size: 11px;
  font-style: normal;
  text-indent: 20px;
  padding: 0;
  margin: 5px 40px 6px 40px;
}

#cnt #prnc #chapo p.signat {
  text-align: right;
  text-indent: 0;
  margin-right: 10px;
  font-style: italic;
}

#cnt #prnc #texte {
  margin: 20px 0 8px 0;
  border-bottom: 1px solid black;
}

#cnt #prnc #texte p {
  margin: 6px 0 8px 0;
  font-size: 13px;
  text-indent: 20px;
  text-align: justify;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

#cnt #prnc #texte ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 14px;
}

#cnt #prnc #texte li {
  margin: 6px 0 8px 0;
  list-style-type: disc;
  text-indent: 0;
  text-align: justify;
  font-size: 13px;
}

#cnt #prnc #texte dl dt {
  margin: 6px 0 0 0;
  text-indent: 0;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

#cnt #prnc #texte dl dd {
  margin: 0;
  text-indent: 30px;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
}

#cnt #prnc #texte blockquote {
  margin: 0 40px 0 40px;
  font-size: 11px;
  font-style: normal;
  text-indent: 20px;
  text-align: justify;
  padding: 0;
}

#cnt #prnc #texte h3.plus {
  margin: 22px 0 20px 0;
  text-align: center;
  font-size: 22px;
  line-height: 120%;
  font-weight: normal;
  font-style: normal;
}

#cnt #prnc #texte h3 {
  margin: 20px 0 18px 0;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  font-style: normal;
}

#cnt #prnc #texte h4 {
  margin: 18px 0 14px 0;
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
  font-style: normal;
}

#cnt #prnc #texte h5 {
  margin: 16px 0 8px 0;
  text-align: left;
  font-size: 12px;
  line-height: 120%;
  font-weight: bold;
  font-style: normal;
}

#cnt #prnc #texte table {
  border-collapse: collapse;
}

#cnt #prnc #texte table td,
    #cnt #prnc #texte table th {
  border: solid 2px white;
  padding: 4px;
  background-color: #EEE;
  text-align: left;
  font-size: 12px;
}

#cnt #prnc #texte table th {
  font-weight: bold;
}

#cnt #prnc #texte div.spip_documents div {
  font-family: "Georgia", "Hoefler Text", "Times", serif;
  font-size: 12px;
  line-height: 120%;
}

#cnt #prnc #texte div.encadre {
  padding: 0 10px 0 10px;
  background-color: #EEE;
  border: 2px solid #E0E0E0;
}

#cnt #prnc #texte div.encadre h3 {
  font-size: 16px;
}

#cnt #prnc #texte div.encadre h4 {
  font-size: 13px;
}

#cnt #prnc #texte div.encadre p {
  font-size: 12px;
}

#cnt #prnc #texte div.encadre blockquote {
  font-size: 11px;
}

#cnt #prnc #texte .question { /* Dans les interviews */
  background-color: #CCC;
  border: 2px solid #EEE;
  color: #444;
}

#cnt #prnc #texte .noindent { text-indent: 0; }

#cnt #prnc #notes {
  border-bottom: 1px solid black;
  margin-bottom: 8px;
}

#cnt #prnc #notes h3 {
  font-size: 16px;
  text-indent: 0;
  text-align: left;
  margin: 6px 0 8px 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
}

#cnt #prnc #notes span.tetNot {
  font-size: 90%;
  font-weight: bold;
}

#cnt #prnc #notes span.tetNot a {
  text-decoration: none;
}

#cnt #prnc #notes p {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-indent: 5px;
  text-align: justify;
  margin: 4px 0 6px 35px;
  padding: 0;
}

#cnt #prnc #notes blockquote {
  font-size: 10px;
  font-style: normal;
  text-indent: 20px;
  text-align: justify;
  padding: 0;
  margin: 0 35px 0 70px;
}

#cnt #prnc span.appNot {
  font-size: 9px;
  line-height: 9px;
  vertical-align: 3px;
  margin-left: 1px;
  font-weight: bold;
}

#cnt #prnc span.appNot a {
  text-decoration: none;
}

#cnt #leftBlock {
  position: absolute;
  left: 0;
  top: 390px;
  width: 167px;
  height: auto;
  padding: 0;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: normal;
}

/* div#cnt div#autl: */

#cnt #leftBlock #autl {
  margin: 0;
  padding: 0 10px 0 24px;
}

#cnt #leftBlock #autl p {
  font-size: 10px;
  font-weight: normal;
  margin: 16px 0 0 0;
  text-indent: -8px;
}

#cnt #leftBlock #autl p a {
  text-decoration: none;
  font-weight: bold;
}

#cnt #leftBlock #autl p a:link, #cnt #leftBlock #autl p a:visited {
/*  color: #88F;*/
}

#cnt #leftBlock #autl p a:hover {
/*  color: red;*/
}

#cnt #leftBlock #autl p a:active {
/*  color: #900;*/
}

#cnt #leftBlock #autl p a.extLk:after {
  content: url("/squelettes/documents/icones/extLk.png");
  vertical-align: middle;
  margin-left: 3px;
}

/* div#cnt div#cmpl: */

#cnt #leftBlock #cmpl {
  margin: 50px 0 0 0;
  padding: 0 10px 0 16px;
}

#cnt #leftBlock #cmpl h2,
    #cnt #leftBlock #cmpl h3,
    #cnt #leftBlock #cmpl h4,
    #cnt #leftBlock #cmpl p {
  text-align: right;
  margin: 0;
}

#cnt #leftBlock #cmpl h2 {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 3px;
  margin-right: 6px;
  margin-bottom: 26px;
}

#cnt #leftBlock #cmpl h3 {
  font-size: 10px;
  font-weight: bold;
  margin-top: 36px;
}

#cnt #leftBlock #cmpl h4 {
  font-size: 11px;
  font-weight: normal;
  margin-top: 26px;
}

#cnt #leftBlock #cmpl h4.intLk:after {
  content: url("/squelettes/documents/icones/CA.gif");
  vertical-align: middle;
  margin-left: 3px;
}

#cnt #leftBlock #cmpl h4.extLk:after {
  content: url("/squelettes/documents/icones/extLk.png");
  vertical-align: middle;
  margin-left: 3px;
}

#cnt #leftBlock #cmpl h4.bibli:after {
  content: url("/squelettes/documents/icones/livre.gif");
  vertical-align: middle;
  margin-left: 3px;
}

#cnt #leftBlock #cmpl p {
  font-size: 10px;
  font-weight: normal;
  margin-top: 2px;
}

#cnt #leftBlock #cmpl hr {
  display: block;
  margin: 30px 0 0 60%;
  height: 3px;
  background-color: #BBB;
  border: 1px solid #DDD;
  padding: 0;
}

/* Les styles pour les images: */

div.image {
}

div.image-float-left {
  float: left;
  margin: 0 12px 4px 0;
}

div.image-float-right {
  float: right;
  margin: 0 0 4px 12px;
}

div.image-legende-left img {
  float: right;
  margin: 0 0 0 12px;
}

div.image-legende-right img {
  float: left;
  margin: 0 12px 0 0;
}

div.image p {
  margin: 8px 0 0 0;
  font-family: serif;
  font-size: 11px !important;
  line-height: 14px;
  text-indent: 0 !important;
}

/* Les boutons emmerdants qui apparaissent aux admins: */

div.spip-admin {
  position: absolute;
  height: auto;
  width: auto;
  left: 700px;
  top: 200px;
}
