/*
 * La id menu de gauche (un seul menu de gauche) et ses composants
 * #rechercher
 * .sepa
 * h1
 * h2
 * h3
 * h4
 * h5
 * hr
 * p
 * ul
 * li
 */

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

#menu_g #rechercher {
  margin-top:        10pt;
  margin-left:       10pt;
  margin-right:      10pt;
  margin-bottom:     10pt;
}

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

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

#menu_g h2 {
  background:        url(../Images/puce.gif) no-repeat left;
  margin-left:       10pt;
  margin-top:        2pt;
  margin-bottom:     2pt;
  padding-left:      10pt;
  font-size:         100%;
}

#menu_g h3 {
  background:        url(../Images/puce2.gif) no-repeat left;
  margin-left:       20pt;
  margin-top:        0pt;
  margin-bottom:     0pt;
  padding-left:      10pt;
  font-size:         90%;
}

#menu_g h4 {
  background:        url(../Images/puce2.gif) no-repeat left;
  margin-left:       40pt;
  margin-top:        0pt;
  margin-bottom:     0pt;
  padding-left:      10pt;
  font-size:         80%;
}

#menu_g h5 {
  margin-top:        10pt;
  margin-bottom:     10pt;
  text-align:        center;
  font-size:         70%;
}

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

#menu_g p {
  text-align:        justify;
  width:             100%;
}

#menu_g ul {
  margin-top:        10pt;
  margin-bottom:     10pt;
}

#menu_g li {
  list-style-type:   none;
  font-size:         80%;
  text-align:        justify;
}

