/* =============================== CONTACT CSS =============================== */

div.titrePage {
	position: relative;
	clear: left;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	color: #3f3f3f;
	line-height: 17px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

img.imgGauchePage {
	position: relative;
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 0px;
	border-color: #a3a3a3;
	border-style: solid;
	border-width: 1px;
}

img.imgDroitePage {
	float: right;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	border-color: #a3a3a3;
	border-style: solid;
	border-width: 1px;
}

div.textePage {
}

#theForm {
	clear: both;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding: 0px;
	background-position: right top;
	border-color: #e4e4e4;
	width: 450px;
	background-repeat: no-repeat;
	background-image: url(../images/fondMessages.jpg);
	border-style: solid;
	border-width: 1px;
	float: left;
	position: relative;
}

fieldset {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	border-width: 0px;
	border-style: none;
	padding: 0px;
}

fieldset .formSection {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	line-height: 20px;
	height: 20px;
	background-image: url(../images/bandeNavigation.jpg);
	background-repeat: repeat-y;
	color: white;
}

fieldset label {
	text-align: right;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-top: 0px;
	width: 100px;
	padding: 0px;
	float: left;
	font-size: 10px;
	position: relative;
	color: #3f3f3f;
}

.formMandatory,
.textMandatory {
	font-weight: bold;
	color: red;
}

.textMandatory {
	font-weight: normal;
}

fieldset input {
	color: #3f3f3f;
	font-size: 11px;
	width: 300px;
	border-color: #d9d9d9;
	border-width: 1px;
	border-style: solid;
	background-color: #f2f2f2;
}

fieldset textarea {
	height: 200px;
	color: #3f3f3f;
	font-size: 11px;
	width: 300px;
	border-color: #d9d9d9;
	border-width: 1px;
	border-style: solid;
	background-color: #f2f2f2;
}

fieldset#submitSection {
	width: 340px;
	float: right;
	padding: 0px;
	margin: 0px;
	position: relative;
}

fieldset#submitSection label {
	display: none;
}

#submitInput {
	border-style: none;
	border-width: 0px;
	clear: right;
	position: relative;
	float: right;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0px;
	color: #004b83;
	font-weight: bold;
	text-align: left;
	background-position: right;
	width: 110px;
	cursor: pointer;
	background-image: url(../images/validationButton.gif);
	background-repeat: no-repeat;
	background-color: white;
	height: 28px;
}
