#presentation #these {
  color:             black;
  font-family:       Verdana,Arial,Helvetica,sans-serif;
}

/* titre de la thèse  dans presentation article */
#presentation #these h1 {   
  margin-top:        20pt;
  margin-bottom:     30pt;
  margin-left:       5%;
  margin-right:      5%;
  width:             90%;
  text-align:        center;
  font-size:         100%;
  font-style:        normal;
  font-weight:       normal;
}

/* nom de l'étudiant(e) */
#presentation #these h2 {
  margin-left:       5%;
  margin-right:      5%;
  margin-top:        0pt;
  margin-bottom:     0pt;
  font-size:         80%;
  width:             90%;
  text-align:        justify;
  font-style:        normal;
  font-weight:       normal;
}

/* école doctorale */
#presentation #these h3 {
  margin-left:       5%;
  margin-right:      5%;
  margin-top:        0pt;
  margin-bottom:     0pt;
  width:             90%;
  font-size:         80%;
  text-align:        right;
  font-style:        normal;
  font-variant:      normal;
  font-weight:       bold;
}

#presentation #these #boite_droite {
  display:           block;
  background:        #f0f0f0;
  float:             right;
  border-style:      groove;
  border-color:      #e0e0e0;
  margin-top:        5pt;
  margin-right:      5pt;
  margin-left:       5pt;
  margin-bottom:     5pt;
  font-size:         80%;
  padding:           3pt;
  width:             10%;
}

#presentation #these #boite_droite h1 {
  font-size:         90%;
  font-variant:      small-caps;
  font-weight:       normal;
  margin:            0;
  padding:           0;
  text-align:        center;
}

#presentation #these #boite_droite #image {
  width:             75px;
  height:            75px;
  text-align:        center;
}

/* tableau de présentation */
#presentation #these #tableau {
  border:            1px;
  margin-left:       2%;
  margin-right:      2%;
  width:             96%;
}

/* titre dans tableau */
#presentation #these #tableau .cellule_titre {
  background-color:  #d0d0d0;
  padding-left:       5px;
  padding-right:      5px;
  width:             60%;
  font-size:         90%;
  text-align:        justify;
  font-weight:       normal;
  font-style:        normal;
  font-variant:      small-caps;
}

/* nom étudiant dans tableau */
#presentation #these #tableau .cellule_nom_etudiant {
  background-color:  #d0d0d0;
  padding-left:       5px;
  padding-right:      5px;
  width:             18%;
  font-size:         80%;
  text-align:        justify;
  font-weight:       normal;
  font-style:        normal;
}

/* affiliation dans tableau */
#presentation #these #tableau .cellule_affiliation {
  background-color:  #d0d0d0;
  padding-left:       5px;
  padding-right:      5px;
  width:             18%;
  font-size:         80%;
  text-align:        justify;
  font-weight:       normal;
  font-style:        normal;
}


