body {
	padding: 0;	
}

#Global, #Content, .Center, .BlocContentMenus, .BlocContentPlanning {
	width: 100%;
	border-width: 0;
	background-color: #FFF;
}

.Content .Center {
	width: 100%;
	padding: 0;
	float: none;
	min-height: 0;
	height: auto;	
}

/* hide web stuff */
.Top, .Left, .Right, #Menu_Top, #BlocContentLegendHelp, #unlock_all, .ToolBox, .Information, #headRecipe, .options_block, .PlanningPrivateButtons, #printOptions, .PrintBox, .hideText, .ligue {
	display: none !important;
}

.showText {
	display: inline;	
}

#bannerPrint, #centerPrint {
	visibility: visible;
	position: static;
}
#bannerPrint {
	width: 100%;
}
#centerPrint {
	margin: 20px auto 0 auto;
}

#textTopPrint {
	display: block;
}
#textTopPrint h1 {
	margin-top: 25px;
	color: #80002B;	
	font-size: 16px;
}
#textTopPrint h2 {
	margin-top: 10px;	
	color: #80002B;	
	font-size: 13px;
}

.BlocContentMenus {
	margin-top: 25px;
	border-bottom: 1px solid #990033;
}

.Day_Container {
	width: 13.2%;
}
.Day_Container img {
	width: 100%;
}

.tab_planning td br {
	font-size: 12px;
}

.Title {
	height: 120px;
	border-width: 0;	
	padding: 1px;
}
.Title, .Title .showText {
	font-weight: normal;	
	font-size: 11px;
}
.Recipe .Title {
	border: 1px solid #FAD412;
	background-color: #FFF;
}
.Restaurant .Title {
	border: 1px solid #D69F8F;	
	background-color: #FFF;	
}
.Restaurant .Title .showText {
	font-size: 9px;
}
.DayOff .Title {
	border: 1px solid #C2D697;	
	background-color: #FFF;	
}