
 a:link {color: blue}
 a:visited {color: blue}
 a:hover {color: black; text-decoration: none}

.LinkWhite:link    { color:#ffffff; text-decoration: underline }
.LinkWhite:visited { color:#ffffff; text-decoration: underline }
.LinkWhite:hover   { color:#ffffff; text-decoration: none }

FORM {margin:0px; padding:0px;}

/* Les labels des INPUT checkbox et radio : non-sélectables, avec pointeur souris : hand. */
label {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	behavior: url(../javascript/ieMakeTextUnselectable.htc);
	cursor:pointer; cursor:hand;
}

/* LISTING DES ANNONCES - ESPACE PRO */
.td1 {
/*	border-left:0px; border-right:0px; font-weight:bold */
}


.image_off {
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;
}

.image_mouseover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.image_mouseover:hover img {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
