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

h1 {
	font-weight: bold;
	font-size: 1.8em;
	color: #6A003C;
}

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

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

h5 {
	font-size: 1.1em;
}

h4 {
	font-weight: bold;
}

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

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

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

ul>li,
ol>li {
	margin: 4px 0 4px 4px;
}

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

footer,
#footer,
.footer {
	border-top: 1px dotted #6A003C;
	padding-top: 1em;
	font-size: 80%;
	color: #6A003C;
}

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

.filariane a,
#filariane a,
.menu a {
	color: #ee33a9;
}

.menu {
	max-width: 890px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box {
  display: flex;
  justify-content: space-between;
}

.plusgros {
	font-size: 130%;
}

.grosocrejaune {
	font-size: 120%;
	color: #a70;
}

.red {
	color: red;
}

.pluspetit {
	font-size: 80%;
}

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

.retrait20 {
	margin-left: 20px;
}

.pasdepuce {
	list-style-type: none;
}

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: #B34785;
	background-color: #B34785;
	border-color: #B34785;
	max-width: 890px;
	margin-left: 0;
}

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

.sesame {
	background-color: #FFF193;
}

.float-right {
	float: right;
}

.highlighted {
	background-color: #eef; 
	border: 1px solid #ccc;
  }