.divGauche {
  float: left;
  /*width: 270px;*/
  margin-right: 10px;
  padding: 1px 0;
  /*background: lightblue;*/
}
.divDroit {
  float: right;
  width: 280px;
  margin-left: 10px;
  padding: 1px 0;
  /*background: burlywood;*/
}
.divCentre {
  overflow: hidden;
  padding: 1px 20px;
  /*background: khaki;*/
  /*text-align:center;*/
  margin-left: 240px;

}
.separateurVisible {
  clear: both;
}
.menu {
  list-style-type: none;
  margin: 20px 0 0 20px;
  width: 200px;
  padding: 0;
}
/*Menu Link */
.menu a {
  text-decoration: none;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 180px;
  display: block;
}
/*Current Selected Menu Item*/
.menu a.current {
  background: url(images/btn_on.jpg) center left no-repeat;
}
/*Not Selected Menu Item*/
.menu a.notCurrent {
  background: url(images/btn_off.jpg) center left no-repeat;
}
/*Mouse over menu*/	 
.menu a:hover {
  background-image: url(images/btn_on.jpg);
}
.listeImage {
  width: 273px;
  border: solid thin;
  height: 215px;
}
.col50Gauche {
  float: left;
  width: 47%;
  margin-right: 10px;
  padding: 1px 0;
}