#container{
  width:900px;
  margin:20px auto;
  padding:1px 0;
  text-align:left;
  color:#303030;
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: #efefef;
  /*modif de sdeseille*/
  background-color: rgb(184,230,25);
  /*background-color: rgb(140,170,230);*/
  /*background-color: #88942d;*/
  /*background-image: url(/fpw2009/img/08/bg_vert02.png);
  background-position: top;
  background-repeat: no-repeat;*/
}
img {
  border: 0px;
}

a, a:visited, a:hover {
  text-decoration: none;
}

 a:hover { 
  color: #ff0000;
}
 a:visited { 
  color: rgb(0,51,153);
}

#main {
  position: absolute;
  top: 0;
  left: 50%;
  width: 900px;
  margin: 0 0 0 -450px;
  /*modif de sdeseille*/
  background-color: #19E6B8
  /*background-color: #141414;*/
  /* background-image: url(/fpw2009/img/08/main_bg.png);
     background-position: top;
     background-repeat: repeat-x;
     vert=B25V230R184*/
}

#title {
  margin-left: 220px;
  padding-left: 20px;
  background-image: url(/fpw2009/img/09/title_bar.png);
  background-position: left top;
  background-repeat: no-repeat;
  /*color: rgb(158,97,7);marron*/
  color: white;
  /*background-color: rgb(224,255,70);vert pale*/
  width: 660px;
  text-decoration: none;
}

#title h1 {
  padding-top: 5px;
  vertical-align: bottom;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 20px;
}

h1 a {
  text-decoration: none;
  color: #ffffff;
}

#header {
  margin-left: 0;
  margin-top: -20px;
  font-size: 2em;
  font-weight: bold;
}

#langage {
  position: absolute;
  top: 110px;
  left: 10px;
}
#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(/fpw2009/img/08/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;
}

#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: left;
  width: 200px;
  height: 100%;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  padding-right: 10px;
  padding-bottom: 20px;
  line-height: 1.5em;
/*  margin-left: 10px;*/
  /*background-color:rgb(240,240,240);*/
  /*modif de sdeseille*/
  background-color: #E0FF46;
}
#menu dd {
  list-style-type: none;
  padding-left: 5px;
  margin-left: 10px;
}
#menu dt {
  font-size: 1em;
  padding-left: 5px;
  color: rgb(0,51,153);
  font-weight: bold;
}

#menu a {
  text-decoration: none;
  display: block;
/*  padding-left: 15px;*/
  overflow: hidden;
}
#menu a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}


/*CONTENT*/
#content {
  float: left;
  width: 650px;
  margin-left: 10px;
  /*modif de sdeseille*/
  background-color: #E0FF46;
  background-image: url(/fpw2009/img/09/text_top.png);
  background-position: top;
  background-repeat: no-repeat;
  /*background-color: #ffffff;*/ /*#262626;*/
  color: #000000;
  padding-top: 10px;
}
#content p {
  margin: 10px;
}
#content address {
  /*color: #646464;*/
  /*modif de sdeseille*/
  color: #cbcbcb;
  margin: 10px;
  margin-left: 20px;
  font-style: normal;
}
#content .text {
  background-color: #2f2f2f;
  /*background-image: url(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(/fpw2009/img/09/text_footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 5px 0 0 0;
}
#content small {
  font-size: .8em;
}
#content h1 {
  color: rgb(0,51,153);
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: -5px;
  font-family: Arial, Helvetica, sans-serif;
}
#content a {
  color: rgb(0,51,153);
}
#content a:hover {
  color: rgb(255, 0, 0);
}
#content h2 {
  color: rgb(0,51,153);
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: -5px;
  font-family: Arial, Helvetica, sans-serif;
}
#content h3 {
  color: rgb(0,51,153);
  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%;
  padding: 30px 0 10px 0;
/*  background-image: url(/fpw2009/img/08/footer.png);*/
  background-position: top;
  background-repeat: repeat-x;
  background-color: rgb(158,97,7); /*#141414;*/
  text-align: center;
  color: #cbcbcb;
  font-size: .9em;
  font-weight: bold;
}
#footer a {
  color: #ffffff;
}

/* 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  rgb(0,51,153);
  padding: 3px;
  font-size: 1em;
}

input[type="submit"] {
  background-color: rgb(158,97,7);
  color: rgb(255,255,255);
  font-size: .9em;
  padding: 1px;
  font-weight: bold;
  border: 2px outset #ffffff;
}

input[type="submit"]:hover {
  color: rgb(224,255,70);
  border: 2px outset #eaf4a6;
}

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

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