#ligne-agenda {
	min-height: 0;
	height: auto;
}

	#ligne-agenda header,
	#ligne2 h2 {
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #b2cde1;
		line-height: 27px;
		margin-top: 40px;
		padding-left: 7px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#ligne-agenda .evenement {
		margin: 6px 0 4px;
	}
	
		#ligne-agenda .nom {
			font-weight: bold;
		}

	#ligne-agenda .calendrier {
		background: #015998;
	}
		
	#ligne-agenda table {
		background: #015998;
		color: #fff;
		font-weight: normal!important;
		width: 90%;
		margin: 5%;
	}

		#ligne-agenda table th,
		#ligne-agenda table td {
			font-weight: normal!important;
			text-align: center;
			vertical-align: middle;
			
		}
	
			#ligne-agenda table a {
				color: #fff!important;
				
			}
		
			#ligne-agenda table td a {
				display: block;
				width: 80%;
				height: 80%;
				background: #0088cc;
				
			}

#ligne2 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #fff;
}

	#ligne2 h2 {
		margin-left: 30px;
		padding-bottom: 2px;
	}

	#ligne2 .span2 {
		margin-top: 26px;
		text-align: center;
	}
	
		#ligne2 .span2 span {
			font-size: 56px;
			display: block;
			line-height: 47px;
			text-align: center;
		}
	
	#ligne2 h3 {
		font-size: 32px;
		font-weight: normal;
	}
