	
	
	/*------ STRUCTURE GENERALE ------*/
	#boite-agenda
	{
		margin-top:0px;
	}
	
	
	
		#boite-agenda-haut
		{
			width:100%; 
		}
		
		
		#boite-agenda-centre
		{
			width:100%; 
		}
		
		
		
		#boite-agenda-bas
		{
			width:100%;
			height:1px;
			padding-bottom:0px;
			margin-bottom:0px;
		}
	/*------ STRUCTURE GENERALE ------*/
	
	
	
	
	
	/*--------- ELEMENTS DE L'AGENDA (liens, cellules, etc) -----------*/
	
	
	/*--------*/
	.tableau-agenda {
	width:228px; 
	height:180px; 
	text-align:center; 
	background-color:#f7f7f7; 
	/*border:#dddbdb solid 1px;*/
	position:relative;
	left:15px;
	}
	/*--------*/
	
	
	
	/*--------*/
	.jours-de-la-semaine
	{
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#000000;
		position:relative;
		top:4px;
	}
	/*--------*/
	
	
	
	/*--------*/
	.selecteur-de-mois {
		margin-top:10px;
		height:30px;
	}

		.selecteur-de-mois p
		{
			display:block;
			text-align:center;
			width:100%;
			font-family : Verdana,Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000;
		}
		.selecteur-de-mois a
		{
			text-decoration:none;
			color:#000000;
		}
		.selecteur-de-mois a:link
		{
			text-decoration:none;
		}
		.selecteur-de-mois a:visited
		{
			text-decoration:none;
		}
		.selecteur-de-mois a:hover
		{
			color:#d50303;
			text-decoration:none;
		}
		.selecteur-de-mois a:active
		{
			text-decoration:none;
		}
	/*--------*/
	
	

	
	/*--------*/
	.cellule-agenda 
	{
		width:30px; 
		height:20px; 
		float:left;
		margin:1px;
		background-color:#ffffff;
	}
	/*--------*/
	
	
	
	
	/*--------*/
	.cellule-texte
	{
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		padding-top:3px;
		color:#000000;
	}
	/*--------*/

	
	
	
	/*--------*/
	.cellule-agenda a
	{
		width:100%;
		height:100%;
		display:block;
		background:#f2f2f2;
		color:#ffffff;
		text-decoration:none;
		border:#939494 solid 1px;
	}
	
	.cellule-agenda a:link
	{
		background:#f2f2f2;
		color:#ffffff;
		text-decoration:none;
		border:#939494 solid 1px;
	}
	
	.cellule-agenda a:visited
	{
		background:#f2f2f2;
		color:#f2f2f2;
		text-decoration:none;
		border:#939494 solid 1px;
	}
	
	.cellule-agenda a:hover
	{
		background:#dddddd;
		color:#ffffff;
		text-decoration:none;
		border:#939494 solid 1px;
	}
	
	.cellule-agenda a:active
	{
		background:#f2f2f2;
		color:#ffffff;
		text-decoration:none;
		border:#939494 solid 1px;
	}
	/*--------*/
	
	
	

