
/* Cartagogo
***********************/

/* General
 ***********************/

body {
  font-size: 100.01%;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: helvetica, arial, sans-serif;
  color: #000;
}

img {
  border:none;
}

form {
  padding: 0px;
  margin: 0px;
}

button {
  border-width: 1px;
  font-size: 11px;
  background-image:url(../pics/style/006699/block-bg.gif);
  color: white;
}

#article-listing-cnt button,
#usernotes button {
	padding: 5px;
}

input {
  font-size: 11px;
  border-width: 1px;
}

select {
  font-size: 11px;
  border-width: 1px;
}

a{
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}



/* Main Box
 ***********************/
#main {
  width: 980px;
  margin: 1% auto;
  border: 1px #ccc solid;
  padding: 2px;
}

/* Header
 ***********************/
#header {
  height: 70px;
  position: relative;
  z-index:1;
}

#header img {
  position: absolute;
  z-index:5;
  left: 40px;
  top :10px;
}

#header #header-menu {
  position: absolute;
  z-index:5;
  right: 10px;
  top :15px;
  font-size: .6em;
  letter-spacing: 1px;
}

#header ul#header-menu {
  padding: 0;
  margin: 0;
  list-style-type:none;
}

#header ul#header-menu li{
  float:left;
  padding: 0 6px;
  border-left: 1px #999 solid;
}

#header ul#header-menu li.first{
  border:none;
}

#header ul#header-menu li a {
  display:block;
  color:#666;
  padding: 4px 0;
  text-decoration: none;
  border-top: 2px solid white;

}

#header ul#header-menu #hd-current,
#header ul#header-menu li a:hover {
  border-top: 2px solid #006699;
}

/* navigation everything
 ***********************/
#navi-block {
  background:url(../pics/style/006699/navi-bg.gif) repeat-x 0px 26px;
  height: 53px;
  font-size: 11px;
}

#navigation {
	padding-left: 90px;
  width: 900px;
  margin: auto;
}

/* navigation upper part
 ***********************/

#navigation #navi-left{
  background:url(../pics/style/navi-left-corner.gif) no-repeat;
  width: 14px;
  height: 27px;
  float:left;
}

#navigation #navi-right{
  background:url(../pics/style/navi-right-corner.gif) no-repeat right top;
  width: 14px;
  height: 27px;
  float:left;
}

#navigation #content-menu {
  padding: 0px;
  margin: 0px;
  margin: auto;
  list-style-type: none;
}

#navigation #content-menu li{
  background: url(../pics/style/navi-left.gif) no-repeat left top;
  float: left;
  margin: 0px;
  padding: 0 0 0 8px;
}


#navigation #content-menu a {
  display: block;
  font-weight: bold;
  background: url(../pics/style/navi-right.gif) no-repeat right top;
  float: left;
  color: #fff;
  padding: 10px 15px 3px 6px;
  text-decoration: none;
}

#navigation #content-menu a:hover {
  color: #fff;
  text-decoration: underline;
}

#navigation #content-menu .current {
  background-image: url(../pics/style/006699/navi-left-on.gif);
}

#navigation #content-menu .current a {
  display: block;
  font-weight: bold;
  float: left;
  color: #fff;
  padding: 10px 15px 3px 6px;
  background: url(../pics/style/006699/navi-right-on.gif) no-repeat right top;
}


/* navigation lower part
 ***********************/
#navigation #sub-menu {
  width: 740px;
  margin:auto;
}


#navigation #sub-menu ul{
  clear:left;
  padding: 0px;
  margin: 3px;
  margin: auto;
  list-style-type: none;
}

#navigation #sub-menu li {
  float: left;
  margin: 5px 0 0 0;
  padding: 0 0 0 8px;
}

#navigation #sub-menu li a{
  color:white;
  letter-spacing: 2px;
  border-right: 1px white solid;
  padding-right: 8px;
}

#navigation #sub-menu li #sub-last {
  border: none;
  padding-right: 0;
}


/* sidebars
 ***********************/
.sidebar {
  font-size: 0.83em;
  margin: 0;
  padding: 0;
}

.sidebar .content{
  margin:1px 2px 6px 2px;
  border:1px #999 solid;
  border-top:none;
}

/* left bar
 ***********************/
div#sidebar-a {
  float: left;
  width: 200px;
}

/* right bar
 ***********************/
div#sidebar-b {
  float: right;
  width: 180px;
}


/* sidebar blocks
 ***********************/
.sidebar .block,
#content-block .block{
  position: relative;
  z-index:1;
  margin-top:5px;
}

.sidebar .normal,
#content-block .normal  {
  background:url(../pics/style/006699/header-left.gif) no-repeat top left;
  height: 26px;
}


.sidebar .block .normal h2,
#content-block .block .normal h2{
  background:url(../pics/style/006699/header-right.gif) no-repeat top right;
}

.sidebar .bargain,
#content-block .bargain  {
  background:url(../pics/style/bargain-left.gif) no-repeat top left;
  height: 26px;
}

.sidebar .block .bargain h2,
#content-block .block .bargain h2{
  background:url(../pics/style/bargain-right.gif) no-repeat top right;
}

.sidebar .block h2,
#content-block .block h2{
  margin:0 0 0 4px;
  padding: 0 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  display:block;
  color: #fff;
}

div#sidebar-b .block h2{
  text-align:center;
}

.sidebar .img-l h2,
#content-block .img-l h2{
  padding-left: 40px;
}

.sidebar .img-l img,
#content-block .img-l img{
  position:absolute;
  z-index:5;
  left: 0px;
  top: -3px;
  width:36px;
  height:39px;
}

.sidebar .img-r h2,
#content-block .img-r h2{
  padding-right: 40px;
}

.sidebar .img-r img,
#content-block .img-r img{
  position:absolute;
  z-index:5;
  right: 10px;
  top: -5px;
  width:37px;
  height:37px;
}

.sidebar .block-cnt,
#content-block .block-cnt{
  font-size: 11px;
  padding: 8px;
  margin-top: 1px;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  border-left: 1px #ccc solid;
}

.sidebar .cnt-color,
#content-block .cnt-color{
  background-image:url(../pics/style/006699/block-bg.gif);
  color: white;
}

.sidebar .status-msg {
  margin-bottom: 2px;
}
/* sidebar unordered lists
 **********************/
.sidebar .block ul {
  margin:0;
  padding: 0;
  color: #000;
  list-style:none;
}

.sidebar .block ul a{
  color: #669;
  padding-left: 10px;
  background: url(../pics/style/arrow-35b-right.gif) no-repeat 3px 4px;
  font-weight:bold;
}

.sidebar .block ul a:hover{
  color: #88b;
  background-position:3px 4px;
}

.sidebar .block ul span, .sidebar .block ul .current a{
  color: #000;
  padding-left: 10px;
  background: url(../pics/style/arrow-35b-right.gif) no-repeat 3px 4px;
  font-weight:bold;
}

.sidebar .block .cnt-color ul a{
  color: #eee;
  background-image:url(../pics/style/arrow-35w-right.gif)
}

.sidebar .block .cnt-color ul a:hover{
  color: #fff;
}

.sidebar .block .cnt-color ul span{
  background-image:url(../pics/style/arrow-35w-right.gif);
  color: #fff;
}


/* sidebar ordered lists
 **********************/
.sidebar .block ol {
  margin:0 0 0 30px;
  padding: 0;
  color: #000;
}

.sidebar .block ol a{
  color: #669;
  font-weight:bold;
}

.sidebar .block ol a{
  color: #669;
  font-weight:bold;
}
.sidebar .block ol a:hover{
  color: #88b;
}

.sidebar .block ol span{
  font-weight:bold;
}

.sidebar .block #logout{
  text-align:right;
}

.sidebar .block #logout a{
  color: #669;
  font-weight:bold;
}

.sidebar .block #logout a:hover{
  color: #88b;
}

/* sidebar form elements
 **********************/
.sidebar .block form{
  display:inline;
}

.sidebar .block input {
  margin-bottom:5px;
  background-color: #f4f4f4
}

.sidebar .block input .check {
}

.sidebar .block label {
}

.sidebar .block button {
  background-color:#6EB1DB;
  color: white;
  font-size: 9px;
  padding: 2px;
  letter-spacing: 1px;
}

.sidebar .price{
  color: #c00;
}

/* sidebar news
 **************/

#news DIV{
  background-color: #f4f4f4
}

#news H3{
  font-weight: bold;
  font-size: 14px;
  padding:1px;
  margin: 2px 0;
}

#news P{
  padding: 1px;
  margin: 0, 0, 10px, 0;
}

/* iframe
 ***********************/
#interact {
  width:0;
  height:0;
  display:none;
}

/* basket block listing
 ***********************/
#basket-block-cnt  {
  text-align:center;
}

#basket-block-cnt table {
  border-collapse: collapse;
  width: 100%;
}

#basket-block-cnt td,
#basket-block-cnt td A {
	color: #fff;
  vertical-align: top;
  padding: 0 1px;
}

#basket-block-cnt td.article {
  text-align: left;
}

#basket-block-cnt td.line {
  background: url(../pics/style/line.gif) repeat-x 0px 5px;
}

#basket-block-cnt button {
  width: 130px;
  margin-top: 10px;
  border-width: 1px;
  font-size: 11px;
  background-color: #eee;
  color:#000;
  padding:0;
  white-space:nowrap;
  background-image: none;
}

/* bestbuy
 ***********************/

#bestbuy-cnt {
  text-align:center;
}

#bestbuy-cnt ol{
  text-align:left;
}

#bestbuy-cnt ol li{
  margin-top: 4px;
}

#bestbuy-cnt ol li.price{
  margin-top: 4px;
}

/* bargains not to miss
 ***********************/
#dontmiss-cnt {
	padding: 4px;
  background-repeat: no-repeat;
}

#dontmiss-cnt h3{
  margin: 0 4px;
  font-size: 12px;
  color: #336;
}

#dontmiss-cnt .description{
  margin: 0 4px;
}

#dontmiss-cnt h3 SPAN{
  margin: 0px;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  color: #000;
}

#dontmiss-cnt .price{
  color:#c00;
  font-weight: bold;
  margin: 10px;
  font-size: 12px;
  text-align: right;
}

#dontmiss-cnt .price SPAN{
  color:#000;
  font-size: 11px;
}

#dontmiss-cnt form{
  display:inline;
}

#dontmiss-cnt form div{
  text-align: center;
  margin: 0;
}

#dontmiss-cnt form input.submit{
  width: 143px;
  margin: 2px 0 0 0;
}


/* big box
 ***********************/
.bigbox {
  background: url(../pics/style/006699/big-left.gif) no-repeat left top;
  margin-top:5px;
}

.bigbox-inner {
  background: #fff url(../pics/style/006699/big-right.gif) no-repeat right top;
  margin-left: 6px;
  height:70px;
}

.bigbox-inner .type-1{
  color:#fff;
  font-weight:bold;
  font-size: 14px;
  padding-top: 7px;
}

.bigbox-inner .type-2{
  color:#fff;
  font-weight:bold;
  font-size: 12px;
}

.bigbox-inner .type-3{
  color:#336;
  font-weight:bold;
  font-size: 11px;
}


/* order by phone
 ***********************/
#order-phone-cnt img {
  float: left;
  margin: 10px 5px 0 5px;
}

#order-phone-cnt div {
  margin: 0 0 0 38px;
}


/* main block 2 or 3 cols
 ***********************/
#content-block {
  margin: 0 182px 0 202px;
  padding: 0;
}

#twocols {
  margin: 0 0 0 202px;
  padding: 0;
}


#content-block a,
#twocols a{
  color:#669;
  padding: 0;
}


#content-block a:hover,
#twocols a:hover{
  color:#88b;
  padding: 0;
}

#content-block #short_description,
#twocols #short_description{
	top: 0px;
  padding: 5px 0 0 5px;
  font-size: 12px;
}

#content-block #txt_html,
#twocols #txt_html{
  padding: 5px;
  background: #fff;
}

#content-block #txt_html table,
#twocols #txt_html table{
  background: #fff;
}

#content-block #search{
  background: #999 url(../pics/style/search.gif) no-repeat 15px 10px;
  padding: 13px 0 0 175px;
  height: 100%;
  position:relative;
  z-index:1;
}


#content-block #search form{
  display: inline;
}

#content-block #search label{
  width: 200px;
}

#content-block #search-type {
  position: absolute;
  z-index: 5;
  top: 32px;
  left: 57px;
  color: #fff;
  font-size: 14px;
}

#content-block #search-hd {
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 57px;
  color: #fff;
  font-size: 16px;
  font-weight:bold;
}

#content-block #search-advanced {
  display:none;
  margin:0px;
}


#content-block #search input {
  width: 200px;
}


#content-block #search div {
  margin: 3px;
}


#content-block #search select {
  width: 120px;
}



#content-block button#toggle-type{
  color:#fff;
  background: url(../pics/style/arrow-59w-right.gif) no-repeat 0 3px;
  border:none;
  width: 150px;
  cursor: pointer;
  cursor: hand;
  margin: 10px 0;
  text-align: left;
  padding-left: 10px;
}


#content-block button#search-start{
  width: 60px;
  margin: 10px 0 10px 100px;
  background-image:none;
  color:menutext;
}

#content-block label,
#twocols label{
  color:#fff;
  display:block;
  float:left;
  width: 115px;
  font-size: 12px;
  text-align:right;
  cursor: pointer;
  cursor: hand;
  line-height: 20px;
  margin-right: 3px;
}

/* usercomments
 ***********************/

#usercomments-cnt{
  margin-bottom: 10px;
}

#usercomments-cnt table{
  font-size: 11px;
  border-collapse:collapse;
  background-color: #c8c8c8;
}

#usercomments-cnt td {
  vertical-align:top;
  width: 30%;
  padding: 5px;
}

#show-hide {
	position: relative;
	top: 0px;
	left: 10px;
}

#usercomments-cnt h4 {
  font-size: 12px;
  margin: 0;
  padding: 2px 0;
  background-color: #c0c0c0;
}

#usercomments-cnt #formblock {
  background-color: #c8c8c8;
  padding: 10px;
}

#usercomments-cnt #formblock textarea{
  width: 99%;
  height:100px;
}

#usercomments-cnt #formblock label,
#usercomments-cnt #formblock #poster{
  font-weight:bold;
  width:auto;
  text-align:left;
  font-size: 11px;
}

#usercomments-cnt h3,
#usercomments-cnt h1 {
  font-size: 14px;
  padding :0 5px;
}

#usercomments-cnt form label{
  font-size: 11px;
  color:black;
}

#usercomments-cnt form select{
  margin: 0 0 5px 0;
}

#usercomments-cnt .picture {
  vertical-align: middle;
  text-align:center;
  background-color: #fff;
}

#usercomments-cnt #prix,
#select-listing-cnt #prix {
  vertical-align: middle;
  text-align:center;
  color: red;
  font-weight: bold;
  font-size: 24px;
}

#usercomments-cnt #prix-barre,
#select-listing-cnt #prix #prix-barre {
  vertical-align: middle;
  text-align:center;
  text-decoration: line-through;
  font-size: 11px;
  color: #000;
}

#prix-barre {
  text-decoration: line-through;
}

#select-listing-cnt #prix #prix-barre {
	display: inline;
}

#selected-product #corner-tr{
  position: absolute;
  right: -2px;
  top: -2px;
}

#selected-product #corner-br{
  position: absolute;
  right: -2px;
  bottom: -2px;
}

#usernotes {
	display: block;
  padding: 0px 0 20px 0;
}

#usernotes .commentblock {
  background-color: #f7f7f7;
  margin-top:10px;
  padding: 0;
}

#usernotes .commentblock h5 {
  margin: 5px;
  padding: 0;
  font-size: 12px;
}

#usernotes h3 {
  margin: 5px;
  padding: 0;
  font-size: 14px;
}

#usernotes h3.titreall {
  padding-left:10px;    
}

#usernotes #average {
  margin: 5px;
  padding: 0;
  font-size: 14px;
}

#usernotes .commentblock img{
  margin: 0 5px;
}

#usernotes .commentblock p{
  margin: 5px;
  padding: 0;
  font-size: 11px;
}

#usernotes .customer-comments{
  font-size: 11px;
  display:block;
  line-height: 20px;
  padding: 0 5px;
}

#usernotes .all-comments{
  font-size: 11px;
  display:block;
  line-height: 20px;
  margin: 0;
  padding: 0 5px;
}

#usernotes FORM P{
  padding: 0px;
  margin: 0px;
}

#usercomments-cnt #average{
  font-size: 12px;
  text-align:right;
  background-color: #f4f2e3;
  font-weight: bold;
  margin-bottom: 20px;
}

#usercomments-cnt #average-a{
  float:left;
  width: 260px%;
  padding: 3px;
}

#usercomments-cnt #average-b{
  width: 260px%;
  padding: 3px;
}


/* texts
 ***********************/

#texts{
  margin-bottom: 10px;
}

#texts h4, #texts h3, #texts h2, #content-block #texts h2, #texts h1, h2 {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 18px;
  padding: 0px;
  color: #000;
  font-weight: bold;
}


/* welcome block
 ***********************/
#welcome-cnt {
  background-image: url(../pics/style/006699/gradient-bg.gif);
  color: white;
  font-size: 12px;
  width: 100%;
  height: 205px;
  position:relative;
  padding: 8px 0;
  float:left;
}

#welcome-cnt #white-corner{
  position: absolute;
  right: 0;
  top:0;
}

#welcome-cnt h2{
  margin:0;
  padding:0;
  line-height: 100%;
  margin: 10px;
  font-size: 18px;
  letter-spacing: 7px;
  color: #fff;
}

#welcome-cnt A {
	text-decoration: underline;
	color: #000;
}

#welcome-cnt A:hover {
	text-decoration: underline;
	color: #fff;
}

#welcome-cnt h2 span{
  font-size: 16px;
  letter-spacing: normal;
  font-weight: normal;
  color: #fff;
}

#welcome-cnt p{
  margin: 10px;
}


/* offer of the week
 ***********************/
#offer-week-cnt {
  border: 2px solid #ff1a00;
  width: 340px;
  height: 215px;
  position:relative;
  padding: 0;
  float:left;
}


#offer-week-cnt #corner-tr{
  position: absolute;
  right: -2px;
  top: -2px;
}

#offer-week-cnt #corner-tl{
  position: absolute;
  left: -2px;
  top: -2px;
}

#offer-week-cnt #corner-bl{
  position: absolute;
  left: -2px;
  bottom: -3px;
}

#offer-week-cnt #corner-br{
  position: absolute;
  right: -2px;
  bottom: -3px;
}

#offer-week-cnt h2{
	color: white;
  margin: 0;
  padding: 10px;
  line-height: 90%;
  margin: 0px;
  font-size: 18px;
  letter-spacing: 8px;
  width: 135px;
  background: #ff1a00;
}

#offer-week-cnt h2 span{
  letter-spacing: 1.8px;
  font-weight: normal;
}

#offer-week-cnt p{
  margin: 10px;
  font-size: 12px;
}

#offer-week-cnt #prix-promo{
  position: absolute;
  left: 0px;
  bottom: -1px;
	color: white;
  margin: 0;
  padding: 8px 2px;
  line-height: 90%;
  margin: 0px;
  width: 155px;
  background: #ff1a00;
	font-weight: bold;
	font-size: 20px;
}

#offer-week-cnt #timelimit{
  position: absolute;
  right: 0px;
  bottom: 5px;
	text-align: right;
	font-weight: bold;
	color: black;
  height: 18px;
  padding: 5px;
  font-size: 13px;
}

#offer-week-cnt #buy{
	width: 180px;
	height: 35px;
	text-align: center;
  position: absolute;
  right: 0px;
  bottom: 33px;
}

#offer-week-cnt #image{
	width: 220px;
	height: 130px;
	text-align: center;
  position: absolute;
  right: 0px;
  top: 35px;
}

#offer-week-cnt #prix {
	width: 150px;
	height: 55px;
	text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
	font-weight: bold;
  font-size: 14px;
}

#offer-week-cnt P {
	width: 150px;
}

#offer-week-cnt A,
#offer-week-cnt A:hover {
	color: #000;
	text-decoration: none;
}

/* breadcrumb navi
 ***********************/
#breadcrumb {
  font-size: 11px;
  padding: 5px;
  font-weight:bold;
}

#breadcrumb a{
  font-size: 11px;
  padding: 5px;
  font-weight:bold;
  color: #669;
}

#breadcrumb a:hover{
  font-size: 11px;
  padding: 5px;
  font-weight:bold;
  color: #88b;
}

/* article listing
 ***********************/
#article-listing-cnt {
  background:#cbcbcb url(../pics/style/listing-head.gif) no-repeat right top;
  padding: 0px;
  margin: 10px 0;
}


#article-listing {
  border-collapse: collapse;
}

#article-listing thead tr{
}

#article-listing thead th{
  font-size: 11px;
  padding: 2px;
}

#article-listing tbody tr.normal{
  background:#dadada;
}

#article-listing tbody tr.distinct{
  background:#ccc;
}

#article-listing tbody td{
  border: 1px white solid;
  font-size: 11px;
  padding: 5px;
}

#article-listing tbody td td{
  border: 0px;
}

#article-listing tbody td.price{
  color:#c00;
  white-space:nowrap;
  font-weight:bold;
}

#article-listing input.submit{
  width: 143px;
  float: right;
}

/* listing all groups
 ***********************/
#all-items-div {
  height:60px;
  position:relative;
  background:#56534e url(../pics/style/tous-1-clic-bg.gif) no-repeat;
}

#all-items-img {
  width: 43px;
  height: 43px;
}

#all-items-tbl {
  background-color: white;
  position:absolute;
  z-index:50;
  left:155px;
  top: 170px;
  border: 1px buttonface outset;
  visibility:hidden;
}


#all-items-a {
  position:absolute;
  width: 43px;
  height: 43px;
  left: 125px;
  top:9px;
  z-index:5;
}

#all-items-tbl td{
  vertical-align:top;
  padding: 10px;
  font-size: 11px;
  white-space:nowrap;
}

#all-items-tbl ul {
  margin:0;
  padding:0;
  list-style:none;
}

#all-items-tbl h3 {
  color:#666;
  padding:1px;
  margin: 2px 0;
  background-color:#eee;
}

/* footer
 ***********************/
#foot-line {
  font-size: 60%;
  background-image:url(../pics/style/006699/block-bg.gif);
  font-family:verdana, arial, helvetica, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  clear:both;
  height: 22px;
}


#foot-line ul{
  margin:0 auto;
  padding:0;
  list-style-type:none;
  width: 600px;
}

#foot-line li{
  border-left:1px white solid;
  float: left;
  padding: 3px 10px;
  font-size: 10px;
}

#foot-line li.first{
  border:none;
}

#foot-line li a{
  color:white;
}

#h2a {
  font-size: 60%;
  font-family:verdana, arial, helvetica, sans-serif;
  letter-spacing: 1px;
  text-align: right;
  clear:both;
  margin:.5em;
}

.titreall {
    border-top:2px solid #006699;
	padding-top: 2;
	padding-bottom: 2px;
	font-family: verdana, helvetica, sans-serif;
    color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
    padding-left: 10px;
	text-align:left
}


.txt{
  font-size: 11px;
}

.description {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
}
.txt11liens {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #666699;
}
.titrejdc {
    border-top:2px solid #1a616f;
	padding-top: 2;
	padding-bottom: 2px;
	font-family: verdana, helvetica, sans-serif;
    color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
    padding-left: 10px;
	text-align:left
}
.titreunite {
    border-top:2px solid #ac3d22;
	padding-top: 2;
	padding-bottom: 2px;
	font-family: verdana, helvetica, sans-serif;
    color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
    padding-left: 10px;
	text-align:left
}
.titrejdp {
    border-top:2px solid #866f55;
	padding-top: 2;
	padding-bottom: 2px;
	font-family: verdana, helvetica, sans-serif;
    color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
    padding-left: 10px;
	text-align:left
}
.titreaccessoire {
    border-top:2px solid #5f6b32;
	padding-top: 2;
	padding-bottom: 2px;
	font-family: verdana, helvetica, sans-serif;
    color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
    padding-left: 10px;
	text-align:left
}
.titrejdr {
    border-top:2px solid #737b56;
	padding-top: 2;
	padding-bottom: 2px;
	font-family: verdana, helvetica, sans-serif;
    color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
    padding-left: 10px;
	text-align:left
}
.titrefigurines {
    border-top:2px solid #6b3a6b;
	padding-top: 2;
	padding-bottom: 2px;
	font-family: verdana, helvetica, sans-serif;
    color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
    padding-left: 10px;
	text-align:left
}
.titrepoker {
    border-top:2px solid #675281;
	padding-top: 2;
	padding-bottom: 2px;
	font-family: verdana, helvetica, sans-serif;
    color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
    padding-left: 10px;
	text-align:left
}

.red12 {
 font-family: verdana, helvetica, sans-serif;
 color: #a00800;
 font-style: normal;
 font-weight: bold;
 font-size: 12px;
}
.listjdc {
	font-family: verdana, helvetica, sans-serif;
	color: #ffffff;
	padding-left: 4px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	background-color: #1C6B7A;
}
.titredore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	color: #C37C14;
}

table.poker {
   width: 100%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
}

table.poker th {
	border-bottom: 1px solid #675281;
	padding-bottom: 5px;
	width: 20%;
	text-align: left;
	vertical-align: text-top;
	padding-top: 2px;
}

table.poker td {
	background-color: #f7f7f7;
	border-bottom: 1px solid #675281;

	text-align: left";
	width: 80%;
	padding-bottom: 5px;
	padding-left: 6px;
	vertical-align: text-top;
	padding-top: 2px;
}
table.accessoires {
   width: 100%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
}

table.accessoires th {
	border-bottom: 1px solid #5f6b32;
	padding-bottom: 5px;
	width: 20%;
	text-align: left;
	vertical-align: text-top;
	padding-top: 2px;
}

table.accessoires td {
	background-color: #f7f7f7;
	border-bottom: 1px solid #5f6b32;
	text-align: left";
	width: 80%;
	padding-bottom: 5px;
	padding-left: 6px;
	vertical-align: text-top;
	padding-top: 2px;
}
table.jcc {
   width: 100%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
}

table.jcc th {
	border-bottom: 1px solid #1a616f;
	padding-bottom: 5px;
	width: 20%;
	text-align: left;
	vertical-align: text-top;
	padding-top: 2px;
}

table.jcc td {
	background-color: #f7f7f7;
	border-bottom: 1px solid #1a616f;
	text-align: left";
	width: 80%;
	padding-bottom: 5px;
	padding-left: 6px;
	vertical-align: text-top;
	padding-top: 2px;
}
table.figs {
   width: 100%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
}

table.figs th {
	border-bottom: 1px solid #6b3a6b;
	padding-bottom: 5px;
	width: 20%;
	text-align: left;
	vertical-align: text-top;
	padding-top: 2px;
}

table.figs td {
	background-color: #f7f7f7;
	border-bottom: 1px solid #6b3a6b;
	text-align: left";
	width: 80%;
	padding-bottom: 5px;
	padding-left: 6px;
	vertical-align: text-top;
	padding-top: 2px;
}
table.jdp {
   width: 100%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
}

table.jdp th {
	border-bottom: 1px solid #866f55;
	padding-bottom: 5px;
	width: 20%;
	text-align: left;
	vertical-align: text-top;
	padding-top: 2px;
}

table.jdp td {
	background-color: #f7f7f7;
	border-bottom: 1px solid #866f55;
	text-align: left";
	width: 80%;
	padding-bottom: 5px;
	padding-left: 6px;
	vertical-align: text-top;
	padding-top: 2px;
}