/* www.domsware.com

Partie contact

Mise à jour	: 11-12-2005
Création		: 11-11-2005

Auteur : Dominique Vial */

/* Couleurs
khaki #
*/


#contenu {
	width: 500px;
	margin: 0;
	padding: 0;
	/*background-image: url(images/entete.png);*/
	z-index: 1;
	}
	

/* formulaire */


form {
	margin : 14px;
	padding : 0;
	text-align: left;
	z-index: 0;
	background: url("images/formulaire-bas.png") bottom no-repeat #f2f2f2;
	}


input, textarea {
	background: url("images/echantillon_transparent.png") repeat;	
	margin: 0;
	padding: 0;
	color : black;
	width:100%;
	border: 0;
	}


input:hover, textarea:hover {
	background: url("images/echantillon_transparent-dessus.png") repeat;
	}

dl#champs {
	margin : 0;
	padding : 0;
	}

	dl#champs dt {
		margin : 0;
		margin-top: 1em;
		padding : 0;
		font-size: 0.9em;
		color: gray;
		letter-spacing: 3px;
		cursor: default;
		}


/* boutons de soumission du formulaire */
ul#boutons {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 2em;
	margin-bottom: 30px;

	}
	
	ul#boutons li {
		text-align: right;
		padding: 0;
		margin: 0;
		width: 100%;
		cursor: pointer;
		background: url("images/echantillon_transparent.png") repeat;
		}

	ul#boutons li#effacer {
		display: none;
		}

	ul#boutons li#envoyer:hover,
	ul#boutons li#effacer:hover {
		background: url("images/echantillon_transparent-envoyer.png") repeat;
		}
	
			ul#boutons li input {
				}
					
			ul#boutons li#envoyer span {
				font-size: 20px;
				color: gray;
				}



button {
	border: 0;
	background-color: transparent;
	cursor: pointer;	
	}

ul#notes_form_contact {
   font-size: 0.9em;
   }

   ul#notes_form_contact li {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      }