body {
  background: url(images/wood-bg.jpg) repeat-x;
  font-size: 14px;
  font-family: Arial;
}

#header .etab {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-family: Georgia, Serif, Times;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
}

#stylized.myform {
  clear: both;
  width: 598px;
  height: 692px;
  margin: auto;
  background: url(images/paper.png) no-repeat transparent;
  box-shadow: 10px 10px 5px #656565;
}

#myform {
  position: relative;
  width: 540px;
  height: 672px;
  padding: 10px 10px 10px 48px;
}

#myform h1 {
  font-family: Georgia, Serif, Times;
  /*background-color: blue;*/
  line-height: 26px;
  height: 26px;
}

#myform p {
  font-family: Georgia, Serif, Times;
  /*background-color: green;*/
  height: 72px;
}

#myform .ligne-legend {
  padding-top: 4px;
  width: 540px;
  /*background-color: orange;*/
  height: 46px;
}

#myform legend {
  width: 100%;
  color: #b28170;
  font-family: 'Courgette', cursive;
  text-align: center;
}

#myform .ligne {
  line-height: 24px;
  height: 24px;
  /*background-color: red;*/
  /*border-bottom: solid 1px #000;*/
  margin-bottom: 1px;
}

#myform label {
  font-family: 'Courgette', cursive;
  display: inline-block;
  width: 200px;
  color: #555;
}

#myform input,
#myform select,
#myform div.radio {
  border: none;
  display: inline-block;
  width: 300px;
}

div.radio input {
  width: 10px !important;
  margin-left: 20px !important;
}

td.submit {
  text-align: center;
  padding-top: 20px;
}
#submit {
  text-indent:-9999px;
  border: 0;
  background: url(images/envoyer.png) no-repeat transparent;
  width: 153px;
  height: 87px;
  
  color: transparent;
  cursor: pointer;
}

#stylized.myform input.required.error,
#stylized.myform select.required.error {
  border: solid 1px #D60153;
}

#myform label.error {
  /*
  background-color: #faa !important;
  border: solid 1px red;
  border-radius: 4px;
  color: #000;
  font-family: Arial;
  */
  background: url(images/warning.gif) no-repeat scroll 4px 4px;
  /*width: 400px;*/
  position: absolute;
  display: inline-block;
  height: 24px;
  margin: 0 0 0 4px;
  
  
}

#watermark {
  color: #000;
}

/*




#myform div.radio {
  background-color: transparent;
}

#myform select {
  margin: 0;
  padding: 0;
}

div.radio input {
  margin: 0;
  padding: 0;
  width: 20px !important;
}

#stylized.myform input.required, 
#stylized.myform select.required {
}



*/