/*
	projet: Wassit
	author: MOZ (www.WASSIT.com)

*/

/* Form styles */

.erreurPHP{

margin: 15px 10px;
padding: 10px ;
/*color: blue;*/
width: 500px; /**/
text-align: center;
color: rgb(135,50,135);
font-size: 1em;
}
.erreurPHP a{

color: rgb(255,0,255);
font-size: 1.2em;
}

.erreurPHP P{
font-size: 1em;
}
form{
width: 610px;
}
fieldset a{
text-align: center;
color: blue;
}
fieldset {
margin: 15px 10px;
padding: 10px ;
border-color: blue;
width: 560px;

font-size:1.25em;
}
.arbi{
font-size:0.7em;
}
legend {

margin: 5px 10px;
padding: 5px 5px;
font-style: italic;
font: bold ;
color: blue;
}
textarea {
padding: 2px;
resize: none;
overflow:hidden;
}
.element{

color:blue;
clear: both;
float: left;
width: 150px;
margin-bottom: 10px;
}
.champs{
display: block;
margin-bottom: 10px;

}
.valider{
		font: normal 1.4em "Georgia", "Times New Roman", Arial;
		color: #679A4E;
		text-align: center;
		margin: 10px 0;
    padding: 2px 0;
    width: 12em;
	}


 /* classe reservé pour cacher des element du formulaire*/
 .cache{display: none;}

 /* classes reservés à la verification des formulaires*/

  .false{
  background-image: url(../images/no.gif);
  background-repeat: no-repeat;
  display: inline;
  color: red;
  padding-left: 30px;
  }
    .false2{
  color: red;
  padding-left: 30px;
  }

  .true{
  background-image: url(../images/ok.gif);
  background-repeat: no-repeat;
  color: white;
  display: inline;
  padding-left: 30px;
  }
  .empty{
  color: white;
  display: inline;
  }

