/*** 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;
}

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

h1 {
	font-family: Palatino, "Times New Roman", sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #808080;
}

h2 {
	font-weight: bold;
	font-size: 1.6em;
	color: #666666;
}

h3 {
	font-size: 1.3em;
	color: #5443A9;
}

h4 {
	font-size: 1.1em;
}

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

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

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

#biblio ul,
#biblio ol,
#biblio li {
	max-width: none;
}

ul>li {
	margin-left: 24px;
}

ol>li {
	margin-left: 24px;
}

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

p#footer {
	border-top: 1px dotted black;
	padding-top: 1em;
	font-size: 80%;
	color: #AAAAAA;
}

a {
	color: #ee3333;
}

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

#filariane a {
	color: #6633ee;
}

#menu {
	margin-top: -10px;
	max-width: 60%;
	text-align: center;
	font-size: 80%;
	color: #00ddff;
}

#menu a {
	color: #3384ee;
}

.plusgros {
	font-size: 130%;
}

.pluspetit {
	font-size: 80%;
}

.decale {
	margin-left: 20px;
}

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

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: #ffaaaa;
	background-color: #ffaaaa;
	border-color: #ffaaaa;
}

hr.pluspetit {
	color: #F96;
	background-color: #F96;
	border-color: #F96;
	width: 50%;
	margin-left: 0px;
	margin-top: 12px;
}

.sesame {
	background-color: #FFF193;
}