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

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

.chpstxt {
	font-size: 10px;
	margin-bottom: 1px;
	width: 223px;
}

.petitchp {
	width: 40px;
}

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

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

.erreur {
	border: 1px solid red;
}

select {
	text-align: center;
}

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

form#contact fieldset {
	width: 900px;
}

form#contact label { 
	width: 105px;
}

form#contact .chpstxt {
	width: 300px
}

fieldset div.colonneGauche {
	float: left;
	width: 440px;
}

fieldset div.colonneDroite {
	float: right;
	width: 440px;
}

#contact legend {
	color: #fff;
}

#contact label {
	width: 115px;
}

#contact textarea {
	width: 800px;
	height: 150px;
}

.grdchp {
	width: 760px;
	margin-bottom: 1px;
}


