/********************************************************************************************/
/*////////////////////////////////////////////////////////////////////////////////////////////
/**	* Print media styles
	* @package		CSS
	* @copyright	This website
	* @licence		Under licence, as specified in the licence.txt file
	* @description	Styles displayed on "print" media. DO NOT remove the CC styles, just modify them, they are system styles.
	* @help			Check http://www.cafecentral.fr/fr/wiki/ for help
/////////////////////////////////////////////////////////////////////////////////////////////
/********************************************************************************************/

/********************************************************************************************/
/*	Disparitions
/********************************************************************************************/
#mncc,
#mn,
#header,
#leftctx,
#ctx,
.tools,
#photo,
.totop,
.canupdate,
#nextprevious,
#comment fieldset,
#footer,
#theme {
	display:none !important;
}
/* Apparition ! */
#printnotice {
	padding:0.3cm;
	border:1px dashed #cccccc;
	margin-bottom:0.5cm;
	display:block !important;
	font-size:0.8em;
	color:#666666;
}

/********************************************************************************************/
/*	Position
/********************************************************************************************/
body{
	background:#ffffff;
}
#positionnement {
	width:100%;
}
#cnt {border:none;}
#fondperdu {
	margin:0;
}
.padding {
	padding:0 !important;
}

/********************************************************************************************/
/*	Page
/********************************************************************************************/
#youarehere{
	padding:0;
}
#page {
	background:none;
	overflow:visible;
}
#cnt {
	color:#000000 !important;
	width:100% !important;
	margin:0;
	float:none;
}
/* équilibrer après la suppression du .totop */
#articlelist .article,
#soushome .chapter,
#chapters .chapter {
	margin-bottom:20px;
}
