/* Styles pour l'impression */

body {
  font-size: 1em;
}


h3,
h3.spip,
td,
p
{ 
  font-size: 1em;
}

#nom-labo h1
{ 
  font-size: 1.4em;
}

#texte h2
{ 
  font-size: 1.2em;
}

p.auteur,
div.notes p
{ 
  font-size: 0.9em;
}


span.petit,
ul ul,
p.petit {
  font-size: 0.9em;
}

/* Désactivé pour imprimer le chemin qui n'est pas imprimer par défaut */
/*
#liens-top,
#colgauche,
#navigation,
#chemin,
#texte ul.navdroite
{ 
  display: none;
}
*/

#liens-top,
#colgauche,
#navigation,
#texte ul.navdroite
{ 
  display: none;
}

/* Style d'impression du chemin */
#chemin {
  margin: 0;
  font-size: 11px;
  padding: 5px 10px 4px 7px;
  border-bottom: 1px solid;
}

#main
{ 
  width: auto;
  border: none;
}

#top { 
  background-image: none;
  height: auto;
  /*margin-bottom: 3em;*/ /* Désactivé pour impression du chemin */
}

#pageune,
#pageseconde
{ 
  margin-left: 1px;
  background: none;
  border-left: none;
}

.texte_gauche
{ 
  width: 75%;
  border-right: none;
}

div.texteune { 
  padding-top: 0px !important;
}

.texte_droite 
{ 
  top: 0px;
  width: 20%;
  font-size: 0.9em;
}

.texte_droite p
{ 
  font-size: 0.9em;
}
