html, html a {
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased;
}

body{
  background: url('images/fond.jpg') no-repeat;
  background-color: #efebe1;
  font-family:  Tahoma, Arial;
  font-size:12px;
}

p, h1, form, button { 
  border:0; 
  margin:0; 
  padding:0;
}

.spacer {
  clear:both; 
  height:1px;
}

/* ----------- My Form ----------- */
.myform, #endmessage {
  padding: 20px;
  margin:0 auto;
}
#endmessage div {
  width: 300px;
}
#header {
  font-family: "Trebuchet MS",Tahoma,Verdana;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px #000;
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding-left: 10px;
  background-color: #F9B025;
  box-shadow: 0 0 10px 0 #000;
}

#header img {
  padding: 0 10px 0 0;
  height: 48px;
  vertical-align: top;
}

/* ----------- stylized ----------- */
#stylized, #endmessage {
  width: 780px;
  height: 523px;
  margin-top: 40px;
  background: url(images/bg_book.png) no-repeat;
  box-shadow: 8px 8px 5px 0px #656565;
  
}

#stylized fieldset {
  margin-bottom: 12px;
}

#stylized h1 {
  font-size:16px;
  font-weight:bold;
  margin-bottom:8px;
  font-family:  "Trebuchet MS",Tahoma,Verdana;
}

#stylized p {
  font-size:14px;
  color:#666666;
  margin-bottom:20px;
  padding-bottom:10px;
}

#stylized label {
  display:block;
  font-weight:bold;
  text-align:right;
  width:120px;
  float:left;
}

#stylized label.error {
  display: none !important;
  width: 100%;
  margin: 0 0 20px 130px;
  color: #ee0000;
  text-align: left;
}

#stylized .small {
  color:#666666;
  display:block;
  font-size:11px;
  font-weight:normal;
  text-align:right;
  width:120px;
}

#stylized input, #stylized select, #stylized div.radio {
  float:left;
  font-size:12px;
  padding:4px 2px;
  border:solid 1px #714724;
  width:200px;
  margin:0px 0 14px 10px;
}

#stylized div.radio {
  background-color: #fff;
}

#stylized div.radio span {
  float: left;
  margin-right: 12px;
}

#stylized div.radio input {
  width:20px;
  padding:0;
  margin:0;
  border:0;
}

#stylized .required {
  border:solid 2px #714724;
}

#stylized .required.error, #stylized input.error {
  border:solid 2px #ee0000;
}

#stylized button {
  float: right;
  clear:both;
  width:125px;
  margin-right: 110px;
  line-height:26px;
  background: #d99005;
  border-radius: 16px;
  cursor: pointer;
  color:#fff;
  font-size:14px;
}

#stylized button:hover {
  color:#444;
}

#stylized legend {
  background-color: #d99005;
  /*background: -moz-linear-gradient(center top , #98B11F, #7B8C18) repeat scroll 0 0 #98B11F;*/
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
  font-family: "Trebuchet MS",Tahoma,Verdana;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

#stylized .extra {
  display: none;
}

#colonne0 {
  padding: 0 40px 0 0;
}
#colonne1 {
  padding: 0 0 0 40px;
}

