@CHARSET "ISO-8859-1";

p.formline{

	margin: 0 0 5px 0;
	padding: 0;

	overflow: hidden;

}

form#motdepasse p.formline label{ width: 80px;}

ul.errors{ color: red;}
ul.red{ color: red; font-weight: bold; }

#minisearch-annonce p.formline label{ width: 75px; }

p.formline label{

	display: block;
	float: left;

	width: 100px;
	line-height: 140%;
	margin: 0 0 10px 0;
}


#expernaute p.formline label{
	width: 80px;
	text-align: right;
	margin-right: 10px;
}



#NewsletterForm p.formline label{
	width: 80px;
	text-align: right;
	margin-right: 10px;
}

p.formline label.contactLabel{

	width: 70px;

}


p.formline label.villeLabel{

	width: 40px;
	margin-left: 24px;

}

p.formline .checkLabel{

	width: 250px;

}


p.formline .checkLabel span{
	float: left;
	}

div#expernaute .input{

	width: 120px;

}


p.formline input, p.formline textarea{
	float: left;
}

p.formline{clear: both;}

p.formline label, label.civilabel{

	display: block;
	float: left;
	width: 170px;

}

.largeField{

	display: block;
	float: left;
	width: 200px;
	height: 25px;

	padding-top: 3px;
	
	border: none;

	background: url('../images/largeField.jpg') top left no-repeat;

}

.cpField{
	display: block;
	float: left;
	width: 60px;
	height: 25px;


	padding-top: 3px;
	border: none;

	background: url('../images/cpField.jpg') top left no-repeat;
}

.villeField{
	display: block;
	float: left;
	width: 78px;
	height: 25px;


	padding-top: 3px;
	border: none;

	background: url('../images/villeField.jpg') top left no-repeat;
}

.loginField{
	display: block;
	float: left;
	width: 126px;
	height: 23px;


	border: none;

	background: url('../images/loginField.jpg') top left no-repeat;
}

.messageField{

	display: block;
	float: left;
	width: 200px;
	height: 65px;

	border: none;

	background: url('../images/messageField.jpg') top left no-repeat;

	font: 11px "Trebuchet Ms", arial, sans-serif;

}



a.loginButton{

	display: block;
	width: 61px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #E31E26;

	float: left;
	font-size: 11px;

	background: url('../images/loginButton.jpg') top left no-repeat;

}

div#loginButtons{
	margin-left: 90px;
	position: relative;
	top: 5px;
}

#contactForm #submit{

	display: block;
	width: 83px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;

	position: relative;

	margin-left: 70px;

	background: url('../images/btnContact.jpg') top left no-repeat;

	color: #E31E26;

}


/* FRONTEND FORMS FRONTEND FORMS */

#leftCol p.formline{

	line-height: 200%;

}