/*
ProductCart Shopping Cart Software, Copyright Early Impact LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart
*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(charte/fond.gif);
	background-repeat: repeat-x;
	background-color: #bfe34f;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size : 10px;
	color : #302c26;
	margin: 0px;
	margin-bottom: 20px;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 100%;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #e5e5e5;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		.panier {
			text-align: right;
			vertical-align: middle;
		}
		.div_vert {
			background-color: #87bc22;
			height: 4px;
		}
		.div_blanc {
			background-color: #ffffff;
			height: 5px;
		}
		.menu {
			background-image: url(charte/fond_menu.gif);
			background-repeat: repeat-x;
			background-color: #302C26;
			height: 35px;
			vertical-align: middle;
			text-align: center;
		}
		.menu_title {
			vertical-align: middle;
			text-align: center;	
		}
		.menu_title A:LINK, .menu_title A:VISITED, .menu_title A:ACTIVE {
			color: #dbe9ec;
			font-size : 12px;
			font-weight: bold;
			display: block;
			height: 100%;
			text-decoration: none;
		}
		.recherche {
			height: 39px;
			vertical-align: middle;
			padding-left: 20px;
			text-align: left;
		}
		.middle {
			background-color: #ffffff;
			width: 6px;
		}
		.cell_left {
			background-color: #ffffff;
			width: 170px;
			vertical-align: top;
		}
		.cell_right {
			background-color: #ffffff;
			width: 567px;
			vertical-align: top;
		}		
		.categorie {
			background-color: #ffa30f;
			border: 1px solid #619c10;	
			padding-left: 11px;
			padding-top: 6px;
			height: 21px;
			text-align: left;
		}
		.categorie A:LINK, .categorie A:VISITED, .categorie A:ACTIVE {
			color: #ffffff;
			font-size : 11px;
			font-weight: bold;
			text-decoration: none;
		}
		.cat_title {
			background-image: url(charte/fond_cat.gif);
			background-repeat: repeat-y;
			background-color: #B1E745;
		}
		.cat_title TD {
			padding-left: 8px;			
			vertical-align: top;
			padding-top: 5px;
			padding-bottom: 6px;
			text-align: left;
			margin: 0px;
		}
		.cat_title A:LINK, .cat_title A:VISITED, .cat_title A:ACTIVE {
			color: #5a8b10;
			font-size : 11px;
			font-weight: bold;
			text-decoration: none;
		}
		.smenu {
			width: 120px;
		}
		.smenu TD {
			padding-left: 0px;
			padding-top: 9px;
			padding-bottom: 2px;
		}
		.smenu A:LINK, .smenu A:VISITED, .smenu A:ACTIVE {
			font-weight: normal;
		}
		.smenu A:HOVER {
			color: #ffffff;
		}
		.contenu {
			background-color: #e2eff3;
			border: 4px solid #d0e7ee;
			padding: 10px;
		}
		.votre_compte {
			background-color: #B1E745;
			border: 1px solid #5E8F09;
			border-top: none;
			padding: 10px;
			width: 148px;
			text-align: left;
		}
		.votre_compte ul {
			list-style: none;
			padding: 0px;
			padding-left: 8px;
			margin: 0px;
			text-align: left;
		}	
		.votre_compte A {
			color: #5a8b10;
			text-decoration: none;
		}		
		.votre_compte A:HOVER {
			text-decoration: underline;
		}
		.recherche_avance A:LINK, .recherche_avance A:VISITED, .recherche_avance A:ACTIVE {
			color: #0379A0;
			font-weight: bold;
			text-decoration: none;
			font-size: 12px;
		}
		.recherche_avance A:HOVER {
			text-decoration: underline;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #999999;
		}
		
		#pcTopNav a:hover {
			color: #000000;
		}

/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcMainArea {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 206px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			padding: 0;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 5px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			padding: 3px 0px 0px 20px;
			margin: 0px 0px 0px 0px;
			background-image: url(charte/m25.gif);
			background-repeat: no-repeat;
			color: #FFF;
		}
		

		#pcLeftCatLinks {
			padding: 10px 0px 0px 0px;
			margin: 0px 0px 5px 0px;
		}
		
		#pcLeftPriceLinks {
			color: #999999;
			padding: 10px 0px 0px 0px;
			margin: 0px 0px 5px 0px;
		}
		
		#pcLeftStoreLinks {
			background-color: #F5F5F5;
			color: #999999;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 2px 0px;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0px 0px 0px 0px;
			padding: 5px 5px 5px 5px;
			border-left: 2px solid #7f7f7f;
			border-right: 2px solid #7f7f7f;
			border-bottom: 2px solid #7f7f7f;
		}

		#divcategories {
			border-left: 2px solid #7f7f7f;
			border-right: 2px solid #7f7f7f;
			border-bottom: 2px solid #7f7f7f;
		}

		#divcategories IMG {
			margin: 3px;
		}

		#divcategories A {
			color: #999999;
		}

		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
		}


	/* Define the right column */
	
		#pcShowCart {
			color: #302c26;
			padding: 0px 0px 0px 0px;
			margin-bottom: 0px;
		}

		#pcShowCart A {
			color: #E2000D;
			font-weight: bold;
			text-decoration: none;
		}
		
		#pcShowCart A:HOVER {
			text-decoration: underline;
		}
	
		#pcCustomerLogin {
			color: #0066FF;
			padding: 0px 0px 0px 0px;
			margin: 0 0 0px 0;
		}
		
		#pcAffiliateLogin {
			color: #0066FF;
			padding: 0px 0px 0px 0px;
			margin: 10px 0px 0px 0px;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #999999;
		}
	
		#pcRight ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #333333;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #FFFFFF;
			font-size: 11px;
			color: #666666;
			text-align: right;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
	
/* END Footer */