h2.module {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}

h2.search.result {
	margin-top: 23px;
}

ul.newsList {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}

ul.newsList li {
	display: block;
	border-bottom: solid 1px #bfbab4;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 90px;
}

ul.newsList.agenda li {
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

ul.newsList li.last {
	border-bottom: 0;
}

.titleNews {
	padding-bottom: 10px;
}

.titleNews h3 {
	display: inline;
	background-repeat: no-repeat;
	background-position: left;
}

.titleNews h3 a {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.dateNews {
	font-size: 12px;
	color: #7f7569;
}


a.newsVoirTout {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

/* ==== SEARCH RESULTS ==== */

table.search.result {
	width: 100%;
}

table.search.result th {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-align: left;
	vertical-align: top;
}

th.search.icon, td.search.icon {
	width: 20px;
}

td.nowrap {
	white-space: nowrap;
}

table.search.result td {
	font-size: 12px;
	color: black;
	vertical-align: top;
}

table.search.result td a {
	color: black;
	font-weight: bold;
}

td.search.description {
	padding-bottom: 1em;
}
table.search.result th.score, table.search.result td.score {
	width: 40px;
	color: #000;
}

h1.sitemap {
	font-size: 18px;
}

h2.sitemap {
	font-size: 16px;
}

