body{
  font-family: Arial;
  font-size: 0.8em;
  margin: 0;
  padding: 0 0 50px 0;
  background-color: white;
}

#megawrapper{
  margin: 0;
  padding: 0;
}

#contentwrapper{
  margin: 0;
  padding: 0;
}

.clearer{
  clear: both;
}

/*
==============================
           INDEX
==============================
*/

h1{
  position: absolute;
  width: 900px;
  left: 50%;
  top: 45px;
  margin: 0 0 0 -533px;
}

.arguments{
  background-color: #AED036;
  width: 900px;
  height: 350px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin: 0 0 0 -450px;
  color: white;
  background-image: url('/img/fond-inscription.gif');
}

.arguments a{
  color: white;
}

.arguments h4{
  color: white;
  font-size: 38px;
  position: absolute;
  left: 450px;
  top: 0;
  margin: 15px;
  padding: 0;
  font-weight: normal;
}

.arguments ul{
  position: absolute;
  left: 450px;
  top: 170px;
  color: white;
  font-size: 14px;
  padding: 0 0 0 30px;
  margin: 0;
  font-weight: bold;
}

.arguments img.promo_image{
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
  height: 350px;
}

.arguments a.register_button{
  position: absolute;
  left: 485px;
  top: 290px;
}

.arguments a.more_info_button{
  position: absolute;
  left: 734px;
  top: 290px;
}

.arguments a img{
  border: 0;
}

.arguments #home_image{
  position: absolute;
  top:0;
  left: 450px;
}

#indexbottom{
  position: absolute;
  top: 460px;
  left: 50px;
  right: 50px;
  height: 80px;
  border-bottom: 1px solid #CCCCCC;
}

#indexbottom p{
  font-size: 18px;
  color: #AED036;
  margin: 0;
  padding: 0;
}

#indexbottom p a{
  color: #AED036;
  text-decoration: underline;
}

#profilebottomlinks a.important_beta, #basic_linksbottom a.important_beta{
  color: #AA0000;
  font-size: 14px;
}

#linksbottom{
  position: absolute;
  width: 900px;
  top: 530px;
  left: 50%;
  margin-left: -425px;
}

#linksbottom a{
  float: right;
  text-decoration: none;
  color: #8C8C8E;
  font-weight: bold;
  width: 100px;
  text-align: center;
  border-left: 1px solid #8C8C8E;
}

#linksbottom #facebook_link{
  position: absolute;
  left: -20px;
  top: -3px;
  border: 0;
  width: 250px;
  text-align: left;
  color: #3A5897;
}

#linksbottom #facebook_link img{
  border: 0;
  position: relative;
  top: 2px;
  left: -5px;
}

#linksbottom a:hover{
  color: #AED036;
}

#linksbottom #nouveaute_bottom{
  border: 0;
}

#login{
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('/img/barre-connexion-v2.png');
  width: 500px;
  height: 50px;
  padding: 0;
  margin: 0;
}

#login #pass_forgotten{
  position: absolute;
  right: 145px;
  bottom: 5px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

#form_login{
  position: absolute;
  left: 60px;
  top: 5px;
}

#form_login input.textinput{
  background-image: url('/img/fond-champs.gif');
  color: #666666;
  font-size: 12px;
  border: 0;
  width: 136px;
  height: 16px;
  padding: 2px;
  margin: 0;
}

#login_error{
  position: absolute;
  top: 50px;
  left: 31px;
  font-size: 10px;
  color: #BDD700;
  font-weight: bold;
}

#username{
  position: absolute;
  top: 0;
  left: 0;
}

#password{
  position: absolute;
  top: 0;
  left: 155px;
}

#remember{
  position: absolute;
  top: 23px;
  left: 55px;
}

#labelremember{
  position: absolute;
  top: 26px;
  left: 77px;
  font-size: 11px;
  color: white;
  font-weight: bold;
}

#password_label_fake{
  position: absolute;
  top: 0;
  left: 155px;
  background:none;
  color: #666666;
  font-size: 12px;
  border: 0;
  width: 136px;
  height: 16px;
  padding: 2px;
  margin: 0;
}

#submit_login{
  position: absolute;
  top: 0;
  left: 310px;
  margin: 0;
}

#register{
  margin: 10px;
  position: absolute;
  top: 40px;
  left: 450px;
  height: 240px;
}

#register h2{
  position: absolute;
  top: -35px;
  left: 130px;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

#register label{
  position: absolute;
  left: 0;
  width: 120px;
  height: 30px;
  display: block;
  text-align: right;
  font-size: 12px;
  color: white;
  font-weight: bold;
}

#register input.textinput{
  position: absolute;
  left: 130px;
  width: 176px;
  height: 16px;
  background-image: url('/img/fond-champs.gif');
  color: black;
  font-size: 12px;
  border: 0;
  padding: 2px;
  margin: 0;
}

#register input.textinput:focus{
  border: 3px solid #AED036;
  margin: -3px 0 0 -3px;
}

#register .fielderror{
  font-size: 10px;
  color: #AA0000;
  position: absolute;
  width: 290px;
  left: 130px;
  margin-top: 20px;
}

#labelfirst_name, #first_name, #errorfirst_name{
  top: 20px;
}

#labellast_name, #last_name, #errorlast_name{
  top: 60px;
}

#labelsex, #sex, #errorsex{
  top: 140px;
}

#sex{
  position: absolute;
  left: 130px;
}

#labelbirth, #birth_day, #birth_month, #birth_year, #errorbirth{
  top: 100px;
}

#birth_day, #birth_month, #birth_year{
  position: absolute;
}

#birth_day{
  left: 130px;
  width: 60px;
}

#birth_month{
  left: 195px;
  width: 90px;
}

#birth_year{
  left: 290px;
  width: 70px;
}

#labelpostal_code, #postal_code, #errorpostal_code{
  top: 180px;
}

#register #postal_code{
  width: 100px;
}

#accept{
  position: absolute;
  left: 125px;
  top: 218px;
}

#register #labelaccept{
  top: 220px;
  text-align: left;
  width: 200px;
  left: 150px;
}

#email, #labelemail, #erroremail{
  top: 20px;
}

#email_confirm, #labelemail_confirm, #erroremail_confirm{
  top: 60px;
}

#new_password, #labelnew_password, #errornew_password{
  top: 100px;
}

#password_confirm, #labelpassword_confirm, #errorpassword_confirm{
  top: 140px;
}

#phone_number, #labelphone_number, #errorphone_number{
  top: 180px;
}

#register #service{
  left: 5px;
  top: 205px;
  width: 420px;
  text-align: justify;
  font-size: 11px;
}

#submit_register_form{
  position: absolute;
  top: 267px;
  left: 130px;
  border: 0;
  padding: 0;
  margin: 0;
}

#register h3{
  font-size: 20px;
  position: absolute;
  left: 60px;
  width: 320px;
}

#register p{
  position: relative;
  top: 85px;
  left: 60px;
  width: 300px;
}

#movingMessage{
  background-color: #FFBBBB;
  border: 2px solid #AA0000;
  color: #AA0000;
  font-size: 14px;
  position: absolute;
  left: 0;
  width: 400px;
  z-index: 10;
  padding: 10px;
  text-align: center;
}
