
body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: #efefef;
  background-color: #88942d;
  background-image: url(/fpw2008/img/bg_vert02.png);
  background-position: top;
  background-repeat: no-repeat;
}
img {
  border: 0px;
}
a, a:visited {
  text-decoration: underline;
  color: #b5c53d;
}
a:hover { 
  text-decoration: none;
  color: #eaf4a6;
}

#main {
  position: absolute;
  top: 0;
  left: 50%;
  width: 900px;
  margin: 0 0 0 -450px;
  background-color: #141414;
  /* background-image: url(/fpw2008/img/main_bg.png);
     background-position: top;
     background-repeat: repeat-x;*/
}
#title {
  float: left;
  height: 161px;
  width: 780px;
  background-image: url(/fpw2008/img/h1_vert.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 0px;
  margin-left: 0;
}

#goto-lang {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 50px;
  margin-left: 395px;
}
#navbar {
  position: absolute;
  top: 225px;
  list-style-type: none;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  z-index: 2;
  text-transform: uppercase;
}
#navbar li {
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 8px;
}
#navbar li:hover {
  background-image: url(/fpw2008/img/navbar_hover.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
#navbar a {
  text-decoration: none;
  color: #606060;
}
#navbar a:hover {
  color: #89d3f8;
}
#wrapper {
  float: left;
  width: 100%;
  background-color: #262626;
}
#header h1 {
  background-image: none;
}

#session, #session * {padding: 0; margin: 0;}
#session {
  position: absolute;
  top: 50px;
  width: 200px;
  background-color: #1f1f1f;
  left: 50%;
  margin-left: 230px;
  color: #0b0b0b;
  padding: 10px;
  font-size: .9em;
}
#session h2, #session h2 a {
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
  /*letter-spacing: 3px;*/
  /*color: #f29527;*/
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
}
#session a {
  color: #797979;
  text-decoration: none;
  font-weight: bold;
  font-size: .9em;
  white-space: nowrap;
}
#session a:hover {
  color: #b5c53d;
}


/*MENU*/
#menue, #menu * {padding: 0; margin: 0;}
#menu {
  float: right;
  width: 200px;
  height: 100%;
  border-left: 1px #000000 solid;
  padding-left: 10px;
  padding-top: 20px;
  margin-right: 10px;
}
#menu li {
  list-style-type: none;
  margin-top: 3px;
  padding-left: 5px;
}
#menu h2 {
  margin-top: 10px;
  margin-bottom: 1px;
  font-size: 1em;
}
#menu h2 a {
  color: #ffffff;
}
#menu a {
  text-decoration: none;
  color: #717b7f;
}
#menu a:hover {
  text-decoration: underline;
  color: #b5c53d;
}


/*CONTENT*/
#content {
  float: left;
  width: 650px;
  margin-left: 10px;
  background-color: #262626;
  padding-top: 10px;
}
#content p {
  /*color: #646464;*/
  color: #cbcbcb;
  margin: 10px;
}
#content address {
  /*color: #646464;*/
  color: #cbcbcb;
  margin: 10px;
  margin-left: 20px;
  font-style: normal;
}
#content .text {
  background-color: #2f2f2f;
  background-image: url(/fpw2008/img/text_top.png);
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 10px;
  margin: 5px 0 5px 0;
}
#content .text ul {
  padding: 10px 40px 10px 40px;
}
#content .text p {
  margin: 5px 10px 5px 10px;
  color: #ffffff;
}

#content .text dl {
  margin: 5px 10px 5px 20px;
}
#content .text dt {
  color: #b5c53d;
}
#content .text dd {
  margin-left: 0px;
  margin-bottom: 10px;
}
#content .text_footer {
  width: 100%;
  height: 30px;
  background-image: url(/fpw2008/img/text_footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
#content small {
  font-size: .8em;
}	 
#content h2 {
  color: #b5c53d;
  font-size: 1.2em;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: -5px;
  font-family: Arial, Helvetica, sans-serif;
}
#content h3 {
  font-size: 1.1em;
  color: #b5c53d;
  padding-left: 10px;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}	 

#content .plan {
  margin: 10px;
  text-align: center;
}
#content .plan img {
  background-color: #2f2f2f;
  border: 1px solid black;
  padding: 10px;
}

#content table {
  margin: 10px;
}
#content table td {
  padding: 3px;
}	 

/*SPONSOR*/
#content .sponsor_logo {
  float: left;
  margin: 5px 10px 5px 10px;
}

#content .logo img {
  /* border: 1px solid #b5c53d; */
  /* background-color: white;*/
}

#content .listsponso td {
  vertical-align: top;
  border-top: 1px solid black;
  padding: 5px;
}

#content table.listsponso {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-collapse: collapse;
}

/*FOOTER*/
#footer {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 30px 0 5px 0;
  background-image: url(/fpw2008/img/footer.png);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #141414;
  text-align: center;
  color: #565554;
  font-size: .9em;
  font-weight: bold;
}
#footer a {
  color: #565554;
}


/* TABLE*/
form table {
  border-collapse: collapse;
  border:  none;
  margin: 10px;
}
form table td {
  padding: 5px 3px 10px 3px; 
}
input, textarea, select {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #b5c53d;
  padding: 3px;
  font-size: 1em;
}

input[type="submit"] {
  background-color: #b5c53d;
  color: #333;
  font-size: .9em;
  padding: 1px;
  font-weight: bold;
  border: 2px outset #ffffff;
}

input[type="submit"]:hover {
  background-color: #eaf4a6;
  border: 2px outset #eaf4a6;
}

input[type="submit"]:active {
  border: 2px inset #ffffff;
}

/* pour le code */
code, pre {
  font-family: courier, monospace;
}
