* {
  margin: 0;
  padding: 0;
}

html {
  font: 80% Arial, Helvetica, sans-serif;
}

body {
  background: #A3DBE8 url(../images/bg.jpg);
  font-size: 1em;
  text-align: center;
}

.navbar {
	margin:5px auto 0; width:530px;
}

img {
  border: none;
}

#container_index, #container_results, #container_admin {
  width: 554px;
  margin: 0 auto;
  text-align: center;
}

#container_question {
  width: 844px;
  margin: 0 auto;
  text-align: center;
}

#header_question {
  margin: 0;
  background: url(../images/question_banner.gif) no-repeat top center;
  height: 100px;
}

#header_question a {
  display: block;
  height: 72px;
}

#content_index {
  height: 500px;
  background: url(../images/accueil.jpg) no-repeat top center;
  margin: 20px 0 0;
}

#content_question {
  height: 558px;
  background: url(../images/question.jpg) no-repeat top center;
  margin: 10px 0 0;
  padding: 40px 0 0;
  text-align: left;
}

#content_admin {
  height: 696px;
  margin: 20px 0 0;
}

#content_results {
  height: 320px;
  margin: 10px 0 0;
	padding-top: 250px;
  background: url(../images/results.jpg) no-repeat top center;
	text-align: left;
}

#content_admin {
  background: url(../images/admin.jpg) no-repeat top center;
}

.logout {
  margin: 100px 50px 0;
  text-align: right;
}

.export a {
  font-size: 1.2em;
  color: #039;
  text-decoration: none;
}

.notify_admin {
  color: #F00;
  margin-top: 100px;
}

#content_admin form {
  width: 250px;
  margin: 10px auto 0;
  text-align: right;
}

#content_admin form label {
  line-height: 30px;
}

#content_admin form p {
  text-align: center;
  padding-left: 60px;
}

#content_admin table {
  width: 500px;
  margin: 10px auto 0;
}

#content_admin thead {
  background: #039;
  color: #FFF;
}

#content_admin td, #content_admin th {
  padding: 5px;
  border: 1px solid #000;
}

.banner_results, .banner_admin {
  height: 150px;
  display: block;
}

.arrow_results {
  background: url(../images/arrow.gif) no-repeat top center;
  margin-top: 0px;
  width: 55px;
  height: 55px;
  position: relative;
  z-index: 200;
}

.band_results {
  background: url(../images/band.jpg) no-repeat top center;
  width: 487px;
  height: 54px;
  margin-left: 35px;
  position: relative;
  bottom: 20px;
}

.result_results {
  color: #690;
  font-size: 1.2em;
  text-align: justify;
  margin: 0 60px;
	padding: 0;
  position: relative;
  bottom: 20px;
  height: 140px;
}

.email_results {
  color: #690;
  font-size: 1em;
  text-align: left;
  margin: 0 70px;
	padding: 0;
}

  h1 {
    color: #690;
    font-size: 2.6em;
    padding: 20px 0 0;
  }

  #content_index h2 {
    color: #690;
    font-size: 1.4em;
    font-weight: normal;
		letter-spacing: 0.12em;
		line-height: 1.6em;
  }

  #content_index h2 span {
		font-size: 1.6em;
		letter-spacing: 0.35em;
  }

  p {
    font-size: 0.8em;
  }

  p.emailform {
    margin: 250px 0 0;
  }

#question_question {
  margin: 0 50px 0 350px;
  height: 270px;
  text-align: left;
}
  
  #question_question p {
    font-size: 1.3em;
    font-weight: bold;
    margin: 5px 15px 0;
  }
  
  .libelle_question {
    height: 70px;
  }
  
  .solution_question {
    height: 120px;
  }
  
  #question_question label {
    font-size: 0.8em;
    font-weight: normal;
    margin: 0 0 0 45px;
    display: block;
  }
	
	.radio {
		float: left;
		margin: 0 10px 0 20px;
	}
  
  .emailform_results {
    margin-top: 10px;
    font-size: 1.3em;
    font-weight: bold;
  }

  .email_bg, .email_bg2 {
    height: 30px;
    margin: 17px 0 0 0;
  }

  .email_bg {
    background: url(../images/email.png) no-repeat top right;
    float: left;
    text-align: right;
    width: 340px;
  }

  .email_bg2 {
    background: url(../images/email2.jpg) no-repeat top center;
    text-align: center;
    width: 100%;
  }

  input#email {
    border: 1px solid #FFF;
    width: 220px;
    margin: 5px 10px 0 0;
  }
  
  #form_index {
    text-align: left;
  }
  
  #submit_index {
    position: relative;
    right: 40px;
  }
  
  #submit_question {
    margin: 0 0 0 270px;
  }

#numero_question {
  width: 72px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: top right;
  margin: 0 0 0 292px;
}
  
#bottom {
  color: #666;
}

  #bottom p {
    margin: 10px 0;
  }

  #bottom h2 {
    font-size: 0.8em;
    font-weight: normal;
    text-decoration: underline;
  }
  
  a.legal {
    display: block;
    color: #009;
    text-decoration: none;
    width: 200px;
    padding: 30px 0 0;
    margin: auto;
    background: url(../images/logo.jpg) no-repeat top center;
  }

.notify {
  color: #F00;
}

.navbar a {
  margin: 0 2px;
}