
html{
/*	overflow-y: scroll; /* overflow-y: scroll : to prevent scrollbar from repositioning web page */
/*	overflow-x: hidden; /* empêche la scrollbar horizontale dans IE */
	/* Le texte n'est jamais amplifié sinon le texte de certaines cellules seulement de <table> est amplifié (listing clients) */
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

 a:link    {color: #0d34d2} /* blue */
 a:visited {color: #0d34d2} /* 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 }

.LinkBlack:link    { color:#000000; text-decoration: underline }
.LinkBlack:visited { color:#000000; text-decoration: underline }
.LinkBlack:hover   { color:#000000; text-decoration: none }

FORM {margin:0px; padding:0px;}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    -o-user-select: none;
	user-select: none;
	behavior: url(../javascript/ieMakeTextUnselectable.htc);
	cursor:pointer;
	cursor:hand;
}

/* Les labels des INPUT checkbox et radio : non-sélectables, avec pointeur souris : hand. */
label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    -o-user-select: none;
	user-select: none;
	behavior: url(../javascript/ieMakeTextUnselectable.htc);
	cursor:pointer;
	cursor:hand;
}

.td1 {
/*	border-left:0px; border-right:0px; font-weight:bold */
}

.image_off {
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;
    cursor: default !important;
}

.image_mouseover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.image_mouseover:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
