
	html, body {
		margin: 0; 
		padding: 0;
		overflow: auto;
		}

	body {
		width: 100%; 
		max-width: 100%;
		background-color: #333;
		font: 400 0.8em arial, sans-serif;
		color: #ccc;
		line-height: 1.4em;
		}

	a {
		text-decoration: none;
		color: #fff;
		}

	a:hover {
		text-decoration: underline;
		color: #fff;
		}

	#left {
		position: absolute; 
		top: 0; 
		left: 0; 
		overflow: hidden; 
		height: 100%; 
		width:450px;
		/*width: 35%;*/
		text-align: right;
		background: #333 url('/img_site/fade.jpg') no-repeat right;
		}

	#outer {
		position: absolute;
		left: 0;
		top: 50px;
		width:100%;
		height: 240px;		
		}

	/*
	body > #left {
		position:fixed;
		}
	*/

	#main {
		/*height: 100%;*/
		margin: 20px 5% 20px 47%;
		padding-top: 0px !important;
		padding-top: 20px;
		overflow: visible;
		
		}

	h1 {
		display: inline;
		margin-right: 30px;
		font: 800 34px "Courier New", Courier,'century gothic', 'trebuchet ms', arial, sans-serif;
		letter-spacing:1pt;
		color: #fff;
		text-align: right;
		}
	.small {
		font: 400 0.8em arial, sans-serif;
		color: #fff;
		font-style:italic;
		}
	.left_affiche	{
		float:left;
		margin:10px 10px 0 0;
		}

	span.title {
		display: block;
		margin: 0 0 5px 0px;
		font: 600 1.1em 'century gothic', 'trebuchet ms', arial, sans-serif;
		letter-spacing:2.3pt;
		color: #fff;
		}

	img.lime {
		margin-top:35px;
		margin-bottom: 0px;
		margin-right: 30px;
		}

	span.yellow {
		color: #cf0;
		}

	span.GK {
		color: #cf0;
		font: 800 45px "Courier New", Courier,'century gothic', 'trebuchet ms', arial, sans-serif;
		}
	span.blue {
		color: #1406D3;
		font: 800 45px "Courier New", Courier,'century gothic', 'trebuchet ms', arial, sans-serif;
		}
	span.left {
		color: #fff;
		letter-spacing:.52pt;
		font: 800 11px "Courier New", Courier,'century gothic', 'trebuchet ms', arial, sans-serif;
		}
	span.left2 {
		color: #fff;
		font: 800 12px "Courier New", Courier,'century gothic', 'trebuchet ms', arial, sans-serif;
		}
		
	span.red {
		color: #F85353;
		}

	a.nav {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #aaa;
		padding: 10px 30px 3px 0;
		}

	a.nav:hover {
		/*color: #cf0;*/
		color: #cf0;
		background: #222;
		text-decoration: none;
		}
		
	a.nav:active {
		/*color: #1406D3;*/
		color: #cf0;
		background: #222;
		text-decoration: none;
		}
		
	.navact {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 19px 'trebuchet ms', arial, sans-serif;
		color: #cf0;
		padding: 10px 30px 3px 0;
		}

	.credit a, .credit a:hover {
		color: #555;
		}

	.date {
		float: left; 
		width: 1.8em;
		font: 600 1.2em arial, sans-serif;
		padding-right: 5px;
		text-align: left;
		}

	div.main {
		margin-left: 6.9em;
		margin-bottom: 25px;
		border-left: solid 1px #3a3a3a;
		padding: 0 30px 30px 5px;
		letter-spacing:.9pt;
		background: #363636 /*background: £333 url('/img_site/corner.jpg') no-repeat bottom right*/;
		}

	img.main {
		float: right;
		margin: 5px;
		padding: 2px;
		background: #fff;
		border: solid 0px #3E3ED3;
		}
	img.lt {
		float: left;
		margin: 5px;
		padding: 2px;
		background: #fff;
		border: solid 0px #3E3ED3;
		}
	img.rt {
		float: right;
		margin: 5px;
		padding: 2px;
		background: #fff;
		border: solid 0px #3E3ED3;
		}

	a img.main:hover {
		background: #fff;
		}

	div.quote {
		margin: 8px 0 12px 10px; color: #fff;
		background: #2a2a2a url('/img_site/quote.jpg') repeat-x top;
		border-bottom: solid 1px #2e2e2e; 
	 	border-right: solid 1px #2e2e2e; 
	 	border-left: solid 2px #0c0;
		padding: 8px;
		line-height: 1.7em;
		}

	p.comment {
		font-size: 0.9em;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		color:#33CC99;
		}

	span.credit {
		display: block;
		text-align: center;
		color: #555;
		margin: 15px 0 20px 0;
		font: 400 0.9em 'trebuchet ms', arial, sans-serif;
		}
	