/*pagination */
p.pagination {

	font-weight: bold;

	text-align: center;

}

/* marches */
p.pagination a {
	text-decoration: none;
	color: #f56203;
}
p.pagination a:hover {
	text-decoration: underline overline;
}

dl#marches {
	margin-right: 15px;
	margin-left: 15px;
}

dl#marches dt {
	margin-top: 5px;
	padding: 3px;
}

dl#marches dt.paire {
	background-color: #e6e6e6;
}

dl#marches dt a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2d3b63;
	text-decoration: none;
}

dl#marches dd {
	background-color: #e6e6e6;
	border-color: #2d3b63;
	border-width: 1px;
	border-style: dotted;
}

dl#marches dd p.details {
	text-align: right;
}

dl#marches dd p.details a {
	color: #f56203;
	text-decoration: none;
}

dl#marches dd p.details a:hover {
	text-decoration: underline overline;
}

dl#marches dd p.objet {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-left: 5px;
}

/* formulaire recherche */
fieldset ul {
	list-style-type: none;
	margin: 0;
	padding: 3px;
}

#fieldset-nature {
	width: 45%;
	float: left;
}

#fieldset-procedure {
	width: 45%;
	float: right;
}

#details_js {
	text-align: right;
	text-decoration: none;
}

#details_js a {
	color: #7f7f7f;
	text-decoration: none;
}

#details_js a:hover {
	text-decoration: underline overline;
}

p.avertissement {
	text-align: right;
	font-size: 9px;
	font-style: italic;
	margin: 0;
	padding: 0;}
