@charset "utf-8";

/* formulaire Contact */
form {}

input[type="text"], textarea { 
}
textarea { 
}

input[type="text"] { 
}
input[type="submit"] {
	width:150px;
	background:transparent url(img/design/form/glossy.png) no-repeat;
	border:0;
	cursor:pointer;
}

/* styles pour les champs obligatoires et valides */

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

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

/* fin du formulaire */

.forminfo {
	padding-left:20px;
	float:left;
}

.envoyer {
	text-align:right;
	float:right;
}