body {
background-image: url(images/vert2.jpg);
background-repeat: repeat;
font-family: Verdana, "Trebuchet MS", Georgia, Arial, "Times New Roman", serif;
font-size: 80%;
color: #000;
text-align: justify;
width: auto;
margin: auto;
margin: 0;
padding: 0;
scrollbar-face-color: #569e8a;
scrollbar-highlight-color: #569e8a;
scrollbar-shadow-color: #000;
scrollbar-3dlight-color: #000;
scrollbar-arrow-color: #000;
scrollbar-track-color: #569e8a;
scrollbar-darkshadow-color: #000;
}


a:link, a:visited {
color: #8befb9;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: none;
}

/*ELEMENTS POUR CORPS*/
#conteneur {
margin: 10px 250px 10px 250px;
text-align: left;
}


.bouton {
background-color: #569e8a;
color: #8befb9;
font-weight: bold;
}
.centrer {
text-align: center;
}

/*PAGE FORMULAIRE*/
fieldset {
margin-bottom: 25px;
padding: 10px;
border: 1px solid #8befb9;
}
legend {
color: #000;
margin-bottom: 10px;
}
input, textarea {
color: #000;
}
label {
display: block;
width: 150px;
float: left;
line-height: 1.5em;
color: #8befb9;
}


