body, div, p, span, a, img, table, td, tr  {
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  color: #006;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
}

a {
  color:  #058dc9;
  text-decoration: underline;
}

a:hover {
  color: white;
  background: #058dc9;
}

#title { 
  display: none;
}

.hidden {
  display: none;
}

#table  {
  border-collapse: collapse;
  width: 100%;
}

#table * {
  vertical-align: top;
}

/*

#page-mission, #page-formalites, #page-droits-obligations,
#page-reconstruction, #page-qui-sommes-nous, #page-vie-a-esean,
#page-acces, #page-services, #page-sante-securite, #page-glossaire,
#page-recrutement

*/

/**************  TOP   ************/

#top { 
  text-align: right;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 0.6em;
  padding-left: 4.2em;
  background: #e4f2f9;
}

#top p { 
  display: inline;
}

#top img { 
  height: 6em;
}

#logo-esean { 
  float: left;
}

/**************  MENU1   ************/

#menu1 {
  background: #069;
  text-align: right; 
  padding: 0.2em;
  padding-right: 1em;
}

#menu1 p {
  display: inline; 
  font-size: 0.8em;
  border-right: 1px solid white;
  padding-right: 0.6em;
  padding-left: 0.6em;
}

#menu1 a { 
  font-weight: bold;
  color: white; 
  text-decoration: none;
  padding-right: 0.4em;
  padding-left: 0.4em;
}

#menu1 a:hover { 
  color: white;
  text-decoration: underline;
  background: #058dc9;
}

/**************  MENU 2  ************/

#menu2 {
  background: #058dc9;
  width: 13em;
  text-align: center;
  padding-top: 0.8em;
  border-bottom: 1.6em solid #069;
}

#menu2 img {
  height: 4.2em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}


/**************  MAIN GENERAL  ************/

#main {
  background: white;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 0.4em;
  padding-left: 1.8em;
  border-bottom: 1.6em solid #e4f2f9;
}

#main p { 
  padding-top: 0.5em;
}

.list > * { 
  display: list-item;
  margin-left: 2.5em; 
}

.list p { 
  margin-left: 2.5em; 
}

/**************  BOTTOM   ************/

#bottom {
  text-align: center;
  padding-top: 5em;
  color: #058dc9;
  clear: both;
}

#bottom p { 
  padding-top: 0;
}

#bottom img { 
  height: 2em;
  padding-bottom: 0.5em;  
}

/**************  MAIN SPEC  ************/

.h {
  font-weight: bold;
}

.h img {
  height: 2.5em;
}

.h2 {
  color: #058dc9;
  font-size: 1.4em;
}

.h3 {
  color: #058dc9;
  font-size: 1.4em;
}

.h4 {
  color: #058dc9;
  font-size: 1.4em;
  margin-top: 1em;
}

.h5 {
  color: #058dc9;
  font-size: 1em;
}

.cartouche { 
  text-align: justify;
  border: solid #058dc9 1px;
  padding: 0.8em;
  padding-top: 0.4em;;
  margin-top: 1em;
  margin-bottom: 0.5em;
 }

.emph {
  font-weight: bold;
}

.quote {
  font-style: italic;
}

.couleur {
  color: #058dc9;
}

.petit {
  font-size: 0.8em;
}

.centre {
  text-align: center;
  }

.note {
  margin-top: 0.8em;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

#plan-acces img {
  width: 100%;
  margin-top: 1em;
}

.float-right { 
 float: right;
 padding: 0.4em;
}

#projection img {
  width: 100%;
  padding-top: 0.6em;
  padding-bottom: 1em;
}
/**************  HOME PAGE (index.xml)   ************/

#home { 
  text-align: center;
  color: #058dc9;
  background: white;  
}

#home-splash {
  height: 20em;
  margin: 1.5em;
}

#home-logo-texte img { 
  height: 3em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.home-logo-texte-suite img { 
  height: 2em;
}

#home-logo img { 
  height: 6em;
  margin-top: 0.8em;
  margin-bottom: 1em;
}

.home-avertissement { 
  font-size: 1em;
  text-align: center;
}

/**************  PHOTOS   ************/

.photo-portrait { 
  width: 15em;
  padding-bottom: 0.8em;
  padding-left: 0.8em;
  float: right;
}

.photo-portrait img { 
  width: 100%
}

.photo-paysage { 
  width: 20em;
  padding-bottom: 0.8em;
  padding-left: 0.8em;
  float: right;
}

.photo-paysage img { 
  width: 100%
}

