#channel {
    clear: both;
    margin: 10px 29px 25px;
    color: white;
    overflow: auto;
    background: black;
    width: 912px;
}

#page div h2 {
    background: url(../img/page-bg-fill.jpg) no-repeat 0 62px;
    padding: -10px 35px;
	margin: 0px 10px 0px 10px;
    line-height: 50px;
    font-family: Arial Black;
    font-size: 18px;
}

#cHdr {
    background: url(../img/detail_gain_resultats3-channel-top.gif);
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}
#cVideo {
    float: left;
    width: 474px;
    margin-left: 10px;
}
#cVideos {
    height: 340px;
    margin-right: 10px;
    border-bottom: solid 1px white;
    overflow: auto;
}
.cvItem {
    overflow: auto;
    font-size: 11px;
    padding: 10px 5px;
}
.cvItem-alt {
    border-top: solid 1px #222222;
    border-bottom: solid 1px #222222;
    background: #0f0f0f;
}
.cvItem-first {
    border-top: none;
    padding-top: 20px;
}
.cvVideo {
    float: left;
}
.cvVideo img {
    border: solid 2px #cbcbcb;
    margin-right: 5px;
}
.cvName {
    font-weight: bold;
    font-size: 12px;
    margin-left: 85px;
}
.cvcView {
    margin-right: 10px;
}
.cvSend {
    margin-left: 85px;
}
.cvSend a {
    color: #cbcbcb;
    text-decoration: none;
    font-weight: bold;
}
.cvComment {
    margin-left: 85px;
}
.cvDesc {
    margin-left: 90px;
}
.cvDesc a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#backHome {
    margin-top: -20px;
}