
/* Boîte globale et système de liste */
.histo-box {
	left: 0px;
	right: 0px;
	text-align: justify;
}
.histo-box table.histo-box-table {
	margin: 0;
	padding: 0;
	border: none;
}
.histo-box tr.histo-item {
	margin: 0;
	padding: 0.2em;
	text-align: left;
}
.histo-box td.histo-logos-box {
	text-align: center;
	vertical-align: top;
}
.histo-box td.histo-texts-box {
	text-align: justify;
	vertical-align: top;
}

/* Logo du type d'historique */
.histo-logos {
}

/* Articles et brèves à la une */
.hit-parade {
	display: table;
	width: 35em;
	margin: 20px auto 10px auto;
	background-image:url("Images/fond-translucide.png");
	background-repeat:repeat;
	border: solid 2px rgb(64,32,192);
	padding: 10px;
	text-align: center;
}
.hit-parade p {
	margin: 2px;
}
.hit-parade a {
	color: black;
	text-decoration: none;
}
.hit-parade a:hover {
	color: blue;
}
.hit-parade .date-une-site {
	font-size: 0.8em;
	text-decoration: underline;
	margin-bottom: 0px;
}
.hit-parade .une-site {
	font-size: 1.0em;
	font-weight: normal;
}
.hit-parade .spip {
	font-size: 1.0em;
	font-weight: normal;
}
.hit-parade .une-articles {
	font-size: 1.0em;
	margin-bottom: 0px;
}
.hit-parade .une-articles-ariane {
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 0px;
}
.hit-parade .titre {
	font-weight: bold;
	font-style: italic;
}


/* Articles et brèves dans les historiques */
.histo-full {
	position: relative;
	width: 46em;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	font-family:Arial,sans-serif;
	color: black;
	text-align:justify;
	background-image:url("./Images/fond-translucide-accueil.png");
	background-repeat:repeat;
	border: solid 2px white;
	padding: 20px;
}
.histo-full p {
	margin: 2px;
}
.histo-full .histo-titre {
	font-size: 1.1em;
	text-decoration: underline;
}
.histo-full a {
	color: navy;
	text-decoration: none;
}
.histo-full a:hover {
	color: blue;
}
.histo-full .date-une-site {
	font-size: 0.8em;
	text-decoration: underline;
	margin-bottom: 0px;
}
.histo-full .une-site {
	font-size: 1.0em;
	font-weight: normal;
}
.histo-full .spip {
	font-size: 1.0em;
	font-weight: normal;
	color: black;
}
.histo-full .une-articles {
	font-size: 1.0em;
	margin-bottom: 0px;
}
.histo-full .une-articles-ariane {
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 0px;
}
.histo-full .titre {
	font-weight: bold;
	font-style: italic;
}

/* Légende de l'historique */
.histo-legend {
	position: relative;
	width: 50em;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial,sans-serif;
	color: black;
	text-align:justify;
}
.histo-legend .legend-titre {
	font-size: 1.1em;
	text-decoration: underline;
}
.histo-legend .legend-table {
	margin: 0;
	padding: 0;
}
.histo-legend .legend-table td.histo-logos-box {
	width: 45px;
	text-align: center;
}
.histo-legend .legend-table td.histo-texts-box {
	width: 200px;
	text-align: left;
}

