﻿
/* Du Lyon print stylesheet */

body {
	font-size: 12px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

.toggler {
	background:none!important;
}
.element { display: block !important;
height: auto !important;
overflow: visible !important;
line-height: 1.4em !important;
visibility: visible !important;}

.element_inner {
display: block !important;
height: auto !important;
overflow: visible !important;
line-height: 1.4em !important;
visibility: visible !important;}


* + html .element { height: 100%; overflow:visible; display:block !important;}

* + html .element_inner {
	height: 600px !important;
	display:block;
	overflow: visible !important;
	padding-bottom: 10px;
}

* html .element { height: 100%; overflow:visible; display:block !important;}

* html .element_inner {
	height: 600px !important;
	display:block;
	overflow: visible !important;
	padding-bottom: 10px;
}
#nav_sidebar {
	display: none;
}
a {
	border:0;
}
img {
	border: 0 !important;
}
#nav {
	display: none;
}
#nav_global {
	display: none;
}
li {
	list-style: none;
}
h1 {
	font-size: 20px!important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	color: #333 !important;
}
h3 {
	border-bottom: 1px solid #333 !important;
	font-size: 16px!important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	color: #333 !important;
}
#footer ul li.copy_right {
	display: block;
	margin: 0;
	list-style: none;
}
#footer ul li {
	display: none;
}

