@import "./page.css";
@import "./form.css";

#header div.content{
    background: url(../images/pages/contact.jpg) no-repeat bottom right;
}
img.bordure{
  padding:2px;
  border:1px solid #CCC;
}
form dt {
	width: 150px;
}
form dd {
	margin-left: 170px;
	width:212px;
}

input.text, select {
	width:150px;
}
textarea {
	width:200px;
	height:150px;
}
input.submit {
	margin-top: 20px;
}
form dt {
	text-align:right;
}
