#conteneur
{
    display: flex;
    justify-content: space-between;
}
body
{
  background-color: silver;
  color: white;
  background-attachment: fixed;
}

.imageflottante
{
  float: left;
  border: solid 1px navy;
  height: 120px;
  width: auto;
}
.titre
{
  color: blue;	
  font-size: 1.3em;
  font-family: "Verdana", "Courier New", "Arial";
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
  height: 120px;

}

.field_set{
  font: 1em/1.5 verdana,arial;
  border: 3px #95c11f solid;
  border-radius: 10px;
  apacity: 0.3;
}
.field_set1{
  font: 1em/1.5 verdana,arial;
  border: 3px #95c11f solid;
  border-radius: 10px;
  apacity: 0.3;
}


#Saisie label
{
	line-height: 2em;
    font: 1em/1.5 verdana,arial;
	background : #C2AE90;
	color: #ffffff;
    display: inline-block; /* ou block */
    width: 600px;
}

#Saisie .control
{
	line-height: 2em;
    font: 1em/1.5 verdana,arial;
	background : #ffffff;
	color: #0;
    display: inline-block; /* ou block */
    width: 200px;
}


.green-button {
    background-color: #95c11f;
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
    font: 1em/1.5 verdana,arial;
    font-weight: bold;	
}

