
/* partie colonne de gauche (pour l'instant) */
#id1 {
  clear:             both;
  float:             left;
  padding:           2px;
  margin:            10px 3px 0px 3px;
  width:             190px; 
  min-width:         190px; 
  border-left:       1px ridge #e0e0e0;
  overflow:          hidden;
  z-index:           10;
}

#id1 .cl1 {
  background:        transparent url(../Images/fond_b0b0b0.gif) repeat; 
  margin:            2px 0px 5px 2px;
  padding:           2px;
  width:             184px:
  overflow:          hidden;
}

#id1 h1 {
  margin:            3px 20px 3px 20px;
  background-color:  #9a9a9a;
  color:             #ffffff;
  text-align:        center;
  font:              normal normal 100% georgia;
}

#id1 h2 {
  margin:            3px 0px 1px 3px;
  color:             #ffffff;
  text-align:        left;
  font:              normal normal 100% georgia;
}

#id1 h2:before {
  content:           url("../Images/puce.gif");
}

#id1 h3 {
  margin:            3px 0px 1px 13px;
  color:             #ffffff;
  text-align:        left;
  font:              normal normal 90% georgia;
}

#id1 h3:before {
  content:           url("../Images/puce2.gif");
}

#id1 h4 {
  margin:            3px 0px 1px 0px;
  color:             #ffffff;
  text-align:        center;
  font:              normal normal 90% georgia;
}

#id1 h4:before {
  content: url("../Images/puce_inverse.gif") " ";
}

#id1 h4:after {
  content: " " url("../Images/puce.gif");
}

#id1 .cl1 h5 {
  margin:         0px auto 0px 50px;
}

#id1 hr {
  width:             40%;
  color:             #e0e0e0;      
}

#id1 img {
  border: none;
}

#id1 p {
  text-align:        center;
  font:              normal normal 80% georgia;
  padding:           0.2em;
}

#id1 #rechercher {
  margin:            10pt;
}

#id1 .formulaire_recherche label { 
  display:           none; 
}

