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

body {
	margin: 0.6em;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	color: black;
	background-color: #FFFFFF;
}

p,td,th, ul, ol {
	font-size: 1em;
    text-rendering : optimizeLegibility; /* ligatures */
}
ul, ol {
	line-height: 140%;
}

h1, h2, h3{
	font-family: 'fengardo_neue', Helvetica, Arial, sans-serif;
}

h1 {
    font-weight: bold;
	font-size: 2.1em;
	color: #8080a0;
}
h2 {
	font-weight: blod;
	font-size: 1.8em;
	color: #663366;
}
h3 {
	font-size: 1.6em;
	color: #663366;
}
h4 {
	font-size: 1.1em;
}

code {
	font-family: "Courier New", Courier, 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 {
	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;
}

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

.plusgros {
	font-family: 'fengardo_neue', Helvetica, Arial, sans-serif;
	font-size: 130%;
}

.pluspetit {
	font-size: 80%;
}

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

.fondGris {
	background-color: #CCCCCC;
	padding: 6px;
	margin: 1em;
	max-width: 700px;
}

.fondBlanc {
	background-color: #FFFFFF;
	padding: 6px;
}


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: #FF9933;
	background-color: #FF9933;
	border-color: #FF9933;
	width: 50%;
	margin-left: 0px;
}

@font-face {
    font-family: 'fengardo_neue';
    src: url('/fengardo_neue/fengardoneue_regular-webfont.eot');
    src: url('/fengardo_neue/fengardoneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fengardo_neue/fengardoneue_regular-webfont.woff') format('woff'),
         url('/fengardo_neue/fengardoneue_regular-webfont.ttf') format('truetype'),
         url('/fengardo_neue/fengardoneue_regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fengardo_neue';
    font-weight: bold;
    src: url('/fengardo_neue/fengardoneue_black-webfont.eot');
    src: url('/fengardo_neue/fengardoneue_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fengardo_neue/fengardoneue_black-webfont.woff') format('woff'),
         url('/fengardo_neue/fengardoneue_black-webfont.ttf') format('truetype'),
         url('/fengardo_neue/fengardoneue_black-webfont.svg') format('svg');
}

@media screen and (max-width: 500px) {
  body {
	background-color:#fff0f0;
  }
}
.souligne {
	border-bottom-style: double;
	border-bottom-color: #000000;
	border-bottom-width: 4px;
}
