body {
	margin:0 0 0 0;
	background-image:url("/layton/_img/background.jpg");
}

a {
	color:#77630C;
	text-decoration:none;
}

a:hover {
	color:#77630C;
	text-decoration:underline;
}

h1 {
	font-family: 'Tangerine', arial, serif;
	font-size:50px;
	color:#77630C;
	text-align:center;
}

img {
	border:0px;
}
#global {	
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:100%;
	/*background-color:#fff;*/
	text-align:center;
}
#header {
	margin-left:auto;
	margin-right:auto;
	width:560px;
	height:60px;
	background-image:url('/_img/bg-page-top.jpg');
	background-repeat:no-repeat;
}
#logo {
	margin-left:363px;;
	position:absolute;
	top:10px;
	text-align:center;
}
#page {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:560px;
	background-image:url('/_img/bg-page.jpg');
	background-repeat:repeat-y;

}
#footer {
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	width:560px;
	height:60px;
	background-image:url('/_img/bg-page-bottom.jpg');
	background-repeat:repeat-y;
	text-align:center;
}
.border_rounded 
{
    background-color:#fff; /*#E8E1D9; #ddccb5;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #897048;
    padding: 2px;
    width: 500px;
	margin-left:auto;
	margin-right:auto;
}

.chapter {
	padding-top:5px;
	font-family: 'Tangerine', arial, serif;
	font-size:30px;
	font-weight:bold;
	color:#AAAAAA;  /*#563511;*/
	text-align:center;
}

.introText {
	font-family: 'Tangerine', arial, serif;
	font-size:22px;
	color:#563511;
}


.professeurlaytondescription {
	width:550px;
	padding-top:10px;
	padding-right:10px;
	border:0px solid lime;
	text-align: justify;
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.professeurlaytonepisode {
	width:450px;
	height:230px;
	border:0px solid red;
}

.professeurlaytonseparator {
	width:90%;
	color:#e2d6b9;
	background-color:#e2d6b9;
	height: 1px;
	border: 0;
}

.shadow {
	-webkit-box-shadow: 5px 5px 3px #888;
	clear:both;
	float:left;
	width:200px;
	height:150px;
	margin:10px;
}


