/*
---------------------------------------------------
Plugin "Gestion du squelette
académique" pour Spip 3.0
---------------------------------------------------
(c) 2014
Les services en ligne du pôle numérique
DATSI / DAN - Rectorat d'Aix-Marseille
---------------------------------------------------
Elements CSS communs
et références diverses
---------------------------------------------------
*/

@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	line-height: inherit;
	font-size: 12px;
}
a {
	text-decoration : none;
}
a:hover {
	color: #000 ;
	/*text-decoration: underline;*/
}

/* --------------------------------------
Typographie
--------------------------------------- */

h1, .h1 {
	margin: .2em 0 .5em;
	line-height: 1;
}
h2, .h2 {
	margin: .2em 0 .5em;
	line-height: 1;
}
h3, .h3 {
	margin: .2em 0 .5em;
	line-height: 1;
}
h4, .h4 {
	margin-bottom: 0.3em;
	line-height: 1;
}

#colonne_centrale .actualite_entete {
	line-height: 1.2;
}

p, .p,
address,
fieldset {
	margin-bottom: 1em;
}
table.spip {
	border: solid 1px #eee;
	margin-top: 1rem;
}
thead {
    background: #DDD;
}
tr {
	vertical-align: middle;
}
td {
	vertical-align: top;
}
tbody tr:nth-child(2n) th, tbody tr:nth-child(2n) td, tbody tr.even th, tbody tr.even td {
    background: #EEE;
}
.table thead th, table.spip thead th {
    width: min-content;
}
table .spip_documents {
	margin: 0.2em !important;
}

ul.spip,
ol.spip {
	margin-left: 15px;
}
img {
	height: auto;
	max-width: 100%;
}
/* habillages */

.marges_laterales {
	margin: 0 5px;
}

/* effets */
.inactif {
	opacity: .7;
}


/* Alignements */
.a_gauche {
	text-align: left;
}
.a_droite {
	text-align: right;
}
.justifier {
	text-align: justify;
}
.centrer {
	text-align: center;
}

/* typographie */
p, .p {
	font-size: 1.1em;
	line-height: 1.3;
}
.chapo p {
	font-weight: bold;
}


#colonne_centrale .info-publi {
	font-size: 1em;
}
.gras {
	font-weight: bold;
}
.lire_article {
	text-align: right;
	margin: -10px 0 10px;
}
.italic {
	font-style: italic;
}
.mini {
	font-size: .85em;
}
.x-mini {
	font-size: .75em;
}
