#mainBodyRecherche {
  border-left-style: solid;
  border-bottom-style: solid;
  border-bottom-color: #cd000c;
  border-left-color: #cd000c;
  /*overflow: hidden;
  position: relative;*/
  font-size: 90%;
  width:79%;
  height: 100%;
  min-height:500px;
  float:left;
  text-align: left;
  margin-bottom:5%;
}
#mainBodyRecherche h1 {
  text-transform: uppercase;
  margin-left:5%;
  font-size: 150%;
  font-weight:bold;
  color: #0197f0;
}
#mainBodyRecherche h2 {
  color: #0197f0;
  font-size: 130%;
  margin-left:7%;
}
#mainBodyRecherche h3 {
  font-size: 110%;
  text-decoration: underline;
}
#mainBodyRecherche h4 {
  font-size: 105%;
  color: #003779;
  font-weight:bold;
}

#mainBodyRecherche a {
  color: #003779;
}

#mainBodyRecherche a img{
  color: white;
}
#mainBodyRecherche a:hover,#mainBodyRecherche a img:hover {
  color: #f19e7b;
}
#mainBodyRecherche p {
  color: #003779;
}
#mainBodyRecherche ul{
  color: #003779;
  text-decoration: none;
  margin-left:5%;
  margin-bottom:2%;
}
#mainBodyRecherche ul:hover {
  background-color: #d9f0fd;
}
#mainBodyRecherche ul li {
list-style-image: url(Images/boutonRechercheUlLi.png);
list-style-position: inside;
} 
#IE7 #mainBodyRecherche ul li, #IE6 #mainBodyRecherche ul li, #IE #mainBodyRecherche ul li{
  list-style-position: outside;
  margin-left:3%;
} 
#mainBodyRecherche ul ul {
  font-size: 90%;
}
/*#mainBodyRecherche ul ul li {
  list-style-position: inside;
  list-style-image: url(Images/rondbleufoncepetit.png);
  margin-top:5px;
}
#mainBodyRecherche ul ul ul {
  font-size:80%;
}
#mainBodyRecherche ul ul ul li {
  list-style-position: inside;
  list-style-image: url(Images/rondbleuclairpetit.png);
  margin-top:3px;
} */

#mainBodyRecherche address {
  color: #003779;
  font-style: italic;
  text-transform: capitalize;
  margin-left: 5%; 
}

#mainBodyRecherche #textImg1{
  height: 300px;
  width: 258px;
  background-image: url(Images/biomol2.png);
  /*background-position: center center;*/
  background-repeat: no-repeat;
 }