/* CSS document
 *
 *    style.css
 *    ---------         By Jardin
 *
 *    Property of jardinland.fr
 */

body {
   width: 900px;
   margin: 0 auto auto 0;
   padding: 0;
   background: url(header.png) no-repeat top left;
}

#content {
   width: 528px;
   margin: 78px auto 0 318px;
   padding: 0;
   height: auto !important;
   min-height: 300px !important;
   height: 300px;
   color: #4B4B4B;
   font-size: 1em;
   text-align: center;
}

a {
   color: black;
   text-decoration: underline;
}

a:hover {
   color: red;
   text-decoration: underline;
}

#menu {
   list-style: none;
   text-align: center;
   overflow: visible;
   width: auto;
   margin: 0;
   padding: 0;
}

#menu li {
   display: inline;
   margin: 0 5px 0 5px;
   padding: 0;
}

#menu a {
   color: green;
   text-decoration: none;
   font-weight: bold;
}

#menu a:hover {
   text-decoration: underline;
}

.intro {
   border-left: 3px solid green;
   border-right: 3px solid green;
   margin: 25px;
   padding: 5px;
}

#copyright {
   width: auto;
   margin: 0;
   padding: 87px 54px 12px 318px;
   background: url(footer.png) no-repeat bottom left;
   height: auto !important;
   height: 44px;
   min-height: 44px;
   text-align: center;
   font-size: 0.9em;
   color: #aaa;
}

#copyright a {
   color: #aaa;
   text-decoration: none;
}

#copyright a:hover {
   text-decoration: underline;
}

h1 {
   font-size: 1.7em;
   font-weight: bold;
   text-align: center;
}

form {
   margin: 0;
   padding: 0;
   width: auto;
}

form input.file {
}

form input.submit {
   margin-top: 10px;
   border-top: none;
   border-right: 2px solid green;
   border-bottom: none;
   border-left: 2px solid green;
   background-color: #fff;
   color: black;
   padding: 2px 15px 2px 15px;
}

form input.code {
   border: 1px solid #aaaaaa;
   background-color: white;
   width: 300px;
}

code {
   color: green;
   font-family: courrier;
   font-size: 0.9em;
}
