#presentation-formulaire {
	position: absolute;
	top: 274px;
	left: 200px;
	width: 757px;
	height: 485px;
	text-align: justify;	
	background: url(../images/fond-contact.png) top center no-repeat;
}

#presentation-formulaire p {
	width: 698px;
	margin-left: 29px;
}

#presentation-formulaire h1 {
	width: 698px;
	margin-left: 29px;
	margin-top: 20px;
	font-size: 14px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}

table {
	margin-left: 29px;
	width: 585px;
}

input[type=text] {
	margin-bottom: 10px;
	width: 250px;
}

input[type=radio] {
	margin-bottom: 10px;
}

textarea {
	width: 500px;
}

td.premier {
	width: 85px;
	color: #000000;
	font-size: 12px;
}

td#bas-submit {
	text-align: center;
}

.erreur-message {
	color: red;
}
