form#contactus{
	margin: 0 auto;
	width:300px;
	font-size:12px;
	line-height:28px;
	
}

input{
	width:200px;
	height:16px;
	
}

input#envoyer{
	float:left;
	color:#ffffff;
	background-color:#ff9c00;
	width:100px;
	height:25px;
	text-align:center;
	border-radius : 10px;
	font-weight:bold;
	font-size:13px;
}

form#contactus label{
	display:inline-block;
	width:70px;
}

form#contactus label.oblig{
	font-weight:bold;
	color:black;
}
form#contactus label.textarea{
	display:inline-block;
	width:300px;
	
}

form#contactus textarea{
	margin:0 auto;
	height:20px;
	width:300px;
	color:grey;
	text-indent : - 5000px;
}

/* style du message d'erreur */
p.error {
		font-weight : bold;
		color : red;
		background : pink;
		padding : 20px;
		}