/*  Projet : AFNIC
*   Fichier : Main.css
*   Auteur : Thierry
******************************/


/* HEADER
******************************/

.header {
  display: none;
}


/* BREADCRUMB
******************************/

.breadcrumb {
	display: none;
}



/* CONTENT
******************************/
.leftSidebar {
  display: none;
}

.follow-us {
	display: none;
}

/* RIGHT SIDEBAR
******************************/
.rightSidebar {
  display: none;
}


/* __________ Article Actions __________ */

.mainContent ul.article-actions {
  display: none;
}

.comments {
	display: none;
}

.back-to-list {
  display: none;
}

/* FOOTER
******************************/

.footer {
  display: none;
}

