

/* Code de positionnement */
.jaune {
  float: left;
  width: 100px;
  text-align: center;
  margin-left:0px;
margin-right:20px;
}
.verte {
  width: 100%;
  margin-left:0px;
	margin-right:0px;
}
.spacer {
  clear: both;
}
