body {
	background: #d8dcf4;
	font-family: "NotoSans";
}
.page {
	background: #FDFDFD;
	padding: 10px;
	box-shadow: -4px -3px 6px #888;
}
.header h1, .h1, h1, h2, .h2, h3, .h3, #slogan {
	font-family: "Averia";
}

.header .spip_logo_site a:hover {
	color: white;
	background-color: #6a6487;

}
a, a:link, a:visited {
	color: #6a6487;
	text-decoration: underline;
}
a:active, a:focus, a:hover {
	color: white;
	background-color: #6a6487;
}
.nav li a {
	background: #f0f0f0;
  	color: #6a6487;
}
.nav li.on a, .nav li a:hover, .nav li a:active, .nav li a:focus {
	background: #6a6487;
}
.pagination a.pagination-item-label:hover,
.pagination a.pagination-item-label:focus,
.pagination a.pagination-item-label:active { background: #6a6487; color: #fff; }


.topsommaire {
	background: #EFEFE8;
  padding: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.div_logo {
	clear: both;
	width: auto;
	margin: auto;
	padding: 10px;
	overflow: auto;
	text-align: center;
}
.div_logo img  {

}
.spip_logo {
	border: 1px solid #999;
	box-shadow: 2px 2px 5px #AAA;
}

.texte {
	clear: both;
	text-align: justify;
	margin-bottom:80px;
}

.ps, .notes {
  margin-bottom: 80px;
  padding-left: 30px;
  font-style: italic;
}

@media screen and  (max-device-width: 640px) {	
	.menu_articles li {
		margin-bottom: 85px;
		border-bottom: 1px solid #AAA;
	}
	.spip_logo {
		width: 100%;
	}
}
@media screen and  (max-width: 640px) {	
	.menu_articles li {
		margin-bottom: 85px;
		border-bottom: 1px solid #AAA;
	}
	.spip_logo {
		width: 100%;
	}
}