/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%;
} 
body { 
  margin: 0; 
  padding: 0em; /* Remettre à zéro si nécessaire. */ 
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: .8em;
  line-height: 1.4;
  color: #535353; 
  background: url(bg-maintenance.jpg);
  background-position : top center;
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-style: normal; 
} 
h1 { 
  font-size: 1.5em; 
  display: inline;
  font-weight: bold;
} 
h2 { 
  font-size: 1em;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px
  display: inline;
  font-weight: bold;
} 
h3 { 
  font-size: 1.6em; 
  display: inline;
  font-weight: normal;
  color:#bd0014; 
}
h4 { 
  font-size: 1.2em; 
  display: inline;
  font-weight: normal;
  color: #535353;
}  

h5 { 
  font-size: 1em; 
  display: inline;
  font-weight: bold;
  color: #535353;
}
h6 { 
  font-size: 1.2em; 
  display: inline;
  font-weight: normal;
  color: #bd0014;
}    
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
}
 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 

/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
}

#container {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 943px;
  height: 100%;
  margin: auto;
}

#box{
  height: 440px;
  width: 943px;
  background-color: #f4f4f4;
  position: absolute;
  margin: 127px 0 0 00px;
  text-align: center;
}

#box a{
  text-decoration: underline;
  color: #919191;
}

#box a:hover{
  color: #4d4d4d;
}
