@charset "ISO-8859-1";

/*** Mise en forme du formulaire de contact ***/

form#contact ul li {
	margin-bottom: 10px;
}
form#contact ul li span {
	display: inline-block;
	float: left;
	width: 300px;
}
form#contact_logon .encart {
	text-align: center;
	font-size: 11pt !important;
}
form#contact_logon .encart input[type="text"]#login {
	width: 200px;
}
form#contact_logon .encart input[type="password"] {
	width: 100px !important;
}
form#contact_identification {
	width: 435px;
	margin: 0 auto;
}
form.contact {
	width: 435px;
	margin: 0 auto;
}

.form_champ {
	clear: both;
	display: inline-block !important;
	margin-bottom: 10px;
	text-align: left;
}
.form_champ input[type="text"], .form_champ select {
	width: 250px;
}
textarea {
	overflow: auto;
	width: 420px;
	height: 150px;
}
label {
	clear: both;
	display: block;
	float: left;
	font-style: italic;
	width: 170px;
}
#new_client .form_champ label {
	text-align: right;
	padding-right: 7px;
}
.form_champ input.border_red {
	border: 2px solid #CE0000;
	color: #CE0000;
}
.border_red {
	border: 2px solid #CE0000;
	color: #CE0000;
}
.color_red {
	color: #CE0000;
}
input#pasdnom {
	visibility: hidden;
}

