@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'Portcullion';
	src: url('../ressources/Portcullion/Portcullion.ttf') format('truetype');
}
@font-face {
	font-family: 'EB Garamond';
	src: url('../ressources/eb-garamond/EBGaramond.otf') format('opentype');
}
abbr, article, aside, audio, canvas, datalist, details, figure, dialog, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
	display: block;
}
/*
* {	font-family: Georgia, "Times New Roman", Times, serif;}
*/
* {
	font-family: "EB Garamond";
}
abbr {
	display: inline-block;
}
body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-color: #666;
	color: #444;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.65)), color-stop(100%, rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
}
a:link {
	color: #005063;
}
a:visited {
	color: #809999;
}
img {
	border: none;
}
figcaption p.c {
	font-size: 0.8em;
	margin-top: -1em;
}
section {
	margin: 0px auto 50px auto;
	width: 730px;
	text-align: justify;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	background-color: white;
}
header>div, footer>div, footer>nav {
	margin: 0px auto;
	text-align: center;
}
section header img {
	margin-top:20px;
}
article {
	padding: 0px 40px;
}
article p, ul>li {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 14pt;
	line-height: 1.5em;
}
ul>li {line-height: 1.3em!important;
}
/*
h1+p {
text-indent: 0px;
margin-bottom:1.5em;
}
*/
p.c {
	text-align: center;
}
p.r {
	text-align: right;
	margin-bottom: 2em;
}
div.cp p {
	font-size: 80%;
	text-align: center;
}
.cadre {
	font-family: Times, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	border: 2px solid #CC6600;
	padding: 10px;
	margin: 0 40px;
}
.cadre div p {
	font-family: Times, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
.u {
	text-decoration: underline;
}
.lc {
	text-transform: lowercase;
}
.cadre p {
	margin-bottom: 1.8em;
}
.tbl {
	width: 100%;
	display: table;
}
.cl1 {
	display: table-cell;
	margin-left: 100px;
	float: left;
	font-size: 120%;
}
.cl1 p {
	font-size: 90%;
}
.h p {
	text-align: left;
	font-size: 100%;
}
.rac {
	margin-top: -2px;
}
.rouge {
	color: #FF0000;
}
article header {
	display: none;
	visibility: hidden;
}

	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;	
	margin-left: 40px;
	text-transform: uppercase;
	font-size: 16pt;
	text-align: right;
	color: #fff;
	text-shadow: #444 2px 2px 2px;
}
h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:30px;
	font-weight: bold;
	font-size: 12pt;
}
	
h2 {
	color: #555;
	font-variant:small-caps;
}
h3 {
	margin-bottom: -0.5em;
	font-size:11pt;
}
.fi {
	font-size: 50%;
}
.np {
	color: #000;
	font-variant: small-caps;
}
.s {
	color: #000;
	font-variant: small-caps;
}
.l {
	display: block;
	float: left;
	font-family: "Portcullion";
	font-size: 5em;
	padding-top: 24px;
	margin-right: 6px;
	margin-bottom: 8pt;
	color: #ddd;
	text-shadow: #333 2px 2px 2px;
}
/* castaneda */
table#casta1 {
	width: 600px;
	margin: 0 auto;
	border-collapse: collapse;
}
table#casta1 th {
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
	height: 1.8em;
}
table#casta1 td {
	width: 50%;
	vertical-align: top;
	padding: 5px;
	text-align: left;
}
table#casta2 {
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}
table#casta2 td {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #333;
}
ul {
	margin-top: -0.8em;
	list-style-type: square;
}
ul.ex {
	margin: 0;
	list-style-image: url(../images/fl.png);
}
ul.ex li {
	margin-bottom: 0.7em;
	line-height: inherit;
}
ul li {
	margin-bottom: 0.7em;
	line-height: 1.5em;
}
footer>nav a, footer div>p {
	font-size: 10px;
}
sup {
	valign: super;
	font-size: 70%;
	line-height: 80%;
}
blockquote p:first-child {
	text-indent: -1em;
}

