/* ONGLETS NAV */
#OngletsTop {
	float:left;
	width: auto;
	font-size:14px;
	border: 0px solid black;
}

#OngletsTop ul {
	list-style:none;
	margin: 0px 0px 0px 7px;
	padding:0px;
}

#OngletsTop li {
	float:left;
	background:url("onglets/left.gif") no-repeat left top;
	margin-left:1px;
	padding: 0px 0px 0px 7px;
}

#OngletsTop a {
	display:block;
	background:url("onglets/right.gif") no-repeat right top;
	padding:5px 7px 5px 0px;
	font-weight:bold;
	color:#004C7D;
	text-decoration:none !important;
}

#OngletsTop a:hover {
	color:#004C7D;
	text-decoration:underline !important;
}

#OngletsTop #current {
	background-image:url("onglets/left_on.gif");
}

#OngletsTop #current a {
	background-image:url("onglets/right_on.gif");
	color:#0269AC;
	padding-bottom:5px;
}

/* ONGLETS GRILLE DES PROGRAMMES */
#OngletsGrille {
    float:left;
    width: auto;
    font-size:12px;
	line-height: 12px;
	border: 0px solid black;
	height:28px
    }

#OngletsGrille ul {
	list-style:none;
	margin: 7px 0px 0px 0px;
	padding:0px;
    }

#OngletsGrille li {
    float:left;
    background:url("onglets-sousnav/left.gif") no-repeat left top;
    margin-left:0px;
    padding: 0px 1px 0px 7px;
}

#OngletsGrille a {
    display:block;
    background:url("onglets-sousnav/right.gif") no-repeat right top;
    padding:5px 7px 5px 0px;
    font-weight:bold;
	color:#fff;
	text-decoration:none;
    font-size:12px;
    }

#OngletsGrille a:hover {
	color:#fff;
	text-decoration:underline;
    }

#OngletsGrille #current {
    background-image:url("onglets-sousnav/left_on.gif");
	}
	
#OngletsGrille #current a {
    background-image:url("onglets-sousnav/right_on.gif");
    color:#999;
    padding-bottom:5px;
	text-decoration:none;
	}
	

#OngletsBottom {
	float:left;
	width:100%;
	font-size:12px;
	height:32px;
	background: url("onglets-sousnav/background_ss-nav.gif") repeat-x;
}

#OngletsBottom ul {
	margin:0;
	padding:5px 8px 0 0;
	list-style:none;
}

#OngletsBottom li {
	float:left;
	margin:0;
	padding:0 0 0 0px;
}    

#OngletsBottom a {
	display:inline;
	padding:8px 10px 0px 8px;
	text-decoration:underline;
	color:#0750D9;
}

#OngletsBottom a:hover {
	text-decoration: none;
}

#OngletsBottom #current {
/* bof bof */
}

#OngletsBottom #current a {
	color:#000;
	padding-bottom:0px;
	font-weight:bold;
	text-decoration: none;
}

#OngletsBottom #current a:HOVER {
	text-decoration: underline;
}

