body{
	background-color:#FDF1F1;
  font-family : Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #9e9ea0;
}

* {
	border: 0;
	outline: none;
}

.clear{
	clear:both;
}

.conteneur{
	margin: 40px auto;
	width:430px;
}
.conteneur A{color:#9e9ea0; text-decoration:none;}
.conteneur A:hover{text-decoration:underline;}

.champsText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #FDF0E7;
	border-top : 1px solid #114B71;
	border-right : 1px solid #114B71;
	border-bottom : 1px solid #114B71;
	border-left : 1px solid #114B71;
	height : 18px;
}

.bouton{
	border:0px solid;
	width:104px;
	height:25px;
	font-family : Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color : #635953;
	background-image:url(./images/attente_bouton_envoyer.jpg);
	background-position:0 0;
	cursor:pointer;
}

.champsTextVide {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #FDF0E7;
	border-top : 1px solid #c30000;
	border-right : 1px solid #c30000;
	border-bottom : 1px solid #c30000;
	border-left : 1px solid #c30000;
	height : 18px;
}
