body
{
  margin: 0;
  border: 0;
  padding: 0;

  background-color: #F5F5DC;
  font-family: arial, sans-serif;
  font-size: 14px;
}

td
{
  font-size: 14px;
}

p, li, td
{
  text-align: justify;
}

li
{
  margin-bottom: .5em;
}

/* Pour les photos dans les CV */
.photo
{
  float: right;
  margin-left: 20px;
}


/***
 *** Titres
 ***/

/* Titre de page */
h1
{
  text-align: center;
  font-size: 27px;
}

/* Sous-titre de page */
h2
{
  text-align: center;
  font-size: 22px;
}

/* Titre de paragraphe */
h3
{
  font-size: 19px;
  text-align: justify;
}

/* Sous-titre de paragraphe */
h4
{
  font-size: 16px;
  text-align: justify;
}

h5
{
  font-size: 15px;
  text-align: justify;
  font-style: italic;
}

h6
{
  font-size: 15px;
  text-align: justify;
  font-weight: normal;
  text-decoration: underline;
}

p.h7
{
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  text-align: justify;
  text-decoration: underline;
  text-indent: 3em;
}

h1, h2, h3, h4, h5, h6, p.h7
{
  margin: 0;
  border: 0;
  padding: 0;
}

h1, h2
{
  margin-bottom: 1.3em;
}

h3, h4, h5, h6, p.h7
{
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}


/***
 *** Éléments présents sur toutes les pages
 ***/

#logo
{
  position: absolute;
  top: 0;
  left: 215px;
}

#logo-imp
{
  top: 0;
  text-align: center;
}

#drapeau
{
  position: absolute;
  top: 62px;
  left: 57px;
}

#impression
{
  position: absolute;
  top: 56px;
  left: 103px;
}

#drapeau img, #impression img
{
  border: 0;
}

#barre-gauche
{
  position: absolute;
  top: 0px;
  left: 0px;
}

#barre-haut
{
  position: absolute;
  top: 50px;
  left: 0px;
}

#content
{
  padding: 0;
  border: 0;
  margin: 0;

  padding-top: 120px;
  margin-left: 222px;

  width: 550px;

  padding-bottom: 30px;
}


/***
 *** Menu du haut
 ***/

#menu-haut {
  position: absolute;
  left: 211px;
  top: 58px;
}

#menu-haut, #menu-haut ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  border: solid black;
  /* Les bordures bas et droite sont assurées par la liste... */
  border-width: 0 0 1px 1px;
}

#menu-haut a {
  display: block;
  text-decoration: none;
  padding: 5px;
  margin: 0;
}

#menu-haut li {
  float: left;
  padding: 0;
  margin: 0;
  text-align: left;
  border: solid black;
  /* ... et les bordures haut et gauche par les éléments de liste */
  border-width: 1px 1px 0 0;
}

/* On n'impose la largeur que pour les niveaux >= 1 */
#menu-haut li li, #menu-haut li ul {
  width: 150px;
}
#menu-haut li li a {
  width: 140px;
}

#menu-haut li ul {
	position: absolute;
	left: -999em;
  margin: 0;
}

#menu-haut li ul ul {
	margin: -1.5em 0 0 150px;
}

#menu-haut li:hover ul ul, #menu-haut li.sfhover ul ul {
	left: -999em;
}

#menu-haut li:hover ul, #menu-haut li li:hover ul,
#menu-haut li.sfhover ul, #menu-haut li li.sfhover ul {
	left: auto;
}

/***
 *** Menu de gauche
 ***/

#menu-gauche {
  position: absolute;
  left: 8px;
  top: 110px;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  border: solid black;
  /* Les bordures haut et gauche/droite sont assurées par la liste... */
  border-width: 1px 1px 0 1px;
  width: 179px;
}

#menu-gauche li {
  padding: 0;
  margin: 0;
  border: solid black;
  /* ... et les bordures bas par les éléments de liste */
  border-width: 0 0 1px 0;
  text-align: left;
}

#menu-gauche a {
  display: block;
  text-decoration: none;
  padding: 5px;
  margin: 0;
}

/***
 *** Fontes et couleurs des deux menus
 ***/

/* Fonte du niveau 0 */
#menu-haut li a,
#menu-gauche li.level0 a,
#menu-gauche li.hover-level0 a {
  font-size: 13px;
  font-weight: bold;
}

/* Fonte du niveau 1 */
#menu-haut li li a,
#menu-gauche li.level1 a,
#menu-gauche li.hover-level1 a {
  font-size: 11px;
  font-weight: normal;
}

/* Fonte du niveau 2 */
#menu-haut li li li a,
#menu-gauche li.level2 a,
#menu-gauche li.hover-level2 a {
  font-size: 10px;
  font-weight: normal;
}

/* Couleurs du niveau 0 sans hover */
#menu-haut li a,
#menu-gauche li.level0 a {
  color: rgb(255,215,0);
}
#menu-haut li,
#menu-gauche li.level0 {
  background-color: rgb(178,34,34);
}

/* Couleurs du niveau 1 sans hover */
#menu-haut li:hover li a, #menu-haut li.sfhover li a,
#menu-gauche li.level1 a {
  color: yellow;
}
#menu-haut li:hover li, #menu-haut li.sfhover li,
#menu-gauche li.level1 {
  background-color: #e11c1c;
}

/* Couleurs du niveau 2 sans hover */
#menu-haut li:hover li:hover li a, #menu-haut li.sfhover li.sfhover li a,
#menu-gauche li.level2 a {
  color: rgb(255,250,205);
  font-size: 10px;
}
#menu-haut li:hover li:hover li, #menu-haut li.sfhover li.sfhover li,
#menu-gauche li.level2 {
  background-color: #f66262;
}

/* Couleurs du niveau 0 avec hover */
#menu-haut li:hover a, #menu-haut li.sfhover a,
#menu-gauche li.level0:hover a, #menu-gauche li.hover-level0 a
{
  color: rgb(178,34,34);
}
#menu-haut li:hover, #menu-haut li.sfhover,
#menu-gauche li.level0:hover, #menu-gauche li.hover-level0 {
  background-color: rgb(255,215,0);
}

/* Couleurs du niveau 1 avec hover */
#menu-haut li:hover li:hover a, #menu-haut li.sfhover li.sfhover a,
#menu-gauche li.level1:hover a, #menu-gauche li.hover-level1 a
{
  color: #e11c1c;
}
#menu-haut li:hover li:hover, #menu-haut li.sfhover li.sfhover,
#menu-gauche li.level1:hover, #menu-gauche li.hover-level1
{
  background-color: yellow;
}

/* Couleurs du niveau 2 avec hover */
#menu-haut li:hover li:hover li:hover a, #menu-haut li.sfhover li.sfhover li.sfhover a,
#menu-gauche li.level2:hover a, #menu-gauche li.hover-level2 a
{
  color: #f66262;
}
#menu-haut li:hover li:hover li:hover, #menu-haut li.sfhover li.sfhover li.sfhover,
#menu-gauche li.level2:hover, #menu-gauche li.hover-level2
{
  background-color: rgb(255,250,205);
}


/***
 *** Flottant de gauche
 ***/

#leftfloat
{
  position: absolute;
}

#leftfloat table
{
  margin-bottom: 20px;
  width: 179px;
}

#leftfloat p
{
  line-height: 140%;
  margin: 5px 0px 5px 0px;
  text-align: center;
}

#leftfloat td
{
  border: 1px solid black;
}


/***
 *** Lettres luxe
 ***/

p.luxe-ref
{
  font-style: italic;
}


/***
 *** Plan du site
 ***/

.plan0, .plan1, .plan2, .plan3
{
  text-decoration: none;
  color: black;
}

.plan0
{
  font-size: 18px;
}

.plan1
{
  font-size: 16px;
}

.plan2
{
  font-size: 14px;
}

.plan3
{
  font-size: 12px;
}


/***
 *** Formulaires
 ***/

.form-table
{
  padding: 2px;
  width: 100%;
}

.form-label
{
  text-align: right;
}

.form-input
{
  text-align: left;
}

.form-button
{
  text-align: center;
  vertical-align: bottom;
  height: 40px;
}

/* textarea utilise pas
le font-family du body donc
il est forcé ici */

.textbox
{
  font-family: arial,serif;
  font-size: 8pt;
}


/***
 *** Sommaires livres et fascicules
 ***/

table.book
{
  width: 100%;
}

h3.book
{
  text-align: center;
  font-variant: small-caps;
  margin-top: 2.5em;
  margin-bottom: 0;
}

h4.book
{
  text-align: center;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.book-pagenum
{
  padding-left: 15px;
  text-align: right;
}

.book-subsection
{
  font-size: 12px;
}

.book-subsubsection
{
  font-size: 11px;
  text-indent: 10px;
}
