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

body {
	margin: 1em auto;
	padding: 0 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
	background: white;
}
p,td,th, ul, ol {
	font-size: .9em;
}
ul, ol {
	line-height: 140%;
}
h1 {
	font-size: 1.5em;
	color: #808080;
}
h2 {
	font-size: 1.2em;
	color: #666666;
}
h3 {
	font-size: 1.1em;
	color: #333333;
}
h4 {
	font-size: 1em;
}

code {
	font-size: 110%;
}

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

#remarques {
   margin-left:8px;
   padding: 8px; /* Pas de retrait autour du texte = "0". */
   width: 650px;
   /* line-height: 1.5em; */
   color: #444444;
   background-color: #ddd;
   background-image: linear-gradient(#E5E5E5, #CFCFCF);
   border-radius: 8px;
	box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.7),
            3px 3px 10px rgba(255, 255, 255, 0.6) inset; }

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

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

.pluspetit {
	font-size: 80%;
}

.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" */
}
