/***PRINT SPECIFIC STYLESHEET***/

.printonly {
	display: block !important;
}

.noprint {
	display: none !important;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Disable these elements: */
ul#breadcrumbpath {
	display: none;
}

#content,
#content div.page,
.content_column_wide {
	width: 600px !important;
}

div#header div.page,
#header,
#realisation,
#eyos,
.participants,
.content_sidebar,
#footer,
form
{
	display: none !important;
	height: 0 !important;
	width: 0 !important;
}

/******************************************************************************** SIFR 3 (Beta2) DEFAULT ***/

.sIFR-flash {
  display: none !important;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

.sIFR-alternate {
  visibility: visible !important;
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
}

