/* @override http://localhost/Web-dev/PRO/RDVRADIO/css/contact.css */

/* Styles page Contact */

#container {
	background: url(../images/fond-contact.jpg) no-repeat center top;
}

#textes {
	margin: 150px 0 0;
	width: 100%;
}

/* @group Formulaire de contact */

#FormContact {
	width: 760px;
	margin: 0 auto;
}

table.form {
	border-collapse: collapse;
}

table.form tr td {
	height: 50px;
}

.tdIntitule1, .tdIntitule2 {
	color: #666;
	text-align: right;
}

.tdIntitule1 *, .tdIntitule2 * {
	margin: 0 30px 0 0 ;
}

.tdIntitule1, .tdInput1, .tdInput2 {
	vertical-align: middle;
}

.tdIntitule2 {
	vertical-align: top;
}

.tdInput1 input {
	width: 308px;
}

.tdInput2 input {
	width: 143px;
}

.tdTextarea {
	padding-top: 20px;
	vertical-align: top;
}

.tdTextarea textarea {
	width: 100%;
	height: 150px;
}

.tdInput1 input, .tdInput2 input, .tdTextarea textarea {
	background-color: #fff;
	border-top: 1px solid #a5a5a5;
	border-left: 1px solid #dddedf;
	border-right: 1px solid #dddedf;
	border-bottom: 1px solid #fff;
}

td.submit {
	text-align: center;
}

td.submit input {
	width: 200px;
	background-color: #fff;
	border-top: 1px solid #a5a5a5;
	border-left: 1px solid #dddedf;
	border-right: 1px solid #dddedf;
	border-bottom: 1px solid #fff;
}

/* @end */

#footer {
	margin-top: 50px;
}
