/*
 * www.la-phalene.net
 * captives.css
 * 
 */
 
div#phalene-texte {
  position: absolute;
	top: 0px;
	left: 535px;
}

/* Liens aux couleurs de Captives */
a, a:link, a:visited {
	color: #F44114;
	background-color: transparent;
	text-decoration: underline;
	border: none;
}
a:hover {
	color: #EFEFF7;
	background-color: #F44114;
	text-decoration: none;
	border: none;
}
a:hover img   {
  border: 5px #F44114 solid;
}
img.format_png {
  position: relative;
  top: -2px;
}
a.logo img {
  border: none;
}
a.logo:hover {
  background-color: transparent;
}

div.article-blog {
  border-color: #F44114;
}

/* Nuage (catégories) */
ul.nuage li {
	display: block;
	text-decoration: none;
}

