
body {
  color: #cbcb2f;
  background-color: #69883d;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  font-family: 'andalus', arial, helvetica, serif;
}

img {
  border: 0;
}

p {
  margin: 0px;
  padding: 5px 5px 10px 0;
}
a {
  color: #ab4b20;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

#page {
  position: relative;
  width: 1020px;
  margin: 5px auto;
}

#left {
  width: 63px;
  height: 334px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/gentiane.jpg) no-repeat left top;
}
#top {
  width: 895px;
  height: 245px;
  background: #ffffff;
  margin: 0 auto;
}
#top #header {
  position: relative;
  width: 895px;
  height: 245px;
}
#top #header img {
  position: absolute;
  top: 0; left: 0;
  width: 867px;
  height: 225px;
  padding: 10px 14px;
}
#right {
  width: 63px;
  height: 334px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/images/gentiane2.jpg) no-repeat left top;
}

#content {
  position: relative;
  width: 895px;
  margin: 0px auto;
  text-align: left;
}
#content .album {
  position: relative;
  float: right;
  margin: 10px 0 10px 10px;
  width: 400px;
  height: 267px;
}
#content .ci {
  float: right;
  margin: 0 0 10px 10px;
  width: 250px;
  height: 320px;
}
#content .album img {
  position: absolute;
  left: 0;
  top: 0;
}
#content .ci img {
  display: none;
}
#content .ci img.display {
  display: block;
}

#menu {
  height: 55px;
  padding: 0;
  background: url(/images/menu_bg.png) repeat-x top;
}

#menu-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#menu-content ul li {
  position: absolute;
  font-size: 30px;
  padding: 0;
  width: 144px;
  height: 55px;
  text-align: center;
  top: 0;
  left: 0;
}
#menu-content ul li.accueil {
  left: 61px;
}
#menu-content ul li.colis {
  left: 266px;
}
#menu-content ul li.produits {
  left: 471px;
}
#menu-content ul li.contact {
  left: 676px;
}
#menu-content ul li span {
  display: none;
}

#menu-content ul li#current a {
  color: #330000;
}
#menu-content ul li a {
  color: #ff9933;
}
#menu-content ul li a:hover {
  color: #330000;
}

#text {
  position: relative;
  padding: 0 56px 160px 56px;
  background: #ffffff url(/images/text_bg.jpg) no-repeat 14px bottom;
  color: #5c8136;
  text-align: justify;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  font-size: 18px;
}
#text a {
  text-decoration: underline;
}
#text h1 {
  font-size: 170%;
  font-style: normal;
  font-weight: bold;
  padding: 30px 0;
  margin: 0;
  color: #cbcb2f;
  text-align: right;
}
#text h2 {
  color: #653367;
  font-size: 130%;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  padding: 20px 0;
  margin: 0;
  text-align: left;
}
#text h3 {
  font-size: 100%;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
  padding: 10px 0;
  margin: 0;
  text-align: left;
}
#text tr.current td {
  text-decoration: underline;
  font-weight: bold;
}
#text .desc {
  text-align: left;
}
#text .prix {
  text-align: right;
}

#contact {
  position: absolute;
  bottom: 160px;
  right: 20px;
  width: 400px;
  height: auto;
}
#contact fieldset {
  border-style: none;
  margin: 0;
  padding: 0;
}
#contact label {
  display: block;
  float: left;
  clear: both;
  width: 90px;
  height: 1.3EM;
  margin: 2px 0;
}
#contact input, #contact textarea {
  display: block;
  float: right;
  width: 290px;
  height: 1.3EM;
  margin: 2px 0;
  border: 1px solid #cbcb2f;
}
#contact textarea {
  height: 150px;
}
#contact input#button {
  width: auto;
  clear: both;
}

#bottom {
  font-family: helvetica, sans-serif, serif;
  font-size: 11px;
  padding: 5px;
  text-align: left;
  border-top : 7px solid #69883d;
  margin : 0 63px;
  padding : 0px;
}
#bottom img {
  width: 24px;
  height: 31px;
  float: left;
}
#bottom a {
  color: #cbcb2f;
  text-decoration: underline;
  border-bottom: none;
}
#bottom a:hover {
  color: #e6e69d;
}


