/* Mes propres styles pour le squelette. Complémente spip_style.css */

/* Spécial impression. */

/* Styles principaux de polices etc. */

body {
  font-family: serif;
  font-size: 14px;
}

/* Styles supplémentaires pour SPIP. */

h1.spip { 
  clear: right;
  font-size: 18px;
  border-bottom: 2px solid white;
}

h2.spip{
  font-size: 16px;
  clear: right;
  border-bottom: 1px solid white;
}

h3.spip {
  clear: right;
  text-align: left;
  border-bottom: 1px dotted white;
  font-size: 15px;
}

p.spip {
  font-size: 14px;
}

.top {
  display: none;
}

.menu_left {
  display: none;
}

.menu_bottom {
  display: none;
}

.floatright {
  display: none;
}

.spip_documents {
  margin: 1em 1em 1em 1em;
}

p.spacer {
  clear: both;
}

.credits {
  text-align: center;
}