	table.calendrier
	{
		
		
	}
	table.calendrier tr th.mois1, table.calendrier tr th.mois2, table.calendrier tr th.mois
	{
		font-size					: 11px;
		font-family 				: arial;
		text-align					: center;
		width						: 42px;
		background-color			: #F0F0F0;
		border-bottom				: 1px solid black;
		border-top					: 1px solid Black;
	}
	th.mois1
	{
		border-left 				: 1px solid black;
	}
	th.mois2
	{
		border-right 				: 1px solid black;			
	}			
	table.calendrier td
	{
		font-size					: 10px;
		font-family 				: arial;
		background-color 			: #F0F0F0;
		border-right 				: 1px solid black;
		border-bottom 				: 1px solid black;
	}
	td.jours1 
	{
		border-left 				: 1px solid black;
	}

	td.invisible, th.invisible
	{
		border						: none !important;
		background-color			: none !important;
		width						: 1px;
	}
	
	
	div.periode_1, div.periode_2, div.periode_3, div.periode_4 
	{
		width							: 42px;
		height						: 16px;
	}
	
	div.periode_1, div.periode_1 div { background-color : #F0F0F0; }
	div.periode_2, div.periode_2 div { background-color : #FF9900; }
	div.periode_3, div.periode_3 div { background-color : #6688FF; }
	div.periode_4, div.periode_4 div { background-color : #BCD344; }
	
	.numJour, .libJour {
		margin-left				: 2px;
		width					: 18px;
		float					: left;
		height					: 16px;
		line-height				: 16px;
		vertical-align 			: middle;
	}