/*** mes-styles.css - Mise en forme de la page ***/

body {
	margin: 1em;
	padding: 0 2px;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	text-align: left;
	color: black;
	background-color: #FFFFFF;
}

p, td, th, ul, ol {
	font-size: 1em;
}

a {
	color: #7700ff;
}

a:hover {
	color: #4f03c9;
}

ul, ol {
	line-height: 140%;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
	color: #22aa54;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #bb1e48;
}

h3 {
	font-size: 1.1em;
	color: #52aa22;
	margin-left: 14px;
}

h4 {
	font-size: 1em;
	margin-left: 14px;
}

code {
	font-family: "Courier New", Courier, FreeMono, monospace;
	font-size: 110%;
	background: #dddddd;
}

section p, td, th {
	padding-left: 1em;
	max-width: 900px;
}

section ul, ol, li {
	max-width: 800px;
}

ul li, ol li {
	margin-left: 24px;
    margin-bottom: 5px;
	padding-left:8px;
}

ul.principal > li {
	margin-bottom: 15px;
}

p#notes {
	border-bottom: 1px dotted black;
	padding-bottom: 1em;
}

footer p, p#footer {
	border-top: 1px dotted #8E5F02;
	padding-top: 1em;
	font-size: 80%;
	color: #4c911e;
}

#filariane {
	font-size: 80%;
	color: #FF0000;
}

#filariane a {
	color: #ee3333;
}

.plusgros {
	font-size: 130%;
}

.pluspetit {
	font-size: 80%;
}

.debug {
	font-size: 80%;
	color: #ccc;
}

.retrait20 {
	margin-left: 20px;
}

table td.large, table th.large {
	padding: 4px;
	/* Pas de retrait autour du texte = "0". */
	border: 1px solid #ddd;
	/* Pas de bordure = "none". */
	/* vertical-align: top;  Valeur par défaut: "middle" */
}

hr {
	color: #22aa54;
	background-color: #22aa54;
	border: none;
	height: 1px;
	max-width: 800px;
	margin-top: 24px;
	margin-left: 0;
}

hr.pluspetit {
	color: #52aa22;
	background-color: #52aa22;
	width: 50%;
}

.cadre {
	border: 2px solid #52aa22;
	border-radius: 14px 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px 4px;
}

.menu {
font-size: 80%;
}

.sesame {
	background-color: #f6edb1;
}

.noUnderline {
	text-decoration: none;
}

.bgSurligné {
	background-color:#fae4d1;
	border: 1px solid #ccc;
}

#caché {
	display: none;
}
