label { 
	display: inline;
	float: left;
	width: 70px;
}

.chpstxt, select {
	font-size: 10px;
	margin-bottom: 1px;
	width: 170px;
}

input#adresse {
	font-size: 10px;
	margin-bottom: 1px;
	width: 424px;
}

.petitchp {
	width: 40px;
}

legend {
	font-weight: bold;
	color: #000000;
}

textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	width: 494px;
	height: 130px;
}

.erreur {
	border: 1px solid red;
}

select {
	text-align: center;
}

.champsGauche {
	float: left;
	width: 250px;
}

.champsDroite {
	float: right;
	width: 250px;
}

#alerte{
	color: red;
	text-align: center;
	border: 1px solid red;
	margin-bottom: 5px;
}