@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/calendar/"), 
               url-prefix("https://www.google.com/calendar/") 
{
  
	/* Couleur du header samedi*/
	#decowner > [style*="left: 7"] > div:not(.currentDayDec) 
	{
		background-color: #F6E4E4 !important;
	}

	/* Couleur des cellules samedi */
	#decowner > [style*="left: 7"]
	{ 
		background: #FFF6F5 ! important; 
	}

	/* Couleur du numero du jour du samedi*/
	#decowner > [style*="left: 7"] > .dayOfMonth 
	{
		color: #FF6A6B !important;
	}

	/* Couleur du numero du jour du samedi pas dans le mois*/
	#decowner > [style*="left: 7"] > .dayNotInMonth 
	{
		color: #FFBDC4 !important;
	}

	/* Couleur du header dimanche */
	#decowner > [style*="left: 8"] > div:not(.currentDayDec) 
	{
		background-color: #F6E4E4 !important;
	}

	/* Couleur du numero du jour du dimanche */
	#decowner > [style*="left: 8"] > .dayOfMonth 
	{
		color: #FF6A6B !important;
	}

	/* Couleur des cellules dimanche*/
	#decowner > [style*="left: 8"]
	{ 
		background: #FFF6F5 ! important; 
	}

	/* Couleur du numero du jour du dimanche pas dans le mois */
	#decowner > [style*="left: 8"] > .dayNotInMonth 
	{
		color: #FFBDC4 !important;
	}

	/* Couleur header aujourd'hui */
	#decowner > div > .currentDay 
	{
		background-color: #FFFF99 !important;
	}

	/* Taille et gras des jours lun. mar. ... */
	.chead 
	{
		font-weight:bold !important;
		font-family: "Trebuchet MS" !important;
		font-size:12px !important;
	}

	/* Couleur du mot sam */
	.chead[style*="left: 7"] 
	{
		color: #E22 !important;
	}

	/* Couleur du mon dim*/
	.chead[style*="left: 8"] 
	{
		color: #E22 !important;
	}

	/* Couleur des numero de jour du samedi dans le mini calendrier */
	[id^="dp_0_day_"][id$="_5"] 
	{
		color: #6A6AFF !important;
	}

	/* Couleur des numero de jour du samedi pas dans le mois dans le mini calendrier */
	[id^="dp_0_day_"][id$="_5"].DP_offmonth 
	{
		color: #BABDFF !important;
	}

	/* Couleur des numero de jour du dimanche dans le mini calendrier */
	[id^="dp_0_day_"][id$="_6"] 
	{
		color: #6A6AFF !important;
	}

	/* Couleur des numero de jour du dimanche pas dans le mois dans le mini calendrier */
	[id^="dp_0_day_"][id$="_6"].DP_offmonth
	{
		color: #BABDFF !important;
	}


	/*Agenda text*/
	.listv .event-title 
	{
		font-size:12px !important;
		font-weight:normal !important;
	}

	/*Texte dans la semaine*/
	.chip dd 
	{
		font-size:12px !important;
		font-weight:bold!important;
		font-family: "Trebuchet MS" !important;   
	}

	/*Evenement journalier*/
	.cadc dt 
	{
		font-size:12px !important;
		font-weight:bold!important;
		font-family: "Trebuchet MS" !important;
		text-align: center !important ;
	}

	/*Texte dans le Mois*/
	.month_event 
	{
		font-size:12px !important;
		font-family: "Trebuchet MS" !important;
	}

	/* Enleve l'espace de la barre de gauche */
	td#nav 
	{ 
		width: 161px !important; 
	}

	div#nb_0
	{
		width: 155px !important; 
	}

	/* Minimise la taille du mini calendrier */ 
	#dp_0_tbl.DP_monthtable td 
	{ 
		font-size: 70% !important;  
		height: auto !important; 
		padding-top: 0px;  
		padding-top: 0px; 
	}
}