body {
	font-family:Arial;
	font-size: 20px;
	 line-height: 1.3;
	width: 82%;
	margin:0 auto;
	background-color: #000000;
	color: #FFFFFF;
		}	
/* Style 1 = largeur marges Gd écran 82% vs. Tél mobile. Tag #GdeImage = pas sur les tél.
Style 2 = table des thumbs en une seule colonne verticale pour les tél. */
@media only screen and (max-width:1100px) { body {width: 98%;} #GdeImage {display: none} }	
@media screen and (max-width: 640px) {   tr {     display: flex;     flex-direction: column;   } }	
a {
	text-decoration:none		
		}
	 /* unvisited link */
a:link {
    color: #00FFFF;
}

/* visited link */
a:visited {
    color: #80FF00;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: #FF0000;
} 
/* taille du titre, 2x +gd */
H1{
   font-size: 150%;
   text-align:center;
}
H1 small{
   font-size: 80%;
   font-weight: normal;
}
table {
	text-align: center;
	font-size: 66%;
   }
ul {
  padding-left: 20px;
}
img {
	border: none;
	}
p.liensBdP {
	font-size: 70%;
	margin: 1em auto;
}
