/* CSS Document */
	DIV.box_entete{
		background:url(../images/accueil/onglets_fd.gif) bottom right no-repeat;
		margin-top:10px;
		height:27px;
		}
		
	DIV.info{
		float:right;
		line-height:20px;
		font-style:italic;
		color:#C8D20A;
		font-weight:bold;
		font-size:9pt;
		}
		
	DIV.onglet_s{
		display:block;
		width:120px;
		text-align:center;
		}
		
	DIV.onglet_s DIV.libelle{
		background:url(../images/accueil/onglet_s_fd.gif);
		margin:0 6px;	
		line-height:25px;
		color:#5D1415;
		font-weight:bold;
		font-size:10pt;
		}
	
	DIV.onglet_s DIV.libelle img{
		margin:4px 0;
		}
		
	body>div#grandmere DIV.onglet_s DIV.libelle img{
		margin:auto;
		}
		
	DIV.onglet_us{
		display:block;
		width:120px;
		text-align:center;
		}
		
	DIV.onglet_us a.libelle{
		display:block;
		background:url(../images/accueil/onglet_us_fd.gif);
		margin:0 6px;	
		line-height:20px;
		color:#EB6A0A;
		font-weight:bold;
		font-size:10pt;
		text-decoration:none;
		}
		
	DIV.onglet_us a.libelle img{
		margin:2px 0 1px 0;
		border:0;
		}

	body>div#grandmere DIV.onglet_us a.libelle img{
		margin:auto;
		}

	DIV.onglet_us a.libelle:hover{
		background:url(../images/accueil/onglet_us_fdon.gif) center bottom;
		color:#C8D20A;
		}
		
	DIV.box_contenu{
		background:url(../images/accueil/box_fd.gif) right top no-repeat;
		background-color:#FFF;
		display:table;
		}
	
	.box_contenu P{
		font-size:8pt;
		margin:0 10px 5px 10px;
		}
	
	.box_contenu DIV.sstitre{
		background:url(../images/px_8b1219.gif) bottom repeat-x;
		margin:5px 3px;
		}

	.box_contenu DIV.sstitre P{
		background:url(../images/px_8b1219.gif) top repeat-x;
		font-size:9pt;
		font-weight:bold;
		color:#5D1415;
		border-bottom:0;
		background-color:#FFF;
		padding:0;
		line-height:20px;
		width:80px;
		text-align:center;
		}
		
/*////// BOX GAUCHE /////////*/
	#alaune{
		width:745px;
	}
	#alaune DIV.box_entete{
		}
	#alaune DIV.box_contenu{
		display:block;
		}
	#alaune DIV.onglet{
		float:left;
		margin-left:5px;
		padding-right:5px;
		text-align:center;
		font-size:10pt;
		background:url(../images/accueil/onglet_us_d.gif) right 0 no-repeat;
		}
		
	#alaune DIV.onglet div{
		background:url(../images/accueil/onglet_us_g.gif) 0 0 no-repeat;
		padding-left:5px;
	}
	
	#alaune DIV.onglet div a{
		display:block;
		background:url(../images/accueil/onglet_us_fd.gif) 0 0 repeat-x;
		line-height:20px;
		color:#EB6A0A;
		font-weight:bold;
		text-decoration:none;
		padding:0 5px;
		min-width:80px;
	}
	
	#alaune DIV.onglet div a:hover{
		background:url(../images/accueil/onglet_us_fdon.gif) center 0 no-repeat;
	}

			#alaune DIV.onglet div a img{
				border:0;
			}

	
	#alaune DIV.onglet div span{
		display:block;
		background:url(../images/accueil/onglet_s_fd.gif);
		line-height:25px;
		color:#5D1415;
		font-weight:bold;
		padding:0 5px;
	}
	
	#alaune DIV.onglet.on{
		background-image:url(../images/accueil/onglet_s_d.gif);
		}
		
	#alaune DIV.onglet.on div{
		background-image:url(../images/accueil/onglet_s_g.gif);
	}
	
	
	/*////// ONGLET COUP DE COEUR /////////*/

	#alaune DIV.onglet.cdc{ 			background-image:url(../images/accueil/onglet_cc_d.gif);	}
	#alaune DIV.onglet.cdc div{			background-image:url(../images/accueil/onglet_cc_g.gif); }
	#alaune DIV.onglet.cdc div a{		background-image:url(../images/accueil/onglet_cc_fd.gif); color:#5D1415; }
	#alaune DIV.onglet.cdc div a:hover{	background:url(../images/accueil/onglet_cc_fd.gif) 0 0 repeat-x; color:#FFF; }
	
	#alaune DIV.onglet.cdc.on{			background-image:url(../images/accueil/onglet_cc_d.gif); }
	#alaune DIV.onglet.cdc.on div{		background-image:url(../images/accueil/onglet_cc_g.gif); }
	#alaune DIV.onglet.cdc div span{	background-image:url(../images/accueil/onglet_cc_fd.gif);	}	

/*////// MAGIC ONGLET //////*/

ul.magicOnglets{
	width:360px;
	float:right;
	list-style:none;
	margin:15px 10px;
	padding:0;
}
	ul.magicOnglets li{
		margin:0 0 5px 0;
		padding:0 0 0 10px;
	}
	ul.magicOnglets li:hover,
	ul.magicOnglets li.select{
		background:url(../images/accueil/magOnglet_pointer.gif) 0 0 no-repeat;
	}
	ul.magicOnglets li.plus,
	ul.magicOnglets li.plus:hover{
		background:none;
	}
	
	ul.magicOnglets A{
		display:block;
		padding:2px 5px;
		text-decoration:none;
		font-size:9pt;
		color:#5D1415;
		line-height:24px;
		height:24px;
		background:url("../images/accueil/onglet_s_fd.gif") repeat-x scroll 0 -10px #FFFFFF;
		border:solid 1px transparent;
	}
	
	ul.magicOnglets A:hover,
	ul.magicOnglets li.select A
	{
		border-color:#5D1415;
		border-left:solid 1px transparent;
		background:#FFF;
	}
	ul.magicOnglets li.plus A:hover{
		border-left:solid 1px #5D1415;
	}
	
	ul.magicOnglets A img{
		border:0;
	}

	ul.magicOnglets A img.flag{
		float:right;
		margin:5px 0;
	}

	

DIV.listArticles{
	margin-right:380px;
	padding-top:15px;
	min-height:280px;
}

	DIV.listArticles DIV{
		display:none;
	}

	DIV.listArticles DIV.select{
		display:block;
		margin-left:15px;
	}

	DIV.listArticles DIV.select SPAN.illust{
		padding:0;
		display:block;
		text-align:center;
		line-height:150px;
	}
	
	DIV.listArticles DIV.select SPAN.illust img{
		vertical-align:middle;
		border:solid 1px #000;
	}

	DIV.listArticles DIV.select P{
		margin:0;
		font-size:8pt;
	}
	
	DIV.listArticles DIV.select P.date{
		color:#666;
	}
	
	DIV.listArticles DIV.select P img.flag{
		float:right;
	}
	
	DIV.listArticles DIV.select H3{
		font-size:9pt;
		text-align:left;
		margin:3px 0;
	}
	
	DIV.listArticles DIV.select P.article{
	}
	
#quickMenu{
	width:350px;
	position:absolute;
	margin:240px 0 0 385px;
}

	#quickMenu A{
		text-indent:-9999px;
		outline:none;
		background-position:0 2px;
		background-repeat:no-repeat;
		width:162px;
		height:60px;
		display:block;
		float:left;
	}
	
	#quickMenu A:hover{
		background-position:0 0;
	}


	#bt_boutique{ background-image:url(../images/accueil/bt_boutique.png); }
	#bt_facebook{ background-image:url(../images/accueil/bt_facebook.png); margin-right:20px; }



	
/*////// BOX GAUCHE /////////*/
	#colGauche DIV.box_entete{
		width:425px;
		}
	#colGauche DIV.box_contenu{
		width:425px;
		}
	#colGauche DIV.onglet_s{
		float:left;
		margin-left:5px;
		}
	#colGauche DIV.onglet_us{
		float:left;
		margin-left:5px;
		}

/*////// BOX DROITE /////////*/
	#colDroite{
		float:right;
		width:330px;
		}
	#colDroite DIV.box_entete{
		width:300px;
		margin:0 15px;
		}
	#colDroite DIV.box_contenu{
		width:300px;
		margin:0 15px;
		}
	#colDroite DIV.onglet_s{
		float:left;
		margin-left:5px;
		}
	#colDroite DIV.onglet_us{
		float:left;
		margin-left:5px;
		}
	
/*////// Box A l'antenne /////////*/

p.emmission_titre{
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	color:#ac1214;
	margin-top:10px;
	}
	
.emmission_titre SPAN{
	margin-left:20px;
	background-color:#d0d106;
	color:#5D1415;
	padding:1px 10px;
	}

.emmission_titre IMG{
	float:right;
	}

p.emmission_categorie{
	text-align:center;
	}

p.emmission_horaire{
	text-align:center;
	font-weight:bold;
	color:#ac1214;
	font-size:12pt;
	}

p.emmission_animateur{
	text-align:center;
	}

p.emmission_info{
	text-align:center;
	margin-top:15px;
	}
	
p.asuivre_titre{
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	color:#ac1214;
	margin-top:5px;
	}
	
.asuivre_titre SPAN{
	background-color:#d0d106;
	color:#5D1415;
	padding:1px 10px;
	}

DIV.asuivre_horaire{
	float:right;
	font-weight:bold;
	color:#ac1214;
	font-size:10pt;
	margin-right:10px;
	}
	
P.copy{
	text-align:right;
	font-size:7pt;
	font-style:italic;
	}

a.infoplus{
	border:solid 1px #5D1415;
	color:#5D1415;
	padding:1px 10px;
	text-decoration:none;
	font-size:8pt;
	}

a.infoplus:hover{
	background-color:#d0d106;
	}

#rebours_time{
	filter:revealTrans(Duration=0.5,Transition=12);
	line-height:20px;
	padding:0 5px;
	margin-right:120px;	
	border:solid 1px #999;
	}

/*////// Box Football Direct Live /////////*/
#divtoup{
	background-image:url(../images/accueil/livefoot_fd.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-attachment:fixed;
	width:100%;
	height:185px;
	overflow:auto;
	padding-top:10px;
	
	scrollbar-face-color:#FFF; 
	scrollbar-highlight-color:#FFF;
	scrollbar-arrow-color: #5D1415; 
	scrollbar-shadow-color:#FFF;
	scrollbar-3dlight-color: #5D1415; 
	scrollbar-darkshadow-color:#5D1415; 
	scrollbar-track-color:#FFF;
	}

#divtoup P{
	text-align:left;
	font-size:10pt;
	}

#divtoup DIV.wait{
	border:solid 1px #000;
	background-color:#FFF;
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	width:260px;
	margin:30px auto;
	}

#time_end{
	font-size:8pt;
	font-weight:bold;
	padding-top:5px;
	padding-right:10px;
	text-align:right;
	color:#666;
	}
	
DIV.match{
	border:solid 1px #000;
	margin:5px 10px;
	background-color:#FFF;
	}

DIV.resultat{
	font-weight:bold;
	}

DIV.resultat span{
	display:inline-block;
	width:115px;
	padding-top:5px;
	}
body>DIV.resultat{
	width:120px;
	}

DIV.imgEquip{
	width:40px;
	padding:3px;
	margin:0 3px;
	background-color:#FFF;
	border:solid 1px #DDD;
	}

DIV.imgEquip IMG{
	margin:auto;
	}

DIV.imgEquip SPAN{
	display:none;
	position:absolute;
	text-align:center;
	width:160px;
	padding:5px;
	margin:0;
	margin-left:-70px;
	margin-top:-45px;
	background-color:#FFF;
	border:solid 1px #DDD;
	}
DIV.imgEquip:hover SPAN{
	display:block;
	}
	
DIV.compet{
	background:url(../images/accueil/onglet_s_fd.gif) 0 -5px repeat-x;
	font-weight:bold;
	font-size:10pt;
	color:#5D1415;
	}

DIV.tiraubut{
	display:table;
	width:180px;
	background-color:#c50f19;
	border:solid 1px #5D1415;
	color:#FFF;
	font-size:11pt;
	font-weight:bold;
	padding:2px 0;
	margin:5px 0;
	text-align:center;
	}

DIV.dateRaf{
	font-size:8pt;
	font-style:italic;
	margin:5px 0;
	}

/*////// Box A l'actu/sport /////////*/
img.article_illust{
	float:left;
	border:solid 1px #2D1D5C;
	margin:5px 10px;	
	}
	
#coupcoeur img.article_illust{
	border-color:#F00;	
	}

p.article_date{
	padding-top:10px;
	font-size:9pt;
	font-weight:bold;
	color:#666;
	}

.article_date IMG{
	float:right;
	}


p.article_lien{
	padding:0 30px;	
	}

.article_lien A{
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
	color:#000;
	}

.article_lien A:hover{
	text-decoration:underline;
	}

p.article_autre{
	clear:both;
	background:url(../images/accueil/onglet_s_fd.gif) 0 -10px repeat-x;
	background-color:#FFF;
	line-height:25px;
	margin:0 10px;
	padding:0 15px 5px 15px;
	}

#coupcoeur p.article_autre{
	background:none;
	border-top:solid 1px #F00;
	background-color:#ffe9e3;	
	}


P.article_autre IMG.flag{
	float:right;
	margin:6px 0;
	}

.article_autre A{
	font-size:9pt;
	color:#5D1415;
	text-decoration:none;
	}

.article_autre A:hover{
	text-decoration:underline;
	}

/*////// BOX Coup de Coeur /////////*/
#coupcoeur DIV.box_entete{
	background:url(../images/accueil/onglets_fd_cc.gif) bottom repeat-x;
	}

#coupcoeur DIV.onglet_s{
	width:140px;
	}
	
#coupcoeur DIV.box_contenu{
	padding-bottom:10px;
	}

#coupcoeur DIV.libelle{
	background:url(../images/accueil/onglet_cc_fd.gif);
	color:#000;
	}

#onglet_cc {
	width:140px;
	}
	
#onglet_cc A{
	background:url(../images/accueil/onglet_cc_fd.gif) 0 -1px;
	color:#000;
	}

#onglet_cc A:hover{
	color:#FFF;
	}
	
#coupcoeur DIV.box_contenu{
	background:none;
	background-color:#FFC9B8;
	}
	
/*/////// Scroll Actu //////////*/
#scrollActu{
	overflow:hidden;
	height:23px;
	width:745px;
	margin:5px 0;
	white-space: nowrap;
	font-size:9pt;
	line-height:20px;
	font-weight:bold;
	background-color:#fff4e7;
	color:#960040;
	}
	

/*////// BOX Portail Multimedia /////////*/
#portailMulti{
	width:298px;
	height:248px;
	border:solid 1px #C8D20A;
	/*margin:10px 15px;*/
	background-color:#4a4a4a;
}

	#portailMulti H2{
		color:#FFF;
		font-size:11pt;
		line-height:22px;
		padding-left:6px;
		margin:0 5px;
		text-align:left;
		}

	#portailMulti SPAN{
		float:right;
		line-height:22px;
		color:#C8D20A;
		font-size:9pt;
		font-weight:bold;
		font-style:italic;
		padding-right:6px;
		}

	#portailMulti DIV.portail{
		border:solid 1px #C8D20A;
		width:290px;		
		height:220px;
		margin:0 auto;
	}
	
		#portailMulti A{
			display:block;
			width:145px;
			height:110px;
			float:left;
			background-repeat:no-repeat;
			background-position:0 0;	
		}
	
		#portailMulti A:hover{
			background-position:0 -110px;	
		}
	
		#portailMulti A SPAN{
			float:none;
			display:none;
		}
	
		#portailMulti A.player_alfa{ background-image:url(../images/pub_webradio01.jpg); }
		#portailMulti A.player_sat{ background-image:url(../images/pub_webradio02.jpg); }
		#portailMulti A.player_pop{ background-image:url(../images/pub_webradio03.jpg); }
		#portailMulti A.player_fado{ background-image:url(../images/pub_webradio04.jpg); }

	

	


