@charset "utf-8";

/* formulaire Contact */
form {clear:both;}

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:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.select {
	border-top:1px solid #abadb3;
	border-left:1px solid #abadb3;
	border-bottom:1px solid #ced0d4;
	border-right:1px solid #ced0d4;
	padding:3px;
	widows:150px;
	background-color: #FC9;
	text-transform:uppercase;
	
}
.select option { color:#036; text-transform:uppercase; }
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:#fff url(../img/formulaires/obligatoire.png) bottom right no-repeat;
}

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

input[type="text"].valide, input[type="password"].valide, textarea.valide {
	background:#fff 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;
}
.submit{
	width:193px;
	height:29px;
	display:block;
}
.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;
}
