/**
 * @author : SGO :: acti
 * @date : 10/05/2010
 * 
 * Feuille de style pour le snippet calendrier
 */

/**
 * @section snippet_article
 */

 #snippet_calendrier {
 }

 	#snippet_calendrier h3 {
 		color: #FFFFFF;
		margin: 0px;
		padding: 2px 5px;
		background-color: #464749;
		font-size: 0.9em;
		font-weight: bold;
		text-align: center;
	}
	
		#snippet_calendrier h3 a {
			color: #FFFFFF;
		}

	#snippet_calendrier div {
		margin: 0px 0px 5px 0px;
		padding: 2px 5px;
	}
	
	#snippet_calendrier table {
		width: 170px;
		margin: 0;
		padding: 0;
		border-collapse: collapse;
	}
	
	#snippet_calendrier td {
		text-align: center;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		padding: 1px;
		
	}
	
		#snippet_calendrier td a {
			font-weight: bold;
		}
		
	#snippet_calendrier .acces {
		text-align: center;
		margin-top: 3px;
	}
		
		#snippet_calendrier .acces a {
			font-size: 0.82em;
			font-weight: bold;
		}
