body {
         font-size: 12px;
         font-family: Verdana, Arial;
         color: #000000;
         scrollbar-base-color: #d6efd6;
         scrollbar-track-color: #d6efd6;
}
a {
         text-decoration: none;
}
a:hover {
         text-decoration: none;
         background-color: #e58b40;
}
h1, h2, h3, h4, h5, h6 {
         color: #7b3902;
}
.adresse {
         color: #7b3902;
         font-weight: bold;
}
a.adresse {
         text-decoration: none;
         color: #7b3902;
         font-weight: bold;
}

#main {
         width: 970px;
         height: 600px;
         margin-left: auto;
         margin-right: auto;
         border-left: 3px solid #e58b40;
         border-right: 3px solid #e58b40;
         border-bottom: 3px solid #e58b40;
         margin-top: 3px;
}
#main #content {
         width: 740px;
         height: 345px;
         padding-right: 15px;
         overflow-y: auto;
         overflow-x: hidden;
         padding-left: 10px;
}
#main #content p:first-letter {
         font-size: 20px;
         font-family: "Old English Text MT", Verdana, Arial;
         color: #e38b43;
         font-weight: bold;
         text-transform: uppercase;
}
#main #content span {
         color: #e38b43;
         font-weight: bold;
         text-transform: uppercase;
}
#main #content img.left {
         background-color: #FFFFFF;
         padding: 1px;
         border: 1px solid #e38b43;
         float: left;
         margin-right: 10px;
}
#main #content img.right {
         background-color: #FFFFFF;
         padding: 1px;
         border: 1px solid #e38b43;
         float: right;
         margin-left: 10px;
}
#main #content img.none {
         background-color: #FFFFFF;
         padding: 1px;
         border: 1px solid #e38b43;
         float: inherit;
}
input, select, textarea {
         border: 2px solid #e38b43;
}
option {
         border-left: 2px solid #e38b43;
         border-right: 2px solid #e38b43;
         border-bottom: 2px solid #e38b43;
}