/* mise en forme générale balises standards et générales */
body {
	background-color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	text-align: center; /* correction bug IE6 */
	color: #333;
	line-height: 1.2;
}
ul {
	margin-left: 0;
	padding-left: 1em;
}
li {
	margin-left: 0;
	padding-left: 1em;
}
img {
	border: 0;
}
.alignright {
	text-align: right;
}
img.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	text-align: center;
}
a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: #FF9900;
}
small {
	color: #666;
	font-size: 0.9em;
}
h2 {
	margin-top: 10px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	margin-top: 10px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	margin: 15px 0 5px 0;
}
.spacer {
	clear: both;
	visibility: hidden;
}
.productSpecialPrice {
	font-weight: bold;
	background-color: #99CCFF;
}
.headerError {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 2px;
	width: 100%;
	font-weight: bold;
}
.headerInfo {
	background-color: #339900;
	color: #FFFFFF;
	padding: 2px;
	width: 100%;
	font-weight: bold;
}
select {
	background-color: #FF9900;
	color: #FFFFFF;
}
input {
}
form {
	margin: 0px;
	padding: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.boldcolor {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}
p.smallText  {
	font-size: 0.9em;
	margin: 0;
	color: #666666;
}
.required .required a {
	color: #E67D00;
}
.required a:hover {
	color: #FFFFFF;
}
.markProductOutOfStock {
	color: #D22D1D;
}
.errorText {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D22D1D;
}
/* mise en forme des div globales */
#header {
	height: 85px;
	display: block;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 0;
}
#header a {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	display: block;
	height: 20px;
	padding: 35px 0 20px 420px;
	background: url(template/JeuxduMonde.gif) no-repeat left top;
}
#header a:hover {
	color: #000000;
}
#header h1{
	font-size: 1.6em;
}
#global {
	width: 90%;
	max-width: 1000px;
	min-width: 750px;
	text-align: left;
	 margin: 0 auto;
	position: relative;
}
#page {
	left: 0px;
	top: 20px;
	background-color: #FFFFFF;
	height: 600px;
	margin-left: 140px;
	padding: 10px 160px 10px 30px;
	border-left: 2px solid #E67D00;
	background: url(template/page_right.gif) right repeat-y;
}
/* non interprété par IE pour le min-height */
html>body #page {
	height: auto;
	min-height: 600px;
} 
#main {
	float: left;
	width: 58%;
	margin-bottom: 10px;
}
#column_left {
	position: absolute;
	width: 140px;
	top: 30px;
	left: 0px;
}
#column_right {
	position: absolute;
	width: 130px;
	right: 20px;
	top: 60px;
}
/* menu du haut */
#pagebar {
	list-style:none;
	margin: 0 0 0 140px;
	padding: 0;
	height: 30px;
	overflow: visible;
	line-height: 1;
}
#pagebar li {
	background:  #F90 url(template/pagebar.gif) no-repeat left top;
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
	border-right: 2px solid #E67D00;
	text-align: center;
	overflow: hidden;
	height: 28px;
}
#pagebar li a {
	float: left;
	color: #FFE8BF;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	text-align: center;
	text-decoration: none;
	padding: 3px 15px;
	height: 24px;
}
#pagebar a:hover, #pagebar li.selected a {
	background: url(template/pagebar_hover.gif) no-repeat left -2px;
	color: #000000;
	text-decoration: none;
}
/* footer */
#footer {
	background: url(template/page_footer.gif) top repeat-x;
	margin-left: 140px;
	margin-right: 8px;
	padding-top: 8px;
	text-align: center;
}
#footer a {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #FFE8BF;
	padding: 3px 10px 0px 10px;
	margin: 0;
	text-decoration: none;
	
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: transparent;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 2px 0 0 0;
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	border-right: 1px #FFF solid;
}
#footer p {
	color: #FFE8BF;
	text-align: right;
	font-size: 0.9em;
	margin: 20px 0 0 300px;
}
#footer_right {
	background-color: #FF0000;
	height: 8px;
	width: 8px;
	position: absolute;
	right: 0px;
	background: url(template/page_footer_right.gif) no-repeat;
}
#footer img {
	float: right;
	margin-left: 10px;
}
/* boxes left */
.boxe_left {
	background: url(template/boxe_left_bas.gif) no-repeat left bottom;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.boxe_left_header {
	background: url(template/boxe_left_header.gif) no-repeat left top;
	height: 25px;
}
.boxe_left h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	padding: 4px 3px 0 3px;
	margin: 0;
}
.boxe_left p, .boxe_left ul, .boxe_left form, .boxe_left small {
	margin: 5px 5px 5px 10px;
}
.boxe_left ul {
	list-style: none;
	text-align:left;
	padding: 0;
}
.boxe_left li {
	margin: 0px;
	padding: 0px;
}
.boxe_left input {
	background-color: #FF9900;
	color: #FFFFFF;
	width: 80px;
	font-size: .9em;
}
.boxe_left a {
	font-weight: normal;
}
.boxe_left_header a {
	display: block;
	color: #FFFFFF;
	font-weight:bold;
}
.boxe_left .button_search {
	height: 20px;
	width: 20px;
	vertical-align: middle;
	margin-left: 5px;
}
.boxe_left_header a:hover {
	color: #000000;
}
.boxe_left select {
	font-size: 0.9em;
	width: 70px;
}
/* mise en forme des boxes right */
.boxe_right {
	background: url(template/boxe_right_bas.gif) bottom left no-repeat;
	margin-bottom: 20px;
	padding-bottom: 15px;
	width: 130px;
}
.boxe_right_header {
	background: url(template/boxe_right_header.gif) top left no-repeat;
}
.boxe_right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	margin: 0;
	padding: 8px;
}
.boxe_right input {
	background-color: #FF9900;
	color: #FFFFFF;
	width: 80px;
	font-size: .9em;
}
.boxe_right .button_go {
	height: 15px;
	width: 30px;
}
.boxe_right p, .boxe_right ul, .boxe_right form, .boxe_right small {
	margin: 5px 10px;
	font-size: 0.9em;
}
.boxe_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.boxe_right a {
	font-weight: normal;
}
.boxe_right_header a {
	font-weight: bold;
	display: block;
}
.boxe_right table {
	margin: 0 8px;
	width: 110px;
}
.boxe_right  tbody {
	font-size: .9em;
}
.newItemInCart {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
.review img {
	float: left;
	margin-right: 5px;
}
.review a {
	color: #333333;
	display: block;
}

/* mise en forme des boxes centrales */
.boxe_header {
	background: url(template/boxe_header.gif) no-repeat left top;
	height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.4em;
	text-align: center;
	margin: 0;
	padding: 0;
}
#boxe_news {
	float: right;
	width: 38%;
	text-align: center;
	background: url(template/boxe_news.gif) bottom left no-repeat;
	border-right: 2px solid #E67D00;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.boxe_news_header {
	background: url(template/boxe_news_header.gif) top left no-repeat;
	height: 25px;
}
#boxe_news p, #boxe_news ul {
	margin: 10px;
}
#boxe_news h3 {
	font-size: 1.1em;
	margin: -18px 10px 10px 10px;
	text-align: center;
}
#list_categories {
	width: 100%;
}
#list_categories ul {
	list-style:none;
	padding: 0;
	text-align: center;
}
#list_categories li {
	float: left;
	margin: 4px;
	padding: 3px;
	border: 1px solid #FF9900;
	width: 21%;
	text-align:center;
	height: 130px;
}
#list_categories li a {
	display: block;
}
#specials {
	width: 100%;
	list-style:none;
	padding: 0;
}
#specials li {
	float: left;
	margin: 4px;
	padding: 3px;
	border: 1px solid #FF9900;
	width: 150px;
	height: 160px;
	text-align:center;
}
#specials li a {
	display: block;
}
#rubriques, #main_categories, .boxe_main { /* boxe_main = also_purchased highlight highlight_new */
	margin: 0 auto;
	clear: both;
	max-width: 560px;
	width: 100%;
}
#rubriques table, #main_categories table, .boxe_main table {
	border-spacing: 5px;
	border-collapse: separate;
	width: 100%;
}
#rubriques td, #main_categories td, .boxe_main td {
	border: 1px #FF9900 solid;
	padding: 5px;
	margin: 0;
	vertical-align:top;
}
#rubriques td, #main_categories td {
	font-size: 0.9em;
}
#main_categories img {
	border: 0;
	float: right;
	margin-left: 5px;
}
#rubriques img {
	border: 0;
	height: 75px;
	width: 60px;
	float: right;
	margin-left: 5px;
}
#rubriques h4, #main_categories h4 {
	margin: 0;
}
#rubriques a, #main_categories a {
	font-weight: normal;
}
.boxe_main td {
	text-align: center;
}
.boxe_main a {
	display: block;
	height: 100%;
	width: 100%;
}
.boxe_main .products_price {
	font-weight: normal;
}
/* catégories */
.categorieS0 {
	padding-left: 0px;
}
li.subC1{
	padding-left:10px;
}
li.subC2{
	padding-left:20px;
}
li.subC3{
	padding-left:30px;
}
.boxe_left .selected {
	font-weight: bold;
	color: #000;
}
/* product_listing */
#product_listing table {
	width: 100%;
	background: url(template/boxe_header.gif) no-repeat top left;
}
#product_listing td {
	padding: 0 5px;
}
tr.productListing-heading {
	height: 20px;
	font-size: 0.9em;
}
tr.productListing-odd {
	border-bottom: solid 1px #ccc;
}
tr.productListing-even {
	border-bottom: solid 1px #ccc;
}
.productListing-data h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 5px;
}
.productListing-data .productDesc {
	margin: 5px;
}
.productListing-data .stock {
	font-size: 0.9em;
	margin: 0 5px;
	text-align: right;
	color: #999999;
}
.productListing-data .stock img {
	float: right;
	margin-left: 5px;
}
.productListing-data .productPrice {
	font-weight: bold;
}
.display_count1 {
	float: left;
	color: #666666;
	font-size: 0.9em;
	margin: 5px 0;
}
.display_count2 {
	float: right;
	color: #666666;
	font-size: 0.9em;
	margin: 5px 0;
}
/* product_info */
#product_description {
	max-width: 500px;
}
#product_info #product_image {
	float: right;
	width: 30%;
	padding: 10px;
	text-align: center;
	border: 1px solid #FF9900;
	margin: 0 0 5px 10px;
}
#product_image a {
	display: block;
}
#product_info .product_price {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin: 5px 5px 5px 10px;
	text-align: right;
}
#product_info #reviews {
	display: block;
	width: 150px;
	text-align: center;
	float: left;
	margin: 0 0 10px 0;
}
#product_info #add_product {
	margin: 0 0 10px 0;
	width: 150px;
	display: block;
	float: right;
	text-align: right;
}
#product_info .stock img {
	margin-right: 5px;
	vertical-align: middle;
}
#product_info .stock {
	font-size: 0.9em;
	color: #666;
	margin: 10px 0 5px;
}
/* account_details */
.formAreaTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	margin: 15px 0 5px;
}
table.formArea {
	border: 1px solid #FF9900;
}
table.formArea td{
	padding: 3px 5px;
}
.buttons {
	margin: 20px 0px;
	text-align: center;
	clear: both;
}
.buttons_left {
	margin: 20px 0;
	float: left;
}
.buttons_right {
	margin: 20px 0;
	text-align: right;
}
.buttons img, .buttons input, .buttons_left img, .buttons_left input, .buttons_right img, .buttons_right input {
	vertical-align: middle;
	margin: 0 30px;
	background-color: transparent;
}
.buttons a:hover, .buttons_left a:hover, .buttons_right a:hover {
	background-color: transparent;
}
/* tables */
.infoBox {
	border: 1px solid #FF9900;
	padding: 0 10px;
}
table.infoBox td {
	padding: 3px 8px;
}
table.adress_book {
	border: 1px solid #E67D00;
	width: 100%;
}
table.adress_book td {
	padding: 5px 8px;
}
tr.addressBook-odd {
	background-color: #FFF2CC;
}
tr.addressBook-even {
	background-color: #FFFFED;
}
table.adress_book td.tableHeading{
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF9900;
}
/* mise en forme des boxes commande success */
#boxe_order {
	float: right;
	width: 38%;
	text-align: left;
	padding: 10px;
	border: 1px solid #E67D00;
}
#boxe_order p, #boxe_order ul {
	margin: 10px;
}
#boxe_order h3 {
	font-size: 1.1em;
	margin: 0 10px;
	text-align: center;
}
#boxe_order .buttons {
	margin: 0;
	text-align: center;
}
/* page login */
#login {
}
#new_customer {
	width: 49%;
	float: left;
}
#returning_customer {
	width: 49%;
	float: right;
	margin: 0;
}
/* page critiques */
ul#reniews {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #E67D00;
}
#reniews img.img_listing {
	float: left;
	margin-right: 10px;
}
#reniews li {
	height: 105px;
	border-bottom: 1px solid #E67D00;
	padding: 10px 0;
}
/* non interprété par IE pour le min-height */
html>body #reniews li {
	height: auto;
	min-height: 105px;
} 
#reniews_img {
	width: 180px;
	text-align: center;
	padding: 10px;
	float: right;
	margin-left: 10px;
	border: 1px solid #FF9900;
}
#reniews_img .products_price {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
table.product_reviews {
	width: 100%;
	border: 1px solid #FF9900;
}
table.product_reviews th {
	padding: 6px 10px;
	border-bottom: 1px solid #FF9900;
}
table.product_reviews td {
	padding: 6px 10px;
}
#product_reviews_write .products_image img{
	float: right;
	margin-left: 10px;
}
/* page nouveautés */
table#products_new td{
	padding: 5px 10px;
}
#products_new .products_price {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
/* a ranger */
table.order_details {
	width: 100%;
	border: 2px solid #E67D00;
}
table.order_details td {
	vertical-align: top;
	padding: 5px;
}
table.order_details th {
	vertical-align: middle;
	padding: 5px;
	border-bottom: solid #FF9900 1px;
	font-weight: normal;
}
table.order_details tr.heading {
	border: 1px solid #FF9900;
}
p.total {
	text-align: right;
	margin: 7px;
}
.moduleRowOver {
	background-color: #D22D1D;
	cursor: pointer;
	color:#FFFFFF;
}
.moduleRowSelected {
	background-color: #E67D00;
	color:#FFFFFF;
}
#popup {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 20px;
	text-align: left;
	font-size: 1.1em;
}
.orderEdit {
	color: #E67D00;
}
.checkoutBarCurrent {
	font-weight: bold;
	color: #E67D00;
}
.tell_a_friend_img {
	float: right;
	margin-left: 10px;
}
/* STOP */
.description img {
	float: left;
	margin-right: 10px;
}
