@charset "utf-8";

/* formulaire Contact */
form {clear:both;}
input [type="textarea"] {background-color: #b7cfbb;}
input {background-color: #b7cfbb;}

input[type="text"], input[type="password"], textarea { 
	border-top:1px solid #abadb3;
	border-left:1px solid #abadb3;
	border-bottom:1px solid #ced0d4;
	border-right:1px solid #ced0d4;
	padding:3px;
	
}
textarea { 
	overflow:auto;
	width:239px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input[type="text"], input[type="password"]{ 
	padding-right:92px;
	width:150px;
}

/* styles pour les champs obligatoires et valides */

input[type="text"].obligatoire, textarea.obligatoire {
	background:#b7cfbb url(../img/formulaires/obligatoire.png) bottom right no-repeat;
}

input[type="password"].obligatoire {
	background:#b7cfbb url(../img/formulaires/pass.png) bottom right no-repeat;
}

input[type="text"].valide, input[type="password"].valide, textarea.valide {
	background:#b7cfbb url(../img/formulaires/valide.png) bottom right no-repeat;
}

/* fin du formulaire */

.forminfo {
	float:left;
	margin-top:20px;
	width:400px;
	height:24px;
	padding:8px 0 0 5px;
	border-top:1px solid #a9aab1;
	background-color:#f5f5f5;
}

.envoyer {
	float:left;
	width:193px;
	height:29px;
	margin-top:20px;
	padding:3px 15px 0 0;
	text-align:right;
	background-color:#f5f5f5;
	border-top:1px solid #a9aab1;
}