/* --------------------------------------------------

   links.css
   Liens hypertextes
   (c) 2010-2016 Tiny Typo v1.3 - MIT License - tinytypo.tetue.net

----------------------------------------------------- */
a {
  background: transparent;
  color: inherit; text-decoration:none;
}

a:visited {
color: inherit !important;  
background-color: none !important;
border-color: none !important;   
text-decoration:none;
}  

a:focus {
text-decoration: #000 wavy underline  !important;
  background-color:none !important;
  border-color: none !important;
  color: black !important;
  text-shadow: none;
}

a:hover { text-decoration: #000 wavy underline  !important;
  outline: 0;
  cursor: pointer;
  background:transparent !important;
  -webkit-transition-duration: 0.5s!important;transition-duration: 0.5s!important;animation: fadein 4.5s!important;
}

a:active {
  outline: 0;text-decoration: #000 wavy underline !important;
}

a.on {text-decoration: #000 wavy underline !important;} 


article.salon a:hover { text-decoration: none !important;  }

a.spip_out {text-decoration:underline !important;}
a.spip_out:hover {text-decoration:#000 wavy underline !important;}
/* a { outline: none; }
[en] http://www.outlinenone.com
[fr] http://www.outlinenone.fr
*/

a:after,
a:before,
a small {
  font-size: 90%;
  opacity: .9;
}
a[hreflang]:after {
  content: "\0000a0[" attr(hreflang) "]";
}
/* Liens externes */
a.spip_out:after,
a.external:after {
  content: "\0000a0\279A";
}
a[hreflang].spip_out:after,
a[hreflang].external:after {
  content: "\0000a0[" attr(hreflang) "]\0000a0\279A";
}
/* mailto / tel */
a.spip_mail:after,
a.mailto:after {
  content: "\0000a0\2709";
}
a.tel:after {
  content: "\0000a0\2706";
}
/* Documents */
a.download:after {
  content: "\0000a0\21A7";
}
a[hreflang].download:after {
  content: "\0000a0[" attr(hreflang) "]\0000a0\21A7";
}
a.audio:after {
  content: "\0000a0\266B";
}
a[hreflang].audio:after {
  content: "\0000a0[" attr(hreflang) "]\0000a0\266B";
}
/* Liens images */
a img {
  border: 0;
}
a:focus img,
a:active img {
  -moz-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translate(1px);
  transform: translateY(1px);
}

/* fin */