﻿
/************************************************************
@font-face {
    font-family: 'Josefin Sans';
    src: url(josefin/JosefinSans-VariableFont_wght.ttf);
	font-style: normal;
}
@font-face {
    font-family: 'Josefin Sans';
    src: url(josefin/static/JosefinSans-Italic-VariableFont_wght.ttf);
	font-style: italic;
}
************************************************************/
body {
	font-size: 16px;
	font-family: 'Josefin Sans', 'Lucida Console', Arial;
	font-weight: 200;
	font-style: normal;
}
strong {
	font-weight: 300;
}
.header .spip_logo_site {
    display: block;
    margin: 0;
    line-height: 1;
	text-align: center;
    font-weight: 300;
}
.main {
	overflow: auto;
	padding-top:0px;
}
.footer {
	margin-top: 100px;
}
.wrapper {
	width: 100%;
}
.content, .texte { /* Pour a é r e r */
	padding-top: 30px;
}
.texte { 
	padding-top: 20px;
	text-align: justify;
}
.page_sommaire .content {
	padding-top: 20px;
}
.content {
	font-size: 110%;
}
.cartouche {
	margin-bottom: 0px;
}
.cartouche h1 {
	text-align: center;
	font-weight: 300;
}
.texte, .page_rubrique .menu_articles {
	width: 60%;
	margin: auto;
}
.info-publi{
	display:none;
}
.header {
	padding-bottom: 70px;
}
h3, .h3 {
	font-weight: 300;
}
.header .spip_logo_site a {
	font-weight: 300;
}
.header .spip_logo_site a:focus, 
.header .spip_logo_site a:hover {
	color: #666;
}
.mosaique_sommaire {
	text-align:center;
	width: 80%;
	padding-top: 15px;
	overflow:auto;
}
.mosaique_wrapper{
	margin: auto;
	padding: 0px;
	overflow: auto;
}
.image_sommaire {
	min-height: 242px;/* selon hauteur forcée dans sommaire.html */
	margin:3px;
	padding: 0px;
}
.idroite{
	float:right;
}

.spip_logo {
	float: none;
}
a, a:visited, a:active {
	color: #959595;
	font-weight: 400;
}
a:focus, a:hover, .nav li a:focus, .nav li a:hover {
	background-color: #666;
	color: #FFF;
}

/* Liens externes */
a.spip_out:after,
a.external:after {
  content: "";
}
a[hreflang].spip_out:after,
a[hreflang].external:after {
  content: "";
}
.rub_centre, .image_rub_centre {
	text-align: center;
}
.image_rub_centre {
	margin-top: 20px;
}
.nav {
	text-align: center;
	font-size: 125%;
}
.nav li a {
	font-weight: 200;
	display: inline-block;
	padding: 0.25em 0.5em;
	margin: 0 0 0.5em 0;
	text-decoration: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 0px;
	background: #FFF;
	color: #000;
}
.nav li.on a {background: #000; color: #f0f0f0; }
.pagination a:active ,.pagination a:hover { font-weight: bold; background: #f0f0f0; color: #fff; }
a:active { background-color:#f0f0f0; color:#fff; text-decoration:none; }
.pagination li a:active ,.pagination li a:hover { font-weight: bold; background: #f0f0f0; color: #fff; }
.pagination li a:active { background-color:#f0f0f0; color:#fff; text-decoration:none; }

.pagination on, .pagination.on, strong.on {background: #000; color: #A0A0A0; }

li.pagination-item {
	clear:none;
	float:left;
	margin-right: 20px;
}
/************************************************************/

@media screen and (max-width: 640px) {
	.nav ul li a {
		float: none;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
	}
	.texte {
		width: 90%;
	}
	.mosaique_sommaire {
		width: 98%;
	}

}

@media screen and (max-device-width: 640px) {
	.nav ul li a {
		float: none;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
	}	
	.texte {
		width: 90%;
	}
	.mosaique_sommaire {
		width: 98%;
	}

}