/* CSS Document */

body{
  background-color: #ffffff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  color: #908b8b;
  font-size: 11px;
}

a{
	background-color: #ffffff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  color: #908b8b;
  font-size: 11px;
}

input[type=text], textarea{
  background-color: #ffffff;
  border: solid;
  border-color: #908b8b;
  border-width: 1px;
}

#titre{
  margin: 10px 20px 10px 20px;
  border-bottom: solid;
  border-width: 1px;
  border-color: #908b8b
}

#titre h1{
  font-size: 16px;
  margin: 0;
  color: #908b8b;
  font-weight: normal;
  /*color: #aa98d0;*/
}

h2{
  font-size: 16px;
  color: #1567b6;
}

h3{
  font-size: 14px;
  color: #1567b6;
}

h4{
  font-size: 12px;
  color: #1567b6;
  margin: 15px 0 10px 0;
}

#contener{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 890px;
  height: 768px;
}

#top{
  position: relative;
  margin-top: 30px;
  height: 34px;
  width: 890px;
  background: transparent url(../images/fond_top.png) repeat-x top;
}

#top #menu_defilant{
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: 350px; 
  /*width: 150px;*/
  height: 15px;
  overflow: hidden;
  text-align: center;
  font-weight: normal;
  color: #330099;
}

#banner{
  position: relative;
  height: 165px;
  width: 890px;
  background: transparent url(../images/fond_banner.png) repeat-y top left;
  border-bottom: solid;
  border-width: 1px;
  border-color: #1567b6;
}

#center{
  position: relative;
  height: 370px;
  border-bottom: solid;
  border-width: 1px;
  border-color: #1567b6;
}

#main{
  position: absolute;
  top: 1px;
  right: 0px;
  width: 596px;
  height: 100%;
}

#center #ombre{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 598px;
  height: 6px;
  background: transparent url(../images/ombre.png) repeat-x bottom left;
}

#logo_domofen{
  position: absolute;
  left: 10px;
  top: 4px;
  /*width: 406px;
  height: 158px;*/
  /*background: transparent url(../images/logo_domofen.gif) no-repeat top;*/
}

#slogan{
  position: absolute;
  left: 490px;
  top: 50px;
  width: 140px;
  height: 52px;
  background: transparent url(../images/slogan.gif) no-repeat top;
}

#fabrication-suisse{
  position: absolute;
  left: 490px;
  top: 120px;
  width: 150px;
  height: 21px;
  background: transparent url(../images/fabrication-suisse.gif) no-repeat top;
}

#slogan_partenaire{
  position: absolute;
  left: 460px;
  top: 50px;
  width: 140px;
  height: 52px;
  background: transparent url(../images/slogan_partenaire.png) no-repeat top;
}

#banner #imagefond{
  position: absolute;
  right: 5px;
  bottom: 5px;
}

#bottom{
  position: relative;
  margin-left: auto;
}

#bottom #fournisseurs{
  margin-top: 5px;
  text-align: right;
}

#compte_partenaire{
  position: absolute; 
  right: 170px;
  bottom: 5px;
}

#compte_partenaire a{
  color: #ffffff;
  background-color: transparent;
}

#send_result{
  position: absolute;
  top: 80px;
  left: 98px;
  /*background-color: #908b8b;*/
  background-color: #e4e4e4;
  display: none;
  border: 1px solid #000000;
  width: 450px;
  z-index: 500;
  text-align: center;
  filter:alpha(opacity=90);
  -moz-opacity:.90;
  opacity:.90;
}

#send_result_text{
  position: relative;
  color: #000000;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 10px auto 10px auto;
}