@import url("../affichageRedactionnel/information.css");

#contenuArticle2{
	position:relative;
	float:left;
	width:645px;
	height:auto;
	min-height:700px;
	margin:0px;
	padding:0px;
	margin-left:5px;
	background:#080F1E;
	overflow:hidden;
}
#toutLeCalendrier{
	position:relative;
	float:left;
	height:25px;
	background:#080F1E;
	width:645px;
	margin-left:0px;
	margin-top:0px;
	overflow:hidden;
}
#contenuArticle2 a{
	font-family:Arial,Verdana,Helvetica;
	font-size:10px;
	font-weight:bolder;
	color:#fff;
	text-decoration:none;
}
#contenuArticle2 a:hover{
	color:#ff6407;
}
#boutonsDev{
	position:relative;
	float:right;
	width:325px;
	height:20px;
	text-align:right;
	font-family:Arial,Verdana,Helvetica;
	letter-spacing:1px;
	color:#fff;
	font-size:9px;
	font-weight:bold;
}

div.selectionCompetition{
	position:relative;
	left:0px;
	top:0px;
	width:320px;
	height:20px;
}
div.selectionCompetition select{
	background:#eee;
	border-width:0px;
}

div.selectionCompetition select,div.selectionCompetition select option,div.selectionCompetition select option.titre,div.selectionCompetition select.titre,div.selectionCompetition select.normal,div.selectionCompetition select optgroup.titre{
	font-family:Arial,Verdana,Helvetica;
	color: #111;
	font-style: normal;
	font-weight:normal;
	text-align:left;
	margin:0px;
	padding:0px;
} 

div.selectionCompetition select option,div.selectionCompetition select.normal{
	font-size:10px;
	color: #111;
} 

div.selectionCompetition select option.titre,div.selectionCompetition select.titre,div.selectionCompetition select optgroup.titre{
	font-size:10px;
	font-weight:bolder;
	color: #e5000d;
} 

div.journee{
	position:relative;
	float:left;
	width:645px;
	height:25px;
	text-align:left;
	font-family:Arial,Verdana,Helvetica;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	background:#fff url("../../images/commun/tetierePollClose.jpg") no-repeat left;
	cursor : pointer;
	margin:5px 0px 0px 0px;
}

div.journeeSelectionnee{
	position:relative;
	float:left;
	width:645px;
	height:25px;
	text-align:left;
	font-family:Arial,Verdana,Helvetica;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	background:#fff url("../../images/commun/tetierePollOpen.jpg") no-repeat left;
	cursor : pointer;
	margin:5px 0px 0px 0px;
}

div.journee div.titreJournee,div.journeeSelectionnee div.titreJournee{
	position:relative;
	float:left;
	height:100%;
	width:574px;
	padding-top:3px;
}

div.journee div.flecheDeroulante,div.journeeSelectionnee div.flecheDeroulante{
	position:relative;
	float:left;
	overflow:hidden;
}

div.journee div.flecheDeroulante img,div.journeeSelectionnee div.flecheDeroulante img{
	height:100%;
}

div.contenuJournee{
	position:relative;
	float:left;
	width:645px;
	margin-left:1px;
	overflow:hidden;
	display:none;
}

table.calendrierEquipe{
	width:645px;
}

tr.legende{
	background:url("../../images/competitions/classement_legende.jpg");
}

th.calendrierDate,th.calendrierCompetition,th.calendrierMatch,th.calendrierPhase,th.calendrierTV,th.match{
	font-family:Arial,Verdana,Helvetica;
	font-weight:bolder;
	color:#fff;
	background:#ff6407;
	font-size:10px;
	text-align:center;
}

th.calendrierDate{
	width:10%;
}

th.calendrierCompetition{
/* 	width:118px; */
/* 	width:200px; */
}

th.calendrierPhase{
	width:10%;
}

th.calendrierMatch{
	width:50%;
}

th.calendrierEquipeDomicile,th.calendrierEquipeExterieur{
	width:20%;
}

th.calendrierTV{
	width:10%;
}

td.calendrierDate,td.calendrierCompetition,td.equipeDomicile,td.equipeExterieur,td.calendrierScore,td.calendrierPhase,td.calendrierTV,td.calendrierPlusInfos,td.calendrierDateNoir,td.calendrierPhaseNoir,td.calendrierTVNoir,td.calendrierCompetitionNoir,td.equipeDomicileNoir,td.equipeExterieurNoir,td.calendrierScoreNoir,td.calendrierPlusInfosNoir{
	font-size:11px;
	font-family:Arial,Verdana,Helvetica;
	color:#000;
	height:20px;
	background-color:#f8f9fb;
}

td.calendrierDate,td.calendrierPhase,td.calendrierTV{
	background-color:#fbfbfb;
}

td.calendrierDateNoir,td.calendrierPhaseNoir,td.calendrierTVNoir{
	background-color:#f5f6fa;
}

td.calendrierCompetitionNoir,td.equipeDomicileNoir,td.equipeExterieurNoir,td.calendrierScoreNoir,td.calendrierPlusInfosNoir{
	background-color:#eeeff3;
}

td.equipeDomicile,td.equipeDomicileNoir{
	text-align:right;
	width:20%;
}

td.equipeExterieur,td.equipeExterieurNoir{
	text-align:left;
}

td.calendrierCompetition,td.calendrierScore,td.calendrierCompetitionNoir,td.calendrierScoreNoir{
	text-align:center;
	
}

td.calendrierScore,td.calendrierScoreNoir{
	width:10%;
}

#contenuArticle2 a.fdm{
	font-family:Arial,Verdana,Helvetica;
	color:#141f3d;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

#contenuArticle2 a:hover.fdm{
	color:#ff6407;
}

