/* =============================== COMPTE CSS =============================== */

div.titrePage {
	clear: left;
	color: #3f3f3f;
	line-height: 17px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

img.imgGauchePage {
}

img.imgDroitePage {
}

div.textePage {
}

#theForm {
	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: 300px;
	font-size: 11px;
	width: 400px;
	border-color: #c2baa8;
	border-width: 1px;
	border-style: solid;
	background-color: #f2f2f2;
}

fieldset#autresSection,
fieldset#confirmationSection {
	font-size: 10px;
	color: #3f3f3f;
}

fieldset#submitSection {
	padding: 0px;
	margin: 0px;
	position: relative;
}

#confirmationSection img {
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	float: left;
}

#chkLabel {
}

#chkInput {
	width: 100px;
}

#submitInput {
	color: #004b83;
	font-weight: bold;
	border-width: 0px;
	border-style: none;
	text-align: left;
	background-position: right;
	width: 110px;
	cursor: pointer;
	background-image: url(../images/validationButton.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 10px;
	left: 200px;
	position: relative;
	height: 28px;
}
