#espace_vertical {
/*espace entre 2 blocs verticaux*/
padding-top: 7px;
}
#tour {
padding: 2px;
border: #CCC 1px solid;
}

#libelle_texte {
/*texte des libellés de champs*/
color:#000000;
font-family: verdana,arial,times,sans-serif;
font-size:80%;
display: block;
width: 29%;
float: left;
text-align: left;
}

#libelle_texte_long {
/*texte des libellés de champs*/
color:#000000;
font-family: verdana,arial,times,sans-serif;
font-size:80%;
display: block;
width: 75%;
float: left;
text-align: left;
}

#bouton {
background-color:#009933;
color:#FFFFFF;
margin-left:200px;
width: 30%;
font-weight:700;
text-align:center;
}

#bouton:hover {
background-color: #FFFFFF;
color:#009933;
cursor: pointer;
}