
body {
color: white;

background-image: url(images/feuille.jpg);
background-attachment:fixed;


}
h1 { font-size: 200%; text-align: center }
h2 { font-size: 130%; }
#wrapper {
color: navy;
background-color: white;
width: 90%;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left:auto;
}
#bandeau img {
padding: 5px;
border: 5px solid #645408; 
}
#bandeau{
background-image: url(images/eolienne.jpg)}
address {
text-align: center ;
font-size: 80%;
font-style: italic;
letter-spacing: 2px;
line-height: 1.5em;
}


#zone_de_navigation {
text-decoration: none; 
text-align: center;
color: black
background-color: #f3c600;
background-image: url(images/ciel5.jpg);
padding: 5px 10px 4px 10px;
}
#zone_de_navigation li{
display: inline;
list-style: none;
margin: 0px;}
#zone_de_navigation a {
color: black;
background-color: #ffeda0;
padding: 4px 8px 4px 8px;
}
#zone_de_navigation a:hover {
text-decoration: none;
color: #f3c600;
background-color: white;
padding-bottom: 5px;
border-bottom: none; }
#zone_de_navigation a {
text-decoration: none;
color: black;
background-color: #ffeda0;
padding-bottom: 5px;
border-bottom: none;}
#zone_de_texte {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px; 

}
/*formulaire de contact*/
form {
background-color: #66cccc;
width: 400px;
padding: 20px;
border: 1px solid #8c8c8c;
}
label { display: block; }
#expediteur, textarea {
width: 300px;
border: 1px solid #8c8c8c;
margin-bottom: 1em;
}
textarea { height: 10em; }
input:focus, textarea:focus
{background-color: #d9d9d9;}

#pied_de_page {
padding-top:10px;
border-top: 1px solid silver;
margin-top: 20px; }
