@charset "utf-8";
/* CSS Document */


html, body, h1, form, fieldset, legend, ol, li {
  margin: 0;
  padding: 0;
  border:0px;
}


form#form1 {
  background:#FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  width: 400px;
    color: black;
}

form#form1 legend {
  color: #09F;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  text-shadow: 0 1px 1px #c0d576;
}

form#form1 fieldset fieldset legend {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 0;
}

form#form1 > fieldset > legend:before {
  content: "Étape " counter(fieldsets) " : ";
  counter-increment: fieldsets;
}


form#form1 ol li {
  background: #555;
  background: rgba(255,255,255,.3);
  border-color: #e3ebc3;
  border-color: rgba(255,255,255,.6);
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  list-style: none;
  padding: 5px 10px;
  margin-bottom: 2px;
}
form#form1 ol ol li {
  background: none;
  border: none;
  float: left;
    color :black;
}


form#form1 label {
  float: left;
  font-size: 13px;
  width: 110px;
    
}
form#form1 fieldset fieldset label {
  background:none no-repeat left 50%;
  line-height: 20px;
  padding: 0 0 0 30px;
  width: auto;
}

form#form1 fieldset fieldset label:hover {
  cursor: pointer;
}

form#form1 input:not([type=submit]):focus,
form#form1 textarea:focus {
  background: #eaeaea;
    color: black;
}


form#form1 button {
  background: #09F;
  border: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  display: block;
  font: 18px Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  margin: auto;
  padding: 7px 25px;
  text-shadow: 0 1px 1px #000000;
  text-transform: uppercase;
}
form#form1 button:hover {
	background: #05f;
	cursor: pointer;
}

form#form1 input:not([type=radio]),
form#form1 textarea {
    
  background: #ddd;    
    color: black;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font: 13px Georgia, "Times New Roman", Times, serif;
  outline: none;
  padding: 5px;
  width: 200px;
  resize:none;
}

