/*
  $Id: print.css,v 1.3 2003 
  
  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Released under the GNU General Public License
*/

/* links */
a:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF9900; font-weight: normal; }

/* page */
body { background-color: #ffffff; color: #000000; margin: 0px; }
.pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 14px; color: #727272; font-weight: bold; }

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* attributes */
.attributes-odd { background-color: #f4f7fd; }
.attributes-even { background-color: #ffffff; }

/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.main { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.titleHeading {font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold;
}

/* Menu du haut */
#top-menu {
	display: none;
}


/* Menu principal */
#header-menu {
	border-collapse: collapse;
	padding: 0;
	margin: 0 auto;
}
#header-menu-in {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

	#header-menu td {
		border: 0;
		padding: 0;
		margin: 0;
		font-family: "Trebuchet MS";
	}
	.header-menu-top {
        display: none;
	}
	.header-menu-left {
        display: none;
	}
	.header-menu-right {
        display: none;
	}

	.header-menu-bottom {
        display: none;
	}

	#header-menu .btn {
        display: none;
	}
		#btn_marques, #btn_themes {
            display: none;
		}
		#btn_marq_lk, #btn_themes_lk {
            display: none;
		}
		.btn_marq_active, .btn_themes_active {
            display: none;
		}

	#header-menu .search {
        display: none;
	}
		#btn_search {
            display: none;
		}
		#btn_search_lk {
            display: none;
		}
		.btn_search_active {
            display: none;
		}
	#header-menu .panier {
        display: none;
	}

	#header-menu .panier span {
        display: none;
	}
	
	.header-ssmenu img {
		display: none;
	}
	.menu-bottom-btn {
        display: none;
	}


/*============== Contenu ===============*/
.table-960 {
	width: 100%;
}
.table-920 {
	width: 100%;
}
.table-880 {
	width: 100%;
}

/*============== Footer ================*/
#footer {
	width: 100%;
}

	td.footer-slogan {
		width: 100%;
	}

	.lk-print {
        display: none;
	}
	.lk-recommand {
        display: none;
	}

	.lk-favori {
        display: none;
	}

