@charset "utf-8";

/* CSS Document */
.activities{
	background:url(../img/global/image-bg.jpg) no-repeat 249px top;
	width:100%;
	position:relative;
	float:left;
}
/**
 * Colonne de gauche
 */
.left{
	width:728px;
	float:left;
	padding:0 20px 0 0;
	position:relative;
	margin-top:-8px;
	overflow:hidden;
}
	.left .text{
		width:100%;
		float:left;
		padding-bottom:19px;
	}
		.left .text .title{
			text-align:right;
			width:227px;
			float:left;
			padding-right:27px;
		}
		.left .text .title h3{
			line-height:0.95em;
			font-size:0.75em;
			color:#ff7b10;
			font-family:Georgia, "Times New Roman", Times, serif;
			text-transform:uppercase;
		}
			.left .text .title h3 a{
				color:#ff7b10;
				text-decoration:none;
			}
		.left .text .title h2 {
			line-height:1.05em;
			color:#ff7b10;
			font-size:0.95em;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:bold;
			margin:0;
			padding:0;
		 }
		 .left .text .title h2 a{
		 	color:#ff7b10;
		 }
		.left .text .title h1{
			font-size:1.9em;
			font-family:Georgia, "Times New Roman", Times, serif;
			margin:0;
			padding:0;
			font-weight:normal;
		}
		.left .text .chapo{
			float:left;
			width:464px;
		}
	.left .activity-list{
		width:100%;
		float:left;
		background:none;
	}
/**
 * Liste des activités
*/
 .activity{
	padding-bottom:23px;
	height: 92px;
 }
	.activity a p,
	.activity p{
		font-weight:normal;
	}