/* FEUILLE DE STYLES POUR TOUS LES STYLES DE L'APPLICATION 
(Remarque : à plusieurs reprises, l'attribut color:black est précisé bien qu'il 
ne soit pas utile ; ceci permet une validation du W3C sans avertissement. 
Idem pour background-color) */

/* Style de base pour la page (couleur fond : ocre, couleur texte : noir) */
* {font:11px Arial, Helvetica, sans-serif;}
body {
   background-color:#eeeeff;
   color:#5555aa;
   BACKGROUND-IMAGE: url(../fond.gif); 
   background-repeat: repeat;
   background-attachment: fixed;
   background-position: center;
}
a {	color:#4444dd;	}
a:hover {	color:#ff9999;	text-decoration: underline overline;}
/* Style pour le texte dans les différentes balises citées */
td,tr 	{    font-weight: bold;   margin:20pt;}
.trbg0 	{   background-color:#eeeeff; }
.menu 	{ 	background-color:#7777aa; }
header 	{	background-color:#7777aa;	color:#eeeeff; width:100%; height:100px;}
#title 	{	float:left;padding-left:5pt;}
#title, #title h1	{text-align:left;	color:#FFFFFF;	font:20px Arial, Helvetica, sans-serif; font-weight: bold;}
#licence {margin:auto;padding-top:5pt;}
#licence, #licence * {text-align:center;	color:#ffff00;	font:11px;}

.title 	{	background-color:#7777aa;	color:#FFFFFF;	font:20px Arial, Helvetica, sans-serif; font-weight: bold; text-align:left; }

/* styles ajoutés en 2019 */
	.liste {background-color:rgba(255,255,255,0.5); border:solid white 1px;
			margin:2px;zfloat:left;}
	.liste table {width:100%}
	.liste table *{text-align:justify;}
	.liste caption {font:1.5em bold  Arial, Helvetica, sans-serif;background-color:#7777aa;	color:#FFFFFF}
	.liste td:even {background-color:rgba(128,128,255,0.5);}
	.smallIcon {width:50px;}

zhtml, z_body {height:100%;}
zbody {min-height:100%;position:relative;}
#page {padding-bottom:14px;}
#page {margin:0;} /* voir "min-width:1024px;" plus loin */

#piedDePage {background:#333;width:100%;text-align:center;}
z#piedDePage {position:absolute; bottom:0px;}

#mainHeader 	{background:#329;background:#009;background-image:url(segami/gplaypattern_translucide.png);}
#mainHeader p, #mainHeader span	{color:#fd4; text-align:center;}
