/*
	CSS pour Conseil de l'industrie forestière du Québec - Bulletin Fibrexpression version imprimable
	Emilie - egzakt.com
	2011/06/02
*/

body {
	margin:0;
}

#wrapper {
	width:100%;
	margin:0;
	background:none;
}


/* ENTÊTE
-----------------------------------------*/
#header {
	width:100%;
	height:auto;
}

#header a#retour_site {
	display:none;
}

#header #logo_cifq {
	display:none;
}

#header #logo_fibrexpression {
	display:none;
}

h1#edition_nom {
	width:auto;
	padding:6px 10px;
	border:1px solid #e8e6e6;
	margin:10px 0 20px 0;
	font-weight:bold;
	background:none;
}


/* ARCHITECTURE COLONNES
-----------------------------------------*/
#bulletin_accueil #conteneur_colonnes {
	width:100%;
	background:none;
}

#colonne_navig {
	display:none;
}

#colonne_principale {
	float:none;
	width:100%;
	padding:0;
	border-bottom:0;
}


/* CONTENU COMMUN
-----------------------------------------*/
#editorial {
	margin-bottom:0;
}


/* DÉTAIL ACTUALITÉ/ÉDITORIAL
-----------------------------------------*/
#actions {
	display:none;
}


/* DIVERS
-----------------------------------------*/
.print {
	display:block;
}

.screen {
	display:none;
}