/* -----------------------------	 */
/* ==GLOBAL > POSITIONS	 */
/* ----------------------------- 	*/
/* 	100%	*/
div.positions-100-wrapper {
	width: 100%;
}
	div.positions-100-col1 {
		width: 100%;
	}

/* 	70%	/  30% 	*/
div.positions-70_30-wrapper {
	width: 100%;
}
	div.positions-70_30-col1 {
		width: 100%;
	}
	div.positions-70_30-col2 {
		display: none;
	}

/* 	30%	/  70% 	*/
div.positions-30_70-wrapper {
	width: 100%;
}
	div.positions-30_70-col1 {
		display: none;
	}
	div.positions-30_70-col2 {
		width: 100%;
	}

/* CACHER DES ELEMENTS DE LA PAGE	*/
div.contact-top-wrapper{
	display: none;
}
div.shares-top-wrapper {
	display: none;
}
div.search-top-wrapper {
	display: none;
}
div.menu-main-large-wrapper {
	display: none;
}
div.menu-main-bottom-large-wrapper {
	display: none;
}
div.plugin-view-options-wrapper {
	display: none;
}
div#admin-toolbar-bottom-small {
	display: none;
}
div.plugin-search-wrapper {
	display: none;
}
div.logo-view-wrapper {
	display: none;
}
div.shortcuts-view-wrapper {
	display: none;
}
div.pathway-wrapper {
	display: none;
}


/* AJUSTER DES ELEMENTS DE LA PAGE	*/
div.logo-view-print {
	position: relative;
	display: block !important;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 120px;
	width: 135px;
	background: none;
	left: 50%;
	margin-left: -67px;
}
	div.logo-view-print img {
		height: 120px;
	}