body, html {
    margin: 1; 
    padding: 0;
    font-family: Aria; Helvetica;
    background: #FFFFFF;
    color: #000000;
}

a[selected] {
    background-color: #194fdb !important;
    background-image: url(images/listArrowSel.png), url(images/selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}

a[selected="progress"] {
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    background-image: url(images/loading.gif), url(images/selection.png) !important;
}

/************************************************************************************************/

div#header {
    width: 100%;
    height: 63px;
}

div#header h3 {
	display: block;
	margin: 6px;
	font-size: 16px;
	width: 90%;
	color: #fff;
	text-align: center;
}

div#header h4 {
	display: block;
	margin: 6px;
	font-size: 12px;
	width: 90%;
	color: #fff;
	text-align: center;
}

/************************************************************************************************/

.mainContent {
	margin: 1;
	padding: 0;
} 

.mainContent > ul {
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mainContent > ul > li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 4px 0 4px 0px;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
}

.mainContent > ul > li > a {
    color: red;
    display: block;
    margin: -4px 0 -4px 0px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
}

.mainContent > ul > li.group {
    position: relative;
    top: -1px;
    margin-bottom: -2px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #999999;
    padding: 1px 10px 1px 12px;
    background: url(images/listGroup.png) repeat-x;
    font-size: 16px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: #FFFFFF;
}

.mainContent > ul > li.group:first-child {
    top: 0;
    border-top: none;
}

.mainContent > p { font-size: 12px; }

/************************************************************************************************/

li.newsitem {
	height: 55px;
}

li.newsitem a {
        height: 55px;
}
li.newsitem div.imgc {
        float: left;
        width: 50px;
        height: 55px;
        overflow: hidden;
        text-align: center;
        margin: 0 8px 0 0;
}

li.newsitem div.imgc img {
        margin: 0 auto;
}

li.newsitem a span.h {
	display: none;
}

/*
li.newsitem a span.h {
	margin: 0 0 0 0;
        font-size: 10px;
        color: #6e85e2;
	position: absolute;
	top: 52px;
}
*/

li.newsitem a span.t {
	position: absolute;
	margin: 0 30px 0 0;
	line-spacing: 0.1;
        font-size: 12px;
        color: #333;
}

.newstitle {
	font-size: 14px;
	border-bottom: 0;
}

.nextlink a {
	font-size: 11px;
}


/* Chaines Images */

ul#chaines li a {
	height: 55px;
}

ul#chaines li a img {
        float: left;
        overflow: hidden;
        text-align: center;
        margin: 0 8px 0 0; 
}


/* New Home Page */

div.hometoggle {
    height: 30px;
    padding: 0;
    background: #FFFFFF;
    width: 95%;
    margin: 0 auto 10px auto;
    text-align: center;
}

div.hometoggle a {
    display: block;
    width: 49%;
    height: 22px;
    padding: 8px 0 0 0;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    margin: 0;
    background: url(images/togoff.png) repeat;
    float: left;
    text-align: center;
}


div.hometoggle a.activebtn {
        color: #fff;
        background: url(images/togselect.png) repeat;
	width: 49%;
} 

#home_news li a {
        display: block;
	font-size: 14px;
	height: 110px;
	padding-left : 85px;
	padding-right: 5px;
}

#home_news li a div.imgc {
		display: block;
        float:  left;
        width:  100px;
        height: 110px;
        overflow: hidden;
}

#home_news li a div.imgc img {
        margin: 0 auto;
}

a.classiclink {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #1900ff;
}