
/*---------------------------------------------------------------------
				bloc Calendrier
----------------------------------------------------------------------*/


#blocCalendrier {
	position:relative;
	width:179px;
	font-family:Verdana, Geneva, sans-serif;
}

#blocCalendrier .header {
	width:179px;
	height:5px;
	background-image:url(../../../../images/fd_entetePaveLateralBlanc.png)!important;
	background-image:none;
	background-repeat:no-repeat;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/fd_entetePaveLateralBlanc.png');
}

#blocCalendrier[id] .header {
	background-image:url(../../../../images/fd_entetePaveLateralBlanc.png)
}

#blocCalendrier .footer {
	background-image:url(../../../../images/fd_footerPaveLateralBlanc.png)!important;
	background-image:none;
	background-repeat:no-repeat;
	width:179px;
	height:6px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/fd_footerPaveLateralBlanc.png');
}

#blocCalendrier[id] .footer {
	background-image:url(../../../../images/fd_footerPaveLateralBlanc.png)
}

#blocCalendrier .corps {
	position:relative;
	background-image:url(../../../../images/fd_corpsPaveLateralBlanc.png)!important;
	background-image:none;
	background-repeat:repeat-y;
	width:179px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/fd_corpsPaveLateralBlanc.png');
}

#blocCalendrier[id] .corps {
	background-image:url(../../../../images/fd_corpsPaveLateralBlanc.png)
}

#blocCalendrier .corps #calendrier {
	position:relative;
	background-image:url(../../../../images/fd_corpsPaveLateralBlancCalendrier.png)!important;
	background-image:none;
	background-repeat:repeat-y;
	padding-left:2px;
	padding-right:2px;
	margin-top:2px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/fd_corpsPaveLateralBlancCalendrier.png');
 overflow:hidden;
}

#blocCalendrier[id] .corps #calendrier {
	background-image:url(../../../../images/fd_corpsPaveLateralBlancCalendrier.png)
}

/*---------------------------------------------------------------------
				titre
----------------------------------------------------------------------*/	

#blocCalendrier .corps h1 {
	background-image:url(../../../../images/fd_titreh1.gif);
	background-repeat:repeat-y;
	font-size:12px;
	color:#fff;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:6px;
	margin-right:3px;
	margin-left:3px;
	vertical-align:bottom;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#blocCalendrier .corps h1 img {
	width:14px;
	height:14px;
	background-image:url(../../../../images/pictoRSS.gif);
	background-repeat:no-repeat;
	padding-right:4px;
	vertical-align:bottom;
	padding-bottom:1px;
}

/*---------------------------------------------------------------------
				liste info
----------------------------------------------------------------------*/	

#blocCalendrier #liste {
	padding-left:2px;
	padding-right:2px;
}

#blocCalendrier #liste p {
	border-top:1px solid #fff;
	padding:2px;
	padding-left:6px;
	padding-right:6px;
	font-size:10px;
	position:relative;
}

#blocCalendrier #liste p a {
	font-size:10px;
	color:#000;
	text-decoration:none;
	display:block;
}
#blocCalendrier #liste p a strong {
	font-size:9px}
#blocCalendrier #liste p a:hover {
	text-decoration:underline;
}

/*---------------------------------------------------------------------
				footer
----------------------------------------------------------------------*/	

#blocCalendrier .footer a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
	text-align:right;
	display:block;
	padding-left:4px;
	padding-right:7px;
	padding-top:2px;
	position:relative;
}
/*---------------------------------------------------------------------
				section calendrier
----------------------------------------------------------------------*/	


#blocCalendrier .CalendrierHead td {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
}

#blocCalendrier .CalendrierHead a:link {
	font-size: 10px;
	color: #333333;
	text-decoration: none
}

#blocCalendrier .CalendrierHead a:hover {
	color: #304699;
	text-decoration: none
}

#blocCalendrier .titrejours {
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight:bolder;
	color: #333333;
	text-decoration:none;
}

/* style des cellules du calendrier */
#blocCalendrier table {
	width:100%
}
#blocCalendrier table table{
	padding-left:4px;
}

#blocCalendrier table td {
	text-align:center
}

#blocCalendrier .dayCalendar {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #333333;
	background-color: transparent;
	width:20px;
	height:20px;
}

#blocCalendrier .comite {
	color: #FFFFFF;
	background-color: #ff0000;
}

#blocCalendrier .federation {
	color: #FFFFFF;
	background-color: #ffbd00;
}

#blocCalendrier .autres {
	color: #FFFFFF;
	background-color: #1a2f9a;
}

#blocCalendrier .multiple {
	color: #FFFFFF;
	background-color: #B9D6E4;
}

#blocCalendrier .today {
	border-color:#F7C345;
	border-style:solid;
	border-width:1px;
}


#blocCalendrier .CalendrierHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	background-color:transparent;
}

#blocCalendrier .CalendrierHead .gauche {
		padding-left:6px;

}

#blocCalendrier .CalendrierHead .droit {
}

#blocCalendrier .CalendrierHead a.flecheAnnee {
	display:block;
	float:left;
	height:12px;
	width:12px;
}

#blocCalendrier .CalendrierHead a.flecheMois {
	display:block;
	float:left;
	height:12px;
	width:5px;
}

#blocCalendrier .CalendrierHead a.flecheAnnee img {
	border:0px;
	background-repeat:no-repeat;
}

#blocCalendrier .CalendrierHead a.flecheMois img {
	border:0px;
	background-repeat:no-repeat;
}

#blocCalendrier .CalendrierHead .gauche a.flecheMois img {
	border:0px;
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:2px;
	height:12px;
	width:5px;
	background-image:url(../../../../images/flecheGaucheCalendrier.gif);
}

#blocCalendrier .CalendrierHead .droit a.flecheMois img {
	border:0px;
	background-repeat:no-repeat;
	margin-right:2px;
	background-position:left center;
	height:12px;
	width:5px;
	background-image:url(../../../../images/flecheDroiteCalendrier.gif);
}

#blocCalendrier .CalendrierHead .gauche a.flecheAnnee img {
	border:0px;
	background-repeat:repeat-x;
	background-position:left center;
	height:12px;
	width:10px;
	background-image:url(../../../../images/flecheGaucheCalendrier.gif);
}

#blocCalendrier .CalendrierHead .droit a.flecheAnnee img {
	border:0px;
	background-repeat:repeat-x;
	background-position:left center;
	height:12px;
	width:10px;
	background-image:url(../../../../images/flecheDroiteCalendrier.gif);
}
#blocCalendrier .CalendrierHead .droit a.flecheAnnee {
	padding-left:2px;
}
#blocCalendrier .CalendrierHead .gauche a.flecheAnnee {
	padding-right:2px;
}