@charset "UTF-8";
/* CSS Document */

/* LIENS MENU */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color:#E76813;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* LIENS CONTENU */
a.contenu:link {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49478C;
	text-decoration: none;
}
a.contenu:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49478C;
	text-decoration: none;;
	}
a.contenu:hover {
	color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E76813;
	text-decoration: none;
	background-color:#FFFFFF;
	}
a.contenu:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49478C;
	text-decoration: none;
}

/* LIENS DEMO */
a.demo:link {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49478C;
	text-decoration: none;
}
a.demo:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49478C;
	text-decoration: none;;
	}
a.demo:hover {
	color: #E76813;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E76813;
	text-decoration: none;
	background-color:#FFFFFF;
	}
a.demo:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49478C;
	text-decoration: none;
}
