
/* Chanlist start */

.chanList {
	border-collapse: collapse;
	width: 100%;
}

.chanList TD {
	vertical-align: top;
	margin: 0px;
	border-top: 1px solid #000;
	padding: 4px 0 8px 4px;
}

.chanList TH {
	white-space: nowrap;
	font-size: 12px;
	font-family: verdana;
	padding-right: 8px;
	padding-bottom: 2px;
}

.chanlistimg0 {
	padding: 0 8px 0 0;
}

.chanlistimg1 {
	padding: 0 8px 0 0;
	background-color: #ffffc0;
}

.chanlistimg0 A:link, .chanlistimg1 A:link {
	display: inline;
	width: 0;
}

.chanlistrow1 {
	background-color: #e8f7ff;
	color: #000066;
	font-size: 10px;
}

.chanlistrow2 {
	background-color: #ffffff;
	color: #000066;
	font-size: 10px;
}

/* Chanlist End */

/* On s'occupe des liens */

a:link {
	color: #39728f;
	text-decoration: none;
}
a:visited {
	color: #39728d;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}


.chanList TD { word-wrap: break-word; }
.chanList TD A { word-break: break-all; display: inline-block; }

