/* contrairement à CSS, les chemins sont calculés relativement à la page.htm ! */
/* MaJ - 2008-01 mars */

/* ________________________________ Page des LINK - link.php ________ */

table.liens {
			width: 95%;
			border-style: outset;
			border-width: 2px;
			}

table.annu {
		width: 65%;
		border-style: outset;
		border-width: 2px;
		}

th.lelogo {
		border-style: inset;
		border-width: 1px;
		}

td.lelogo {
		border-style: inset;
		border-width: 1px;
		font-size: 80%;
		text-align: center;
		}

td.lelien {
		border-style: inset;
		border-width: 1px;
		padding: 5px;
		font-size: 80%;
		text-align: justify;
		}


