html { 
  font-size: 100%;
} 
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, FreeSans, sans-serif;
  font-size: .8em;
  line-height: 1.4em;
  background-image: url("pic/decoupe.jpg");
  background-color: #FFFFFF;
}
form {
	padding: 0px;
	margin: 0px;
}
.yaka {
	position: relative;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	position: relative;
	width: 1100px;
	height: 140px;
  background-image: url("pic/header.jpg");
  cursor: pointer;
}
.content {
	position: relative;
	width: 1100px;
	height: 393px;
  background-image: url("pic/content-1.jpg");
}
.content_success {
	position: relative;
	width: 1100px;
	height: 393px;
  background-image: url("pic/content-2.jpg");
}
.content_fail_msisdn {
	position: relative;
	width: 1100px;
	height: 393px;
  background-image: url("pic/content-3.jpg");
}
.content_fail_question_long {
	position: relative;
	width: 1100px;
	height: 393px;
  background-image: url("pic/content-4.jpg");
}
.content_fail_question_short {
	position: relative;
	width: 1100px;
	height: 393px;
  background-image: url("pic/content-6.jpg");
}
.content_fail_flood {
	position: relative;
	width: 1100px;
	height: 393px;
  background-image: url("pic/content-5.jpg");
}
.footer {
	position: relative;
	width: 1100px;
	height: 570px;
  background-image: url("pic/footer.jpg");
}
.pourcentage {
	position: absolute;
	top: 30px;
	left: 930px;
	width: 79px;
	height: 78px;
  background-image: url("pic/etiquette_pourcentage_up_rollover.jpg");
  z-index: 10;
}
.specialistes {
	position: absolute;
	top: 80px;
	left: 850px;
	width: 232px;
	height: 544px;
  background-image: url("pic/Bloc_droite_expert.png");
  z-index: 10;
}
.question_du_jour {
	position: absolute;
	top: 24px;
	left: 270px;
	font-family: Trebuchet MS, Arial, Helvetica, FreeSans, sans-serif;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FF0000;
  pointer: normal;
}
#question {
	position: absolute;
	top: 160px;
	left: 60px;
	width: 475px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, FreeSans, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: bold;
  border: none;
  outline: none;
}
#msisdn {
	position: absolute;
	top: 283px;
	left: 60px;
	width: 330px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, FreeSans, sans-serif;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bold;
  border: none;
  outline: none;
}
#submit {
	position: absolute;
	top: 265px;
	left: 475px;
	width: 120px;
	height: 88px;
  background-image: url("pic/btn-envoyer.png");
  cursor: pointer;
}
