/*  Couleurs regionale immobiliere : 
	#FFFFFF : Arrière plan : blanc
	#666666 : écriture : gris 
	#13171c : Arrière plan Menu : noir clair
	#ff7d00 : trait menu : orange foncé 
	#ffe4ce : Arrière plan location : rose pâle
	#e5e5e5 : Arrière plan titre : grisé clair	
	font-family:Arial,Helvetica,sans-serif; 12px;
*/

body{
	background-color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
}

#tblLogin{
	margin-bottom:30px;
	margin-top:30px;
	width:100%;
}
.tdMergedError{
	color:red;
	padding-bottom:5px;
	text-align:center;
}
.tdLeft{
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
	width:50%;
	border-width:0px;
}
.tdRight{
	padding-bottom:5px;
	padding-left:5px;
	width:50%;
	border-width:0px;
}
/* Ajouté par VL le 12/05/2009 A TESTER */

#ft {
	background-color:#ffde1a;
	height:3px;
	width:900px;
}

.hr {
	border:1px dotted #ff7806;
	width:100%;
	height:1px;
}