.sommaire {
margin: 10px 12px 0 8px;
padding: 0;
}
.sommaire a {
	text-decoration: none;
}
.sommaire a:hover {
	color: #A5A5A5;
	text-decoration: underline;
}
.sommaire h2 {
	color: #182F9A;
	background: #fff;
	margin: 16px 8px 8px 8px;
	padding : 0.3em 0 0 28px;
/*	letter-spacing: 0.1em;*/
}
.smRubrique h3,
.smDossier h3 {
/*	letter-spacing: 0.4pt;*/
	margin: 0;
	padding: 0;
	color: #E79C3A ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.smDossier h3 a {
	color: #98331D;
}
.smRubrique {
	margin: 5px 10px 0 40px;
}
.smDossier {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 5px 10px 8px 40px;
	display: inline-block;
	padding: 0.8em;
}
.sommaire ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sommaire li a {
	letter-spacing: 0.1em;
/*	color: #7F2D89;*/
}
.sommaire li {
	margin-bottom: 1em;
}

.smAuteur {
	font-size: x-small;
	color: #A5A5A5;
}
.smDateNumero {
	font-size: 80%;
	letter-spacing: 0;
	font-weight: normal;
}
.sommaire li a,
.smAuteur {
	padding-left: 28px;
}

.date_numero:after {
  content: ") : ";
}
.date_numero:before {
  content: "  (";
}