div#rech-agenda{
	width: 925px;
	height: 222px;

	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 25px;
	margin-top: 20px;
}
div#liste-agenda{
	width: 934px;
	background-image: url(../img/fd_liste_agenda.gif);
	margin: auto;
	margin-top: 20px;
}
#liste-agenda p{
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 40px;
}
#liste-agenda hr{
	margin: auto;
	height: 1px;
	border: 0px;
	border-bottom: solid 1px #d6d8d6;
	width: 600px;
	margin-bottom: 25px;
	margin-top: 10px;
	clear: left;
}

#liste-agenda p.date {
	font-weight: bold; color: #ac60b2;
}
#liste-agenda p.ville {
	font-weight: bold; color: #666;
}
#liste-agenda p.titre {
	color: #e25a00;
}
#liste-agenda p.desc {
	text-align: justify;
	padding-left: 260px;
}
#liste-agenda .contact {
	font-style: italic;
	color: #888;
}
label {
	width: 100px;
}
select {
	width: 280px;
	height: 18px;
}
input, select {
	border: 1px inset #000;
	margin-bottom: 7px;
}