/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */

/* AFFICHE LE TITRE JANVIER 2006 */
.mks_sd_annee{
    background: #0168B5;
	font-size:12px;
    color: #FFFFFF;
    font: bold;
    text-align: center;
    border: 0px;
}

/* AFFICHE LES JOURS DE LA SEMAINE L M M J V S D */
.mks_sd_semaine{
    background: #0168B5;
	font-size:11px;
    color: #FFFFFF;
    font: bold;
    text-align: center;
    border: 0px;
}

.mks_sd_selected{
    background: #99CCFF;
	font-weight:bold;
    width: 15px;
    text-align: center;
    border: 0px;
	color:#999999;
	font-size: 10px;
	text-decoration:none;	
	font-family:Arial, Helvetica, sans-serif;
}
.rougeSel{
    background: #0066CC;
	font-weight:bold;
    width: 15px;
    text-align: center;
    border: 0px;
	color:#999999;
	font-size: 10px;
	text-decoration:none;	
	font-family:Arial, Helvetica, sans-serif;
}
/* GERE LES JOURS DU MOIS */
.mks_sd_dayofmonth{
    background: #99CCFF;
	color: #FFFFFF;	
    width: 15px;
    text-align: center;
    border: 0px;
}
a.mks_sd_dayofmonth{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

a.hover.mks_sd_dayofmonth {
	color:#999999;
	font-size: 10px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.rouge{
    background: #0066CC;
	font-size: 10px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
/* JOUR QUI NE FONT PAS PARTIE DU MOIS (CASES VIDES) */
.mks_sd_dayoutmonth{
    background: #99CCFF;
    font: 9px;
    color: #666666;
    width: 15px;
    text-align: center;
    border: 0px;
}

.mks_sd_weekend{
    background: #99CCFF;
    font: 9px;
    color: #CCCCCC;
    width: 15px;
    text-align: center;
    border: 0px;
}
