<!--
.bloc_video {

background-color:#FFF0FB;
border:#999999 1px solid;
padding:10px;
}

.video_date {
color:#666666;

}
.video_titre {
font-size:12px;
font-weight:bold;
}

.bloc_entete {

color:#FFFFFF; background-color:#C81876; padding:4px; font-weight:bold;
}
.bloc_fond {
background-color:#f1dde5; padding:5px;
}
.fond_blanc {
width:942px;background-repeat:repeat-y; background-color:#FFFFFF; padding-top:0px; padding-bottom:0px; min-height:1000px;
}


html, body {
    height: 100%;
	margin:0; 
	padding:0;
}

body {
	background-image: url(http://www.basketlfb.com/images/2008/fondecrannoir.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	top:0px;
}
body,td,th, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
.contenu{
	width:950px; 
	background-image:url(http://www.basketlfb.com/images/fonds/ombrage.png); 
	background-repeat:repeat-y; 	
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
	border-bottom:1px #CCCCCC solid;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}
.interne {
	width:942px; 
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#FFFFFF; 
	margin-left:4px;	
}
.bas{
height:24px;}
.bloc_banniere {
	float:left; width:860px; padding-top:35px; margin-left:auto; margin-right:auto; text-align:center;
}
.onglets2 {
float:left; background-image:url(http://www.basketlfb.com/images/fonds/onglets.gif); background-position:right top; width:97px; background-repeat:no-repeat; background-color:#efefef; height:20px; padding-top:2px; padding-left:3px;
}
.bloc_mmm {
background-image:url(http://www.basketlfb.com/images/fonds/multimedia.gif); height:17px; padding-top:4px; padding-left:22px; color:#808080; font-size:12px; font-weight:bold
}
.bloc_gris {
border:#5f5f5f 1px solid; margin-bottom:10px;	
}
.bordure {
border:#b2b2b2 1px solid;
}
.bouton {
background-image:url(http://www.basketlfb.com/images/fonds/bouton.png); width:152px; height:16px; text-align:center; padding-top:4px; margin-left:auto; margin-right:auto;
margin-bottom:5px; 

}
.entete_grise {
background-image:url(http://www.basketlfb.com/images/fonds/tete_gris.gif); background-repeat:repeat-x; height:17px; padding-left:3px; padding-top:3px; font-weight:bold; font-style:italic; color:#000000; font-size:11px; text-transform:uppercase;
}
.fond_gris {
background-image:url(http://www.basketlfb.com/images/fonds/deg_gris2.gif); background-repeat:repeat-x; background-color:#F4F4F4;
}

.bouton a {color:#000000;}
.onglets {
background-image:url(http://www.basketlfb.com/images/fonds/onglets.gif); background-repeat:no-repeat; background-color:#efefef; height:20px; padding-top:5px;
color:#e6185c;
padding-left:3px;
font-weight:bold;
font-size:11px;

}
.onglets a{
color:#e6185c;
}
.onglets_sep {
height:10px; background-color:#b2b2b2
}

a:link {
	color: #c20072;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* style the outer div to give it width */
.menu {
width:942px;
z-index:8;
margin-top:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
z-index:8;

}
.menu ul ul {
z-index:8;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
z-index:8;

}
/* style the links for the top level */
.menu li a, .menu li a:visited {
display:block;
z-index:8;
text-decoration:none;
font-weight:bold;
height:22px;
font-size:11px;
color: #FFFFFF; 
padding-top:6px;
padding-right:6px;
padding-left:12px;
white-space: nowrap;
background-image:url(http://www.basketlfb.com/images/2008/ballon.gif);
background-repeat:no-repeat;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:1%;
w\idth:1%;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#f3b6d8;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c00d72;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#c00d72;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#c00d72;


}
.menu ul ul ul :hover > a {
background:#c00d72;

}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:22px;
left:0; 
width:150px;
font-weight: normal;
font-size:11px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:22px;
t\op:22px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#f3b6d8; 
font-weight: normal;
font-size:10px;
color: #000000;
height:auto; 
padding:2px 2px; 
width:140px;
white-space: normal;
border-left:#c00d72 1px solid;
border-right:#c00d72 1px solid;
border-bottom:#c00d72 1px solid;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:150px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#c00d72;

}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background-image:url(/images/fonds/menu.gif);
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
.rubrique {
background-image:url(http://www.basketlfb.com/images/puces/rond.gif); 
background-repeat:no-repeat; 
padding-left:20px; 
font-size:14px; 
font-weight:bold; 
color:#333333; 
margin-bottom:5px; 
}
.bloc_centre {
margin-left:10px; width:730px; margin-top:20px;
position: relative;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%;

}
.envoi_amis form{padding:0; margin:0;}
.envoi_amis input[type=text] {{height:12px; font-size:10px;}
.envoi_amis input[type=submit] {{font-size:11px;}
.envoi_amis textarea{font-size:11px; font-family:Arial, Helvetica, sans-serif;}
.envoi_amis {
color:#666666;
border:1px #666666 dashed; padding:5px; margin:5px;}
select{font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.fd { background-image:url(http://www.basketlfb.com/images/videos/bande_grise.gif); background-repeat:repeat-x; border-bottom: #CCCCCC 1px solid}
.titre_stat { font-weight:bold; color:#666666; font-size:14px; margin-bottom:10px; margin-top:20px;

	
}
.sortable  {
	border-bottom:#000000 1px solid;
	padding:2px;
	color:#BB0653;

}
.alt  {
	padding:2px;
	border-bottom:#666666 1px solid;

}
.alt_d  {
	border-right:#666666 1px solid;
}
.alt_g  {
	border-left:#666666 1px solid;
}
.alt_h  {
	border-top:#666666 1px solid;
}
.bas {
	color:#BB0653;
	font-weight:bold;
	padding:2px;
	background-color:#FFFFFF;	
}
.titre_webradio {
padding-top:4px;
color:#FFFFFF;
font-weight:bold;
text-align: center;
}
.RSS_ICN a