#Titre
{
	color: black;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1
{
  text-align: center;
}

.form-style 
{
  margin:10px auto;
  width: 400px;
  /*padding: 20px 12px 10px 20px;*/
  font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background-color: #C4BFB9;
}

.CreerCompte
{
  margin:10px auto;
  width: 800px;
  /*padding: 20px 12px 10px 20px;*/
  font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background-color: #C4BFB9;
}


.Pseudo, .Password, .Civilite, .Nom, .Prenom, .Mail, .Adresse1, .Adresse2, .CodeP, .Ville, .Pays, .Telephone
{
  margin:10px auto;
  width: auto;
  /*padding: 20px 12px 10px 20px;*/
  font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #817f7c;
}

.form-style td 
{
  padding: 0;
  display: block;
  list-style: none;
  /*margin: 10px 0 0 0;*/
}


.form-style label
{
  margin:0 0 3px 0;
  padding:0px;
  display:block;
  font-weight: bold;
  color: #817f7c;
}


.form-style .required
{
  color:red;
}

.CreerCompte .required
{
  color:red;
}

.CreerCompte input[type=submit], .CreerCompte input[type=reset]
{
  background: #4eb5f1;
  padding: 8px 15px 8px 15px;
  border: none;
  color: #fff;
}

.CreerCompte input[type=submit]:hover, .CreerCompte input[type=reset]:hover{
  background: #4eb5f1;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}

.CreerCompte .field-textarea
{
  height: 100px;
}

.CreerCompte input[type=text], .CreerCompte input[type=password], textarea , .CreerCompte input[type=mail], .CreerCompte input[type=tel]
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border:1px solid #BEBEBE;
  padding: 7px;
  margin:0px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;  
}

.CreerCompte .long
{
  width: 70%;
}

.CreerCompte input[type=text]:focus, .CreerCompte input[type=password]:focus, .CreerCompte textarea:focus
{
  -moz-box-shadow: 0 0 8px #88D5E9;
  -webkit-box-shadow: 0 0 8px #88D5E9;
  box-shadow: 0 0 8px #88D5E9;
  border: 1px solid #88D5E9;
}

.error
{
  color: #D8000C;
  background-color: #FFBABA;
}