/*	===================================
		GLOABL
		===================================	*/
* {
	margin:0;
	padding:0;
}
.mceContentBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	padding:5px;
	text-align:justify;
}
img {
	border:none;
}
.txtLeft {
	text-align:left;
}
.txtRight {
	text-align:right;
}
.txtCenter {
	text-align:center;
}
.txtBold {
	font-weight:bold;
}
.txtUnderline {
	text-decoration:underline;
}
.txtVeryImportant {
	font-weight:bold;
	color:#F90;
}
.txtSmall {
	font-size:10px;
}
a.lienlocservice {
	color: #990066;
	font-weight:bold;
	text-decoration:none;
}
a.lienlocservice:hover {
	text-decoration:underline;
}
a.lienclassic {
	color:#808080;
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
}
a.lienproprietaire {
	font-weight:bold;
	color:#339966;
	text-decoration:none;
}
a.lienproprietaire:hover {
	text-decoration:underline;
}
a.lienlocataire {
	font-weight:bold;
	color: #3366FF;
	text-decoration:none;
}
a.lienlocataire:hover {
	text-decoration:underline;
}
.txtproprietaire {
	color:#666;
}
.txtlocataire {
	color: #666;
}
.txtVert {
	color:#488740;
}
.txtMarron {
	color: #595442;
}
td.tdtitle, th.thtitle {
	background:url(/images/content/main/h1.jpg) left repeat-x;
	color:#FFFFFF;
}
td.tdhightitle, th.dhhightitle {
	background:url(/images/content/main/high_h1.jpg) left repeat-x;
	color:#FFFFFF;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.bottommargin {
	margin-bottom: 5px;
}
