@charset "utf-8";

label {
	display: block;
	margin:0px 0px 11px 0px;
}

input{
	margin:0px 0px 6px 0px;
}
textarea, input {
	border:1px solid #722863;
	width:300px;
}

/************* CONTACT *************/
#contact {
	margin: 0px auto 0px auto;
	width: 520px;
}
	#contact .label {
		float:left;
		width:100px;
		font-size:0.8em;
	}
	#contact .champ {
		margin-left:0px;
	}
	#contact .bouton {
		width:300px;
		text-align:center;
		padding-left:100px;
	}
	#contact .envoyer, #contact .annuler {
		background:url(../images/fond-bouton.png) no-repeat;
		border:none;
		width:86px;
		height:33px;
		color:#FFFFFF;
		text-transform:uppercase;
		font-weight:bold;
		font-size:0.8em;
		cursor:pointer;
	}
