/* 
 * La id presentation et ses composants
 * h1
 * h2
 * h3
 * h4
 * h5
 * hr
 * p
 * td
 * tr
 */

#presentation {
  background:        #e0e0e0;
  width:             60%;
  position:          absolute;
  top:               160pt;
  left:              20%;
  border-top-style:  ridge;
  border-top-color:  #e0e0e0; 
  font-family:       Verdana,Arial,Helvetica,sans-serif;
}

#presentation h1 {
  margin-left:       10%;
  margin-right:      10%;
  width:             80%;
  font-size:         120%;
  font-variant:      small-caps;
  font-weight:       normal;  
  text-align:        center;
}

#presentation h2 {
  margin-left:       5%;
  font-size:         100%;
  font-weight:       normal;
  font-style:        italic;
}

#presentation h3 {
  margin-left:       10%;
  margin-right:      10%;
  width:             80%;
  text-align:        center;
  font-size:         100%;
  font-style:        italic;
}

#presentation h4 {
  text-align:        right;
  font-size:         80%;
  font-style:        italic;
  padding-right:     10pt;
}

#presentation h5 {
  text-align:        right;
  font-size:         80%;
  padding-right:     10pt;
}

#presentation hr {
  width:             30%;
  text-align:        center;
}

#presentation p {
  margin-left:       5%;
  margin-right:      5%;
  width:             90%;
  text-align:        justify;
  font-size:         90%;
}
  
#presentation td {
  text-align:        justify;
  vertical-align:    top;
  font-size:         90%;
  margin:            5px 5px 5px 5px;
}

#presentation #boite_droite {
  display:           block;
  background:        #f0f0f0;
  float:             right;
  margin-top:        5pt;
  margin-right:      5pt;
  margin-bottom:     5pt;
  font-size:         80%;
  text-align:        justify;
  padding:           3pt;
  width:             25%;
}

#presentation #boite_droite h1 {
  font-size:         90%;
  text-align:        left;
}

#presentation #boite_droite h2 {
  font-size:         90%;
  text-align:        center;
}

/* 
 * La partie carte pour reinitialiser l'objet flottant
 */

#presentation #carte {
   clear:right;
}

