
/* INITIAL */

/* UTF-8 (déjà, €uro) */

	html {
		min-height: 100%;
		margin-bottom: 1px; }

		span.gras { font-weight: bold; }
		span.italique { font-style: italic; }
		span.souligne { text-decoration: underline; }
		span.surligne { background-color: yellow; }
		span.raye { text-decoration: line-through; }
		span.personnalise { font-variant: small-caps; }
		.commentaire span.notice {font-family: courier, monospace; color: red; }
			.logo img {
				display: none; }
					.titre {
						clear: both; }
						.commentaire {
							clear: both; }
							.cellule {
								float: left; }
							.ajout_cellule {
								clear: both; }
							.image_dedans_gauche {
								float: left;
								padding: 5px 10px 5px 0; }
							.image_dessus_gauche {
								display: block;
								margin: auto;
								margin-left: 0;
								padding: 5px 0; }
							.image_dessus_centre {
								display: block;
								margin: auto;
								padding: 5px 0; }
							.image_dessus_droite {
								display: block;
								margin: auto;
								margin-right: 0;
								padding: 5px 0; }
							.image_dedans_droite {
								float: right;
								padding: 5px 0 5px 10px; }
							.fichier_suite { }
							.fichier_dessous {
								display: block;
								margin: auto;
								padding: 5px 0;
								text-align: center; }
						.commentaire_bas { clear: both; }

	hr {
		margin: 0 auto;
		height: 1px;
		width: 50%;
		background-color: gray; }
	.colonneS {
		width: 100%;
		border-collapse: collapse;
		text-align: justify; }
		.colonne_debut {
			padding: 0 4px;
			border-left: 1px solid gray;
			border-right: 1px solid gray; }
		.colonne_suite {
			padding: 0 4px;
			border-left: 1px solid gray;
			border-right: 1px solid gray; }

