/*************************
* Liens                  *
**************************/
a.NavMain {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
a:link.NavMain {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
a:visited.NavMain {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
a:hover.NavMain {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
a:active.NavMain {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}

a.NavMainActive {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
a:link.NavMainActive {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
a:visited.NavMainActive {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
a:hover.NavMainActive {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
a:active.NavMainActive {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}

a.Forum {
	font-size: 18px;
    text-decoration: none;
}
a:link.Forum {
	font-size: 18px;
    text-decoration: none;
}
a:visited.Forum {
	font-size: 18px;
    text-decoration: none;
}
a:hover.Forum {
	font-size: 18px;
    text-decoration: none;
}
a:active.Forum {
	font-size: 18px;
    text-decoration: none;
}

a.disabled {
    color: #fff;
    cursor: default;
    opacity: 0.5;
    text-decoration: none;
}
a:link.disabled {
    color: #fff;
    cursor: default;
    opacity: 0.5;
    text-decoration: none;
}
a:hover.disabled {
    color: #fff;
    cursor: default;
    opacity: 0.5;
    text-decoration: none;
}
a:active.disabled {
    color: #fff;
    cursor: default;
    opacity: 0.5;
    text-decoration: none;
}

.link-emphasis a {
    text-decoration: underline !important;
}
.link-emphasis a:link {
    text-decoration: underline !important;
}
.link-emphasis a:visited {
    text-decoration: underline !important;
}
.link-emphasis a:hover {
    text-decoration: none !important;
}
.link-emphasis a:active {
    text-decoration: none !important;
}