﻿#introduction p {
	font-size: 0.85em;
	line-height: 1.3em;
}
.liste {
	font-size: 0.8em;
}
.liste .titre {
	font-size: 0.9em;
	font-weight: bold;
	display: list-item;
	list-style-image: url(Ressources/puce.gif);
	margin:4px 0 0 17px;
	padding:8px 0 0 0;
	border-top: dotted 1px #506b6d;
}
.liste ul li:first-child  a {
	border: none 0!important;
}
.liste p {
	padding:0;
	margin:0 0 12px 16px;
}
.liste h2, .notes h2 {
	font-size: 0.9em;
	font-weight: normal;
	padding: 16px 0 4px 0;
	margin: 0 0 4px 0;
	text-transform: uppercase;
	display:table-cell;
	vertical-align:bottom;
	height:40px;
}
.liste h2 img, .notes h2 img {
	vertical-align:bottom;
}
.notes h2 + p, .liste h2 + ul {
	border-top: solid 2px #111;
	padding: 6px 0 0 0;
}
.notes p {
	font-size: .8em;
	line-height: 1.25em;
	margin:4px 0 0 0;
}

