a:focus{
}

img {border:none; }

a img {border:none; }

a:hover img {border:none; }

del:hover { text-decoration: none; }

h3[id]:hover:after {
content:" #" attr(id);
}

pre {
overflow: auto;
}

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;
}

input[type=text]:focus, textarea:focus{
	border: 2px solid;
}

kbd { /*Personalisation de la balise keyboard: <kbd>*/
padding: 0px 1px 0px 1px;
border-width: 1px 2px 2px 1px;
border-style: solid;
background: #faf6f6;
color: #000;
border-color: #edd #baa #baa #eed;
}
