
#codex-main 
{
	position: absolute; 
	left: 10px; 
	right: 10px; 
	top: 0px; 
	bottom: 0px; 
}

#codex-main .content { padding: 30px; } 

#codex-main #codex-summary
{
	position: absolute; 
	left: 20px; 
	top: 30px; 
	bottom: 50px; 
	width: 300px; 
	overflow: auto;
	
	background-color: rgba(211, 190, 168, 0.6);
	border-radius: 20px;
	padding: 20px;
}

#codex-main #codex-summary .back-content { right: 10px; }
#codex-main #codex-summary .border-content { right: 10px; }

#codex-main #codex-summary .content
{
	right: 10px;
	bottom: 35px; 
	padding-top: 5px; 
	overflow: auto; 
	
}

#codex-main #codex-content
{
	position: absolute; 
	left: 360px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
}

#codex-main #codex-content .content
{
	right: 5px;
	top: 15px;
	bottom: 35px;
	background-color: rgba(211, 190, 168, 0.6);
	border-radius: 20px;
	padding: 20px;
}

#codex-main #codex-summary ol li { margin-left: 20px; }

#codex-main #codex-summary ol h2 { font-size: 1.8em; }

#codex-main #codex-summary ol ol
{
	padding-left: 40px; 
	margin-bottom: 10px; 
	display: none; 
}

#codex-main #codex-summary ol ol li { margin-left: 0px; }

#codex-iframe
{
	background: none; 
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
	width: 100%; 
	height: 100%; 
}

/* Intérieur de l'iframe */

#codex-main-iframe
{
	background: none; 
	padding-left: 20px; 
	padding-right: 20px; 
	font-family: "trattatello";
	font-size: 1.4em;
	line-height: 1.3em;
	letter-spacing: 1px;
	color: rgb(53, 45, 36);
	text-shadow: none;
}

#codex-main-iframe h2, #codex-main-iframe h3, #codex-main-iframe h4 { line-height: 1.0em; }

#codex-main-iframe h2, #codex-main-iframe h3, #codex-main-iframe h4, #codex-main-iframe h5 { margin: 0px; }

#codex-main-iframe h4 { margin-left: 20px; }

#codex-main-iframe pre, #codex-main-iframe .math { color: rgb(155, 45, 45); }
#codex-main-iframe strong { color: rgb(155, 45, 45); }
#codex-main-iframe em { color: rgb(155, 45, 45); }

#codex-main-iframe .codex-icon
{
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}

#codex-main-iframe .stat { margin-left: 150px; }
