@charset "utf-8";
/* CSS Document */

body {
  margin:0;
  background-image:url(images/tropic_bg.jpg);
  background-repeat:repeat-x;
  background-color: #619980;
  font-family:Helvetica, sans-serif;
}

#contenu {
  width:1024px;
  margin:auto;
}

#header {
  width: 1014px;
  height: 109px;
  background-image:url(images/tropic_header.png);
  background-repeat:no-repeat;
  margin:auto;
}

#corps_top {
 width: 1014px;
 height: 195px;
 background-image:url(images/tropic_corps_top.png);
 background-repeat:no-repeat;
 margin:auto;
}

#corps_center {
 width: 1014px;
 background-image:url(images/tropic_corps_center.png);
 margin:auto;
}
#corps_texte {
 width: 720px;
/* border: 1px #000 solid;*/
 margin:auto;
}
#corps_texte h1 {
 font-size: 20px;
 color: #71a018;
 font-weight:bold;
 margin:0;
 text-align:center;
}
#corps_texte h2 {
 font-size: 18px;
 color: #80b618;
 margin:0;
 font-weight:bold;
 text-align:center;
}

#corps_texte p {
 font-size: 14px;
 color: #125964;
 text-align:right;
}

#photos {
 width: 230px;
 height: 191px;
 margin:10px;
 background-image:url(images/photo_concept.jpg);
 background-repeat:no-repeat;
 float: right;
}

#footer {
 width: 1014px;
 height:241px;
 background-image:url(images/tropic_footer.png);
 background-repeat:no-repeat;
 margin:auto;
}

#liens {
  width: 620px;
  margin: auto;
}
#liens p {
  font-size: 12px;
  color:#80b618;
}
#liens a { 
  font-size: 12px;
  color: #80b618;
  margin-left:8px;
  margin-right:8px;
  text-decoration:none;
}

#liens a:hover {
  text-decoration:underline;
  color: #71a018;
}
#footer_texte {
  width: 700px;
  height: 30px;
  margin: auto;
}
#footer_texte p {
  font-size: 12px;
  text-align:center;
  color:#5E7124;
}
#footer_texte a {
  font-size: 12px;
  color: #5E7124;
  text-decoration:none;
}
#footer_texte a:hover {
  text-decoration:underline;
}
#menu {
 width: 756px;
 height:47px;
 margin:auto;
 padding-top:113px;
}
.bouton a {
  width: 126px;
  height:47px;
  margin:0;
  display:block;
  border:0;
  line-height:47px;
  text-decoration:none;
  background-image:url(images/tropic_btn.jpg);
  background-repeat:no-repeat;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  color:#FFF;
  float:left;
}

.bouton a:hover {
  width: 126px;
  height:47px;
  border:0;
  background-image:url(images/tropic_btn_h.jpg);
  background-repeat:no-repeat;
}

.retour { clear: both; }
