body {
	font-family:sans-serif; 
	background-color:beige;
	background:url(./images/back.gif);
	font-size:85%;
	padding:0px;
}

#container { /* the whole page */
	width:90%;
	margin:5px 5% 0px 5%;  
	line-height:130%;
	color: #333;
}

a, a:visited, a:hover { /* a */
  text-decoration:underline;
  color:#006;
}







/* SPECIFIQUE PAGE 1 */


h1 { /* Welcome bienvenue */
	color:#000099;
	text-align:center;
	/* enleve la marge dessous, ou presque */
	margin:15px 0 10px 0;
	/* margin-top:0px; */ 
	font-weight:normal;
	font-size:1.6em;;
}

dt { /* Documentacion in english */
	color:#990000;
	font-weight:bold;
	font-size:1.6em;
  margin:15px 0 0px 0; 
}

img.drapeau { /* hauteur du drapeau x = margin ^^^ + n */
  margin-top: 40px;
}

dd, ol { /* on supprime la marge par defaut des definitions et des listes */
  margin:0;
}
dd { /* marge des 1234: definie dans "dd ol li" */
  	margin-left:0;
}
dd ol li { /* 1234 en gras */
	font-weight:bold;
	margin-left:25px;	
}
dd ol li, dl dt { /** 1234 et Documentation :: on met une hauteur de ligne standard... */
  line-height:1.5em;
}
span.is-pdf { /* (Adobe PDF) en + petit ... ils sont dans un h2*/
  font-size:0.6em;
  font-weight:normal;
}





/* LAYOUT SECTIONS PAGE 1 */



#top { /* jesus */
	display:block;
	float:center;
	text-align:center;
}

#footer { /* sl */
	margin: 0;
	padding: .5em;
	text-align:center;
}

#sourcelibre {
	font-size:80%;
	
}
#sourcelibre a {
	color:#999999;
	text-decoration:none;
}

/* now, pages stuff */
#content {
	padding-top:15px;
	
}









/* ===== toc ====== */
table.the-toc {
  margin-bottom:15px;
}
/* aligner les pages dans les tables des matieres */
p.toc {
  //font-family:monospace;
}

td  {
  padding:14px 0 0 0;
  margin:0;
}

td.toc-chap, td.toc-page { /* both page & chap */
  padding:14px 0 0 0;
  margin:0;
  border-bottom:dotted 1px grey;
}
td.toc-chap {
  
}
/* dans les pages de chaque langue */
p.pagination {
  text-align:center; 
  margin-left:160px;
}

td.toc-page {
  text-align:right;
}
th.toc-page { /* pour les pages des toc, le mot 'pages' */
  text-align:right;
  font-weight:normal;
}
/* Now, just to show my link to Google ! */
div.toc-sourcelibre a {
  font-size:6px; 
  color:#ffc; /* not enough contrast */
  text-decoration:none;
  text-align:center;
  display:block;
  float:center;
}
