@charset "utf-8";
/* CSS Document */
#agenda_liste{
		width:650px;
		margin:100px auto;
	}
#titre_agenda{
		height:60px;
		line-height:60px;
		margin:0;
		color:#FF0;
		font-size:20px;
		font-weight:bold;
	}btn
.touts_agenda {
		width:650px;
	}
.btn {
		width:99px;
		height:55px;
	}
.separateur {
		width:650px;
		height:3px;
		background:url(../images/entet_activite.jpg);
		clear:both;
	}
.agenda_contenu{
		width:550px;
		float:left;
	}
.agenda_btn{
		width:100px;
		float:left;
	}
.ligne_agenda{
		width:550px;
		height:20px;
		margin:10px 0 0 0;
		float:left;
	}
.ligne_agenda span{
		width:450px;
		display:block;
		float:left;
	}
.ligne_agenda strong{
		width:100px;
		color:#FF0;
		font-weight:bold;
		display:block;
		float:left;
	}


