	/* Hide unwanted content */
	div.ad, #footer ul, #frm_search, #nav, form.switcher, ul.recettes, #tabs a, object,
	ul.actions, a.action, .prevnext, div.noprint
	{ display: none; }
	
	/* Fix width and height */
	#header, #header .inner_wrap, #player {min-height: 0; height: auto;}
	.inner_wrap, .content, .col_main {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important
	}
	
	.col1, .col2 {width: 48% !important;}
	
	/* Remove background */
	* {background: none !important;}
	
	/* Show content */
	#header .sitetitle {
		border-bottom: 1px solid;
		display: block; position: static; font-size: 20px;
	}
	
	#wrap h1 {float: none;}


/*  -------------------------------------------------------
	Print links ------------------------------------------- */
	
	/* links who have protocoles */
	a[href*="://"]:not([href*="?"])::after {
		content:" (" attr(href) ") ";
	}
	/* links who start with a slash, relative to the root */
/*	a[href^="/"]:not([href="/"]):not([href*="?"])::after {
		content:" (http://evasion.tv" attr(href) ") ";
	}*/
	/* Internal link, not relative to the root (normally not happen) */
/*	a[href]:not([href^="#"]):not([href*=":"]):not([href^="/"])::after {
		content: " (http://evasion.tv/" attr(href) ") ";
	}*/
	/* Mail to, add link if not already shown */
	a[href^="mailto:"]:not(:contains("@"))::after {
		content:" ("attr(href)") ";
	}
	/*Remove unwanted links*/
	a.action::after {
		content:"" !important;
	}
	a::after {
		color: #999; font: 10px Arial, Helvetica, sans-serif !important; text-decoration: none;
		overflow: hidden;
	}