#cad_corpsvoid
{
	text-align:left;
}



	
	#agenda_mois
	{
		float:right;
		display:block;
		width:200px;
		height:220px;
	}
	
		#agenda_mois caption 
		{
		width:186px;
		   margin: auto; 
		   color: #d77a13; 
		   margin-bottom: 2px;
		}
		
			#agenda_mois caption a
			{
				color:#646464;
				text-decoration:none;
			}
			
			#agenda_mois caption a:hover
			{
				color:#d77a13;
			}
			
		#agenda_mois table 
		{
		   margin-left:10px; 
		   border: 1px solid #c8c8c8;
		   border-collapse: separate; 
		}
		
		#agenda_mois th 
		{
		   background-color: #d77a13; 
		   color: white; 
		}

		.lienCalendrier
		{
		   border: 1px solid #646464;
		   border-style: dotted;
		   text-align: center;
		   padding: 1px;
		   empty-cells: show;
		   outline:none;
		   color:#d77a13;
		   text-decoration:none;
		}
		
		.lienCalendrier a, .lienCalendrierJour a
		{
		   outline:none;
		    color:#d77a13;
		   text-decoration:none;
		}
		
		.lienCalendrierJour 
		{
			background-color: #d77a13;
			text-align: center;
			padding: 1px;
		    empty-cells: show;
			outline:none;
		}
		
			.lienCalendrierJour a
			{
				color:#000;
			}
		
		.active
		{
			background-color: #e4e4e4;
			color:#fff;

		}
		
			.active a
			{
				color:#646464;
			}
	
	#cad_immanquable
	{
		position:relative;
		width:400px;
		height:170px;
		padding-top:0px;
		background-color:#e8e8e8;
		border:1px solid #cecece;
		top:15px;
	}
	
		#img_immanquable
		{
			float:left;
			width:155px;
			height:110px;
			margin-right:5px;
		}
		
		#infos_immanquable
		{
			display:block;
			height:110px;
		}
		
			#infos_immanquable a
			{					
				text-decoration:none;
				color:#646464;
			}

			#infos_immanquable a:hover
			{					
				color:#000;
			}
		
			a#lien_nom_immanquable
			{
				color:#d77a13;
				font-weight:bold;
			}
		
		#desc_immanquable
		{
			padding-left:5px;
			padding-right;5px;
		}
	
	#list_events
	{
		width:600px;
		margin-top:30px;
		display:block;
		float:right;
	}
	
		.block_event
		{
			margin-left:-20px;
			height:100px;
		}
			.titre_event
			{
				color:#d77a13;
			}
			
			.float_img_event
			{
				float:left;
				width:100px;
				height:75px;
				border:0;
				margin-right:5px;
			}
			
			a.nom_event
			{
				color:#646464;
				font-weight:bold;
				text-decoration:none;
			}
			
			a:hover.nom_event
			{
				color:#d77a13;
			}
	
			.desc_event
			{
				display:block;
				height:43px;
				margin:0;
			}
			
			.date_event
			{
				margin-top:0;
				font-size:8pt;
			}
			
				.date_event a
				{
					text-decoration:none;
					color:#646464;
				}

				.date_event a:hover
				{
					color:#000;
				}
