#agenda .titre {
	background-color: #9D1F80;
	width: 790px;
	padding: 3px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

#agenda .corps {
	width: 824px;
}

#agenda .moment {
	width: 34%;
	float: left;
	padding-right: 13px;
	border-right: 1px solid #E7E7E7;
}

#agenda .expositions {
	width: 30%;
	float: left;
	padding-right: 13px;
	padding-left: 13px;
	border-right: 1px solid #E7E7E7;
}

#agenda .stages {
	width: 26%;
	float: left;
	padding-left: 13px;
}

#agenda .soustitre {
	margin-top: 25px;
	/* margin-bottom: 10px; */
	text-transform: uppercase;
	color: #9D1F80;
	font-weight: bold;
	font-size: 14px;
}

#agenda .actualite, #agenda .expo, #agenda .stage {
	margin-top: 20px;
}

#agenda .actualite img {
	border: none;
	margin-right: 10px;
	margin-bottom: 5px;
}

#agenda .actualite .nom a {
	text-decoration: none;
	font-weight: bold;
	color: #9D1F80;
}

#agenda .actualite .nom {
	margin-bottom: 10px;
	text-align: left;
}

#agenda .actualite .date {
	text-decoration: none;
	color: #83BD45;
	margin-bottom: 10px;
	text-align: left;
	font-size: 11px;
}

#agenda .expositions .nom {
	background-color: #F7F7F7;
	border: medium none !important;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 3px;
}

#agenda .expositions .nom a {
	color: #B71892;
	font-family: Verdana;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
	text-decoration: none;
}

#agenda .expositions .date {
	background: transparent url(../images/events_em.jpg) no-repeat scroll 0 2px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 9px;
	padding-left: 11px;
	font-style: italic;
}

#agenda .stages .nom {
	margin-bottom: 10px;
	text-align: left;
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	/* border-right: 1px solid #EEEEEE; */
}

#agenda .stages .nom a {
	text-decoration: none;
	font-weight: bold;
	color: #9D1F80;
}

#agenda .stages .date {
	color: #33BB1D;
	text-align: left;
	float: left;
	font-weight: bold;
	font-size: 12px;
}

#agenda .stages .detail {
	clear: both;
}

#agenda .stages button.button:hover > span {
	text-decoration: underline;
}
	
#agenda .stages button.button {
	background: transparent url(../images/agenda_inscrire_stage.jpg) no-repeat scroll 0 0;
	height: 39px;
	border: none;
	margin-top: 9px;
	width: 187px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 38px;
	padding-top: 3px;
	margin-bottom: 15px;
	cursor: pointer;
}

#agenda .stages .out-of-stock {
	background: transparent url(../images/agenda_stage_complet.png) no-repeat scroll 0 0;
	height: 39px;
	margin-top: 9px;
	width: 187px;
	color: #ff0000 !important;
	font-weight: bold;
	padding-left: 52px;
	padding-top: 11px;
}

#agenda .stages a {
	text-decoration: none;
}

#agenda .stage {
	border-bottom: 1px solid #F1F1F1;
}