/* copyright 2004 George Lurcy Charitable and Educational Trust */

/* MISE EN PAGE */
body {
	background-color: white;
	color: black;
	font-family: "Times New Roman", Times, serif;
}

#entete {
	visibility: hidden;
}

#entete {
	width: 12.5cm;
	height: 6cm;
	background-image: url(images/entete-print.gif);
	visibility: visible;
}

#zone {
	width: 95%;
}

/* MENU */
#menu {
	display: none;
}

#pieddepage {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: right;
}



/* STYLE */
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black;
	text-align: justify;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black;
	text-align: left;
}

a {
	text-decoration: none;
	color: black;
}

a[href]:after {
	content: " (http://www.lurcy.org/" attr(href) ") ";
	font-size: 90%;	
}

a[href^="http://"]:after {
	content: " (" attr(href) ")";
	font-size: 90%;
}

h1 {
	font-size: 16pt;
	color: #ba0000;
	text-align: center;
	font-weight: bolder;
}

h2 {
	font-size: 14pt;
	padding-top: 20pt;
	color: #ba0000;
	font-style: italic;
	font-weight: bold;
}

.nom {
	font-variant: small-caps;
}

.vieux {
display:none;
}

