/* 
 * La id menu de droite (un seul menu droite) et ses composantes
 * h1
 * h2
 * h3
 * h4
 * h5
 * hr
 * p
 * .sepa
 */

#menu_d {
  background:        #e0e0e0;
  width:             18%;
  position:          absolute;
  top:               210pt;
  right:             1%;
  border-top-style:  ridge;
  border-top-color:  #e0e0e0; 
  border-right-style: ridge;
  border-right-color: #e0e0e0; 
  color:             black;
  font-family:       Verdana,Arial,Helvetica,sans-serif;
  font-weight:       normal;  
}

#menu_d h1 {
  font-size:         100%;
  text-align:        center;
  font-variant:      normal;
  font-weight:       normal;  
}

#menu_d h2 {
  font-size:         100%;
  text-align:        center;
  font-variant:      italic;
  font-weight:       normal;  
  margin-top:        2pt;
}

#menu_d h3 {
  background:        url(../Images/puce.gif) no-repeat left;
  margin-left:       3pt; 
  margin-top:        0pt;
  margin-bottom:     0pt;
  padding-left:      7pt;
  font-size:         80%;
  font-weight:       normal;  
  text-align:        justify;
}
#menu_d h4 {
  background:        url(../Images/puce.gif) no-repeat left;
  margin-left:       3pt; 
  margin-top:        0pt;
  margin-bottom:     10pt;
  padding-left:      7pt;
  font-size:         80%;
  font-weight:       normal;  
  text-align:        justify;
}

#menu_d h5 {
  font-size:         70%;
  font-variant:      italic;
  margin:            0pt;
  padding-left:      4pt;
  padding-right:     4pt;
  text-align:        right;
  font-weight:       normal;  
}

#menu_d hr {
  width:             40%;
  text-align:        center;
}

#menu_d p {
  font-size:         70%;
  text-align:        justify;
  margin-top:        0pt;
  margin-left:       5pt;
  margin-right:      5pt;
}

#menu_d .sepa {
  height:            10pt;
  width:             100%;
  background-color:  #ffffff;
}

