a[hreflang]:after{
	content: "\0000a0[" attr(hreflang) "]";
}

a[accesskey]:after{
	content: "\0000a0[alt+" attr(accesskey) "]";
}

acronym, abbr{
	border-bottom: 1px dotted;
	cursor : help;
}

label{
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input[type=text]:focus, textarea:focus{
	border: 2px solid;
}
