.boite, #formResa {
	background-image: url(images/fond_boite.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

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

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

.petitchp {
	width: 40px;
}

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

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

.erreur {
	border: 1px solid red;
}

select {
	text-align: center;
}

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