/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%;
} 
body { 
  margin: 0; 
  padding: 1em; /* Remettre ˆ zŽro si nŽcessaire. */ 
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 0.9em;
  line-height: 1.4;
  color: #535353; 
  background-color: #f6f6f6;
} 
 
/* Titres */ 

h1 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-style: normal;
  font-size: 1em; 
  display: inline;
  font-weight: bold;
} 

 
/* 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; 
}


#cover{ 
  position: absolute;
  margin: 30px 10px 0px 100px;
}

#popup{ 
  position: absolute;
  width: 550px;
  margin: 18px 80px 0 190px;
}

.justify{ 
  text-align: justify;
}


#popup a{ 
  color : #bd0014; 
  text-decoration: underline;
}

#popup a:hover{ 
  color : #535353;
  text-decoration: underline;
}

