body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #33CC00;
	background-repeat: no-repeat;
	background-image: url(images/mastershirts_back.gif);
	background-attachment: fixed;
	background-position: center top;
	font-size:12px;
}
.twoColFixLtHdr #container {
	width: 900px;
	background: #33cc00;
	margin: 0 auto;
	text-align: left;
}
p {
	font-size:12px;
	line-height: normal;
	white-space: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
H1 {
	font-size:18px;
	font-weight: bold;
	text-transform: uppercase;
}
H2 {
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:0;
	padding-bottom:0;
}
ul {
	font-size:12px;
	list-style-type:none;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top:5px;
	margin-bottom:0;
}
li {
	padding:0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #header {
	background: #33cc00;
	position:relative;
}
.twoColFixLtHdr #header a {
	border-right: solid 2px #333333;
	text-decoration: none;
	color: #000000;
	padding-right: 5px;
}
.twoColFixLtHdr #header a:hover {
	border-right: solid 2px #333333;
	text-decoration: none;
	color: #666;
	padding-right: 5px;
}
a.viewcart {
	position:absolute;
	top:100px;
	right:2px;
	display:block;
	border-right:none !important;
	padding-right: !important;
	width:49px;
	height:31px;
}
.twoColFixLtHdr #menu {
	height: 20px;
	width:880px;
	Padding-top: 5px;
	Padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
	border-top: 1px solid #cf0;
	border-bottom: 1px solid #cf0;
}
ul#cssmw {
	height: 20px;
	width:880px;
	Padding-top: 5px;
	Padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
	border-top: 1px solid #cf0;
	border-bottom: 1px solid #cf0;
}
ul#cssmw li {
	float:left;
	margin:0;
	padding:0;
}
ul#cssmw li a {
	border-right:2px solid #333333;
	color:#000000;
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
}
ul#cssmw li a#lang {
	border-right: none;
}
a.last {
	border-right: none !important;
}
a.archive {
	display:none;
}
#pub {
	height: 90px;
	margin-left: 200px;
	margin-top: 10px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
}
#sidebar1 a {
	text-decoration: none;
	color: #666;
	font-weight:bold;
}
#sidebar1 a:hover {
	text-decoration: underline;
	color: #000;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px;
	margin-top: 10px;
	height:auto;
}
#contentWrapper {
	background: transparent url(images/BGmainContent.jpg) repeat-y 0 0;
	margin:0 0 0 0;
	padding:0;
	overflow:hidden;
	position:relative;
	min-height:585px;
	clear:both;
}
.twoColFixLtHdr #results img {
	border: 2px solid #000;
	margin: 10px;
}
.twoColFixLtHdr #nom {
	font-size: 14px;
	font-weight: bold;
	font-variant: uppercase;
}
.twoColFixLtHdr #desc {
	font-size: 12px;
}
.twoColFixLtHdr #prix {
	font-size: 22px;
	font-weight: bold;
}
.twoColFixLtHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#33cc00;
	border-top: 1px solid #cf0;
	margin-top:-12px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#webloft {
	text-align:right;
	margin-right:10px;
	display:none;
}
/*cacher la colonne sur la fiche du produit*/
body.shop #sidebar1 {
	display:none;
}
body.shop #mainContent {
	margin-left: 10px;
}
body.shop #pub {
	margin-left:90px;
}
body.shop #contentWrapper {
	background-image:none;
}
input.thePricesButtons {
	background: transparent url(documents/images/boutons-cartfr.jpg) no-repeat left center ;
	border-color: none;
	border-style: none;
	border-width:0px;
	cursor:pointer;
	padding:0;
	text-transform:uppercase;
	text-indent:-9999px;
	width:154px;
	height:26px;
}



/* input custom pour Dominique */
input.thePricesButtons:hover {
	background: transparent url(documents/images/boutons-cartfr_ON.jpg) no-repeat left center ;
	cursor:pointer;
}
input.thePricesButtonsen {
	background: transparent url(documents/images/boutons-cartang.jpg) no-repeat left center ;
	border-color: none;
	border-style: none;
	border-width:0px;
	cursor:pointer;
	padding:0;
	text-transform:uppercase;
	margin-top:25px;
	text-indent:-9999px;
	width:154px;
	height:26px;
}

input.thePricesButtonsen:hover {
	background: transparent url(documents/images/boutons-cartang_ON.jpg) no-repeat left center ;
	cursor:pointer;
}


input#inputsubmit1, input#inputsubmit1en  { 
	position:absolute; 
	top:0; 
	right:0;
	background: transparent url(documents/images/boutons-go.jpg) no-repeat  left center ;
	border-color: none;
	border-style: none;
	border-width:0px;
	cursor:pointer;
	padding:0;
	text-transform:uppercase;
	text-indent:-9999px;
	width:53px;
	height:26px;
} 
input#inputsubmit1:hover, input#inputsubmit1en:hover  { 
	background: transparent url(documents/images/boutons-go_ON.jpg) no-repeat left center ;
} 


input#envoyer_contact, input#envoyer_contacten  { 
	background: transparent url(documents/images/boutons-sendfr.jpg) no-repeat left center ;
	border-color: none;
	border-style: none;
	border-width:0px;
	cursor:pointer;
	padding:0;
	text-indent:-9999px;
	width:99px;
	height:26px;
	margin-top:10px;
}
input#envoyer_contact:hover { 
	background: transparent url(documents/images/boutons-sendfr_ON.jpg) no-repeat left center ;
}  
input#envoyer_contacten  { 
	background: transparent url(documents/images/boutons-sendang.jpg) no-repeat left center ;
} 
input#envoyer_contacten:hover   { 
	background: transparent url(documents/images/boutons-sendang_ON.jpg) no-repeat left center ;
} 



#header form{ position:relative; height:25px;} 
#header #EMAIL {margin:2px 60px 0 0; } 
