/* style general */
.galerie {
	margin: 12mm;
	margin-top: 6mm;
	font-family: Helvetica, Arial, Tahoma, Verdana, Lucida ,Sans-Serif;
	color: #000000;
	background-color: #ffffff;
	text-align: justify;
	}
/* style image (fond gris "Kodak") */
.image {
	margin: 12mm;
	margin-top: 6mm;
	font-family: Helvetica, Arial, Tahoma, Verdana, Lucida ,Sans-Serif;
	color: #000000;
	background-color: #808080;
	text-align: justify;
	}
/* fond gris, caracteres reduits */
.note {
	font-family: courrier;
	font-size: 66%;
	color: #000000;
	background-color: #DDDDDD;
	text-align: left;
	}
/* couleur des liens */
a:link {
	color: #0000FF;
	text-decoration: none;
	}
a:visited {
	color: #FF0000;
	text-decoration: none;
	}
a:active {
	color: #008800;		}
a:hover {
	text-decoration: underline;
	}
/* pas de bordure (img...) */
img { border-width: 0; }
/* titres en police differente */
h1, h2, h3 { font-family:  Book Antiqua, Garamond, Serif; }
/* indentation des paragraphes */
p	{ text-indent: 0.4in	}
/* description dl/dt/dd */
dd	{ margin-bottom: 5px;	}

/* taille des caracteres		      */
.fsxxl  { font-size: xx-large;  }
.fsxl   { font-size: x-large;   }
.fsl	{ font-size: large;	}
.fspeti { font-size: small;	}
/* Soulignement (U deprecated en HTML 4.0)   */
.u	{ text-decoration: underline;		}
/* Centre */
.centr  { text-align: center;		}
.tabcentr { margin-left: auto; margin-right: auto; }
/* Gauche */
.gauch  { text-align: left;		}
/* Droite */
.droit  { text-align: right;		}
/* Presentation CSS */
.navd { float: right; }
.navg { float: left; }
/* cadre et bordure */
.cadre { color: #000000; background-color: #ffffff; }
.cadre00 { color: #ffffff;
        background-color: #0000ff;
        border: 4mm groove #ff3333; }
.cadre01 { color: #ffffff;
        background-color: #0000ff;
        border: 14mm groove #000099; }
.cadre02 { color: #ffffff;
        background-color: #000099;
        border: 12mm double #000000; }
.cadre03 { color: #ffffff;
        background-color: #ffffff;
        border: 12mm ridge #000000; }
.cadre04 { color: #000000;
        background-color: #ffffff;
        border: 9mm solid #000000; }
.marge08 { margin: 8mm}
.marge16 { margin: 16mm}
.marge24 { margin: 24mm}
.listing { font-family: courrier, monospace;
	color: #000000;
	background-color: #DDDDDD;
	text-align: left;
}
.bgblanc { background-color: #ffffff; color: #000000; }
/* * * * * * * * * * * * * * * * * * * * * */
.print { display: none; }
.rien { display: none; }
.pavu {visibility: hidden; }