@charset "utf-8";
/* CSS Document */

div#contenu {
	padding: 15px 0;
}

div#contenu p{
	padding:10px;
}

h4#error {
	color:#FF0000;
	display:block;
	text-align:center;
}

form#formcontact {
}

	form#formcontact fieldset {
		margin:10px;
		padding: 5px;
	}
	form#formcontact fieldset legend {
		font-style:oblique;
		font-weight:bold;
	}

		form#formcontact fieldset ul {
			list-style:none;
			padding:0;
			margin:0;
		}

			form#formcontact fieldset ul li {
				margin:5px 0;
			}
			
label {
	width:140px;
/*	border: 1px solid #000;*/
	float:left;
	line-height:20px;	
}

#email, #title {
	width:400px;
}

textarea {
	width:600px;
	height:200px;
}

#send {
	margin-left: 680px;
}
