/*
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 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}
*/

body { font-family: verdana; font-size: 11px; color:#535353; background-color: #707070; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px}
input, textarea, select {
border-top-width : 1px; 
border-right-width : 1px; 
border-bottom-width : 1px; 
border-left-width : 1px;  
}
table { font-family: verdana; font-size: 11px; color:#535353}
input { font-family: verdana; font-size: 11px; color:#7B7979; border-color : #AEB1B6}
textarea { font-family: verdana; font-size: 11px; color:#7B7979; border-color : #AEB1B6}
select { font-family: verdana; font-size: 11px; color:#7B7979; font-weight:normal }

a:link {font-family: verdana; font-size: 11px; color:#3B6575; font-weight:bold; text-decoration: underline }
a:visited {font-family: verdana; font-size: 11px; color:#3B6575; font-weight:bold; text-decoration: underline }
a:active {font-family: verdana; font-size: 11px; color:#3B6575; font-weight:bold; text-decoration: underline }
a:hover {font-family: verdana; font-size: 11px; color:#3B6575; font-weight:bold; text-decoration: none }

H3 {color:#B01F0A}

#mm_main {
width: 1000px;
margin: auto;
}
#mm_top {
background-color: #4A4A4A;
background-image: url(charte/mm_bandeau_fond.gif);
border-bottom: 2px solid #8B8B8B;
}
#mm_top IMG {
border: 0;
}
#mm_top A {
font-size: 13px;
}
#mm_top_1 {
text-align: center;
}
#mm_top_2 {
background-image: url(charte/mm_bandeau2.gif);
background-position: center top;
background-repeat: no-repeat;
padding-top: 38px;
}
#mm_top_2 TABLE {
width: 100%;
color: #CDCDCD;
}
#mm_top_2 TABLE TD A {
color: #CDCDCD;
}
#mm_top_2 TABLE .mm_top_2c {
text-align: center;
}
#mm_top_2 TABLE .mm_top_2c IMG {
margin-left: 5px;
margin-right: 5px;
}
#mm_top_2 TABLE .mm_top_2a {
text-align: left;
padding-left: 12px;
padding-bottom: 10px;
}
#mm_top_2 TABLE .mm_top_2b {
text-align: right;
padding-right: 12px;
padding-bottom: 10px;
}
#mm_middle {
padding: 10px;
background-color: #FFF;
}
#mm_bottom {
background-color: #952300;
background-image: url(charte/mm_bandeau_bas_fond.gif);
background-position: right -3px;
}
#mm_bottom_1 {
text-align: right;
background-image: url(charte/mm_bandeau_bas_fond2.gif);
}
#mm_bottom_2 {
color: #FFF;
text-align: center;
padding-bottom: 5px;
}
#mm_bottom_2 P {
margin: 4px;
}
#mm_bottom_2 A {
color: #FFF;
}

#panier {
background-color: #FDE8C7;
padding: 5px;
padding-left: 30px;
background-image: url(charte/panier.gif);
background-position: 3px 3px;
background-repeat: no-repeat;
margin-bottom: 10px;
}
#panier A {
color: #962400;
}

#recherche {
background-color: #E8DFD1;
padding: 5px;
margin-bottom: 10px;
}
#recherche FORM {
margin: 0;
}
#recherche A {
color: #5A462E;
}

#encart_gauche {
margin-bottom: 10px;
}

#accueil {
margin-bottom: 10px;
}

#CONTACT {
text-align: center;
width: 408px;
margin: auto;
background-image: url(charte/contacts.gif);
background-repeat: no-repeat;
padding-top: 130px;
margin-bottom: 20px;
}

#CONTACT P {
margin: 0;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
color: #666666;
font-weight: bold;
}

/* 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;
		}
		
		#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 {
			background-color: #fff;
			width: 100%;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 230px;
			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;
			padding-left: 12px;
			margin: 0;
			color: #FFF;
			background-color: #545454;
			border-bottom: 2px solid #8B8B8B;
		}
		

		#pcLeftCatLinks {
			background-color: #EFEEEF;
			margin-bottom: 10px;
		}
		
		#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;
		}

		#divcategories {
		}

		#divcategories IMG {
			margin: 3px;
		}

		#divcategories A {
			color: #999999;
		}

		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			display: block;
			text-decoration: none;
			background-image: url(charte/puce1.gif);
			background-repeat: no-repeat;
			background-position: 0 6px;
			padding: 3px;
			padding-left: 8px;
			color: #3B6575;
		}
		
		#pcLeftCatLinks a:hover {
			color: #AA0000;
		}
		
		#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: #666666;
			padding: 0px 0px 0px 0px;
			margin-bottom: 0px;
		}

		#pcShowCart A {
			color: #c81414;
		}
	
		#pcCustomerLogin {
			color: #0066FF;
			background-color: #EFEEEF;
			margin-bottom: 10px;
		}
		
		#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 {
			display: block;
			text-decoration: none;
			background-image: url(charte/puce1.gif);
			background-repeat: no-repeat;
			background-position: 0 6px;
			padding: 3px;
			padding-left: 8px;
			color: #3B6575;
		}
		
		#pcCustomerLogin a:hover {
			color: #AA0000;
		}
		
		
		#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 */
