html {
	overflow: -moz-scrollbars-vertical;
}

* { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* body */
body { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	margin-top:0px;
	margin-left:0px;
}

body, td, th, input, textarea, select, a {
	font-size: 12px;
	color: #433F3E;
}
 
b, strong, th {
	color: #433F3E;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

.png {
	behavior: url('catalog/javascript/png/iepngfix.htc');
}
  
a img {
	border: none;
}

a:hover {
	text-decoration: none;
}

/* layout */
h1 { 
	display: none;
}
p {
    line-height:1;
   }

#header {
	height: 70px; 
	clear: both; 
}

#header .a {
	background: url('../image/logo.png') no-repeat;
	behavior: url('catalog/javascript/png/iepngfix.htc');
	width: 157px;
	height: 32px;
	float: left;
	position: absolute;
	top: 22px;
	left: 10px;
}

#header .b {
	position: relative;
	top: 42px;
	float: right;
}

#header .b a {
	background: url('../image/tab.png');
	behavior: url('catalog/javascript/png/iepngfix.htc');  
	width: 100px;
	height: 19px;
	padding-top: 7px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 2px;
	cursor: pointer;
}

#header .b a img {
	width: 14px;
	height: 8px;
}

#column {
	width: 167px;
	margin: 10px 15px 15px 0px; 
	float: left;
}

#content {
	margin: 10px 0px 15px 0px; 
	float: right;
	padding-left: 15px;
	border-left: 0px solid #EEEEEE;
	width: 581px;
}

#footer { 
	clear: both;  
	border-top: 3px solid #EEEEEE;
	padding-top: 3px;
	margin-bottom: 1px;
}

#footer .a {
	float: left;
	margin-top: 2px;
}

#footer .b {
	float: right;
	text-align: right;
}

#footer .b a {
	color: #336699;
}
  
#time {
	color: #EEEEEE;
	text-align: center;
	clear: both;
}

.heading {
	font-size: 15px;
	font-weight: 600;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;;
	text-transform: uppercase;
	color: #990000;
	padding-bottom: 2px;
	border-bottom: 0px solid #EEEEEE;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	height: 18px;
}

.heading .left {
	float: left;
	text-align: left;
}
 
.heading .right {
	float: right;
	text-align: right;
}

.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}

.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

.warning {
	color: #000000;
	font-size: 10px;  
	background-color: #FFB3B5;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.message {
	color: #000000;
	font-size: 10px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.breadcrumb {
	color: #999999;
	margin: 10px 0px 10px 0px;
}

.breadcrumb a {
	color: #006699;
}

.price_old {
	text-decoration: line-through;
}

.price_new {
	color: #FF0000;
}
 
#bar {
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 3px 0px 10px;
	height: 24px;
}

.products, .images, .categories {
	float: left;
	width: 33.3%; 
	text-align: center; 
	cursor: pointer;
	font-size: 10px; 
	height: 140px;
}

.categories a {
	text-decoration: none;
}

.images a {
	font-size: 10px;
}

.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}

.results {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
}

.results .left {
	float: left;
	padding-top: 4px;
}
 
.results .right {
	float: right;
} 
 
.buttons {
	border: 0px solid #EEEEEE;
	margin: 0px 0px;

	clear: both;
}

.buttons input {
    background:url('../image/bg-bton.png') -1px top no-repeat;
	height: 27px;
	width:105px;
	padding-top:2px;
	text-align:center;
	color:#FFFFFF;
	font-weight: bold;
	cursor:pointer;
}

.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

.box {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* box language */
.language {
	float: left;
	margin-top: 3px;
}

.language div {
	display: inline;
}

/* box currency */
.currency {
	float: left;
	margin-left: 20px;
	margin-top: 1px;  
}

.currency div {
	display: inline;
}

/* box search */
.search {
	float: right;
}

.search div {
	display: inline;
}

/* box cart */
.box .cart .a {
	text-align: right;
	border-top: 1px solid #EEEEEE;
	margin-top: 8px;
	padding-top: 3px;
}

.box .cart .b {
	text-align: center;
}

/* box category */
.box .category {
	padding-top: 5px;
}

.box .category a {
	background: url('../image/bullet_1.png') no-repeat 15px 5px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
}

/* box information */
.box .information a {
	background: url('../image/bullet_2.png') no-repeat 10px 4px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
}

/* box review */
.box .review div {
	text-align: center;
}

.box .review a {
	text-decoration: none;
}

.box .review img {
	padding: 3px;
}

/* success */
#success {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/success.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}

/* failure */
#failure {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/failure.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;  
}

/* error */
#error {
	clear: both;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
}


A:link {
	COLOR: #433F3E;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A:active {
	COLOR: #433F3E;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
A:visited {
    COLOR: #000000;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A:hover {
	COLOR: #433F3E;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
}

.font_18 {
    font-size:18px;
	font-weight:800;
	padding-left:10px;
	}
.font_18_cnt {
    font-size:18px;
	padding-left:5px;
	}
.font_12 {
    font-size:12px;
	}
.font_11 {
    font-size:11px;
	line-height:13px;
	}
.font_10 {
    font-size:10px;
	line-height:11px;
	}
.font_9 {
    font-size:9px;
	line-height:11px;
	}
.font_8 {
    font-size:8px;
	padding-left:3px;
	}
.font_16 {
    font-size:16px;
	font-weight:bold;
	}
.font_35{
    font-size:35px;
	font-weight:bold;
	}
	
.pad {
    padding-left:5px;
	padding-right:5px;
}
.hr1 {
    color:#231F20;
	width:160px;
	}	
.tb1 {
	height:100%;
}	
.tb1_1 {
	height:118px;
	vertical-align:top;    
}
.tb2 {
    width:1002px;
	height:100%;
}	
.tb2_1 {
    width:182px; 
}
.tb2_2 {
    width:820px; 
}
.tb3 {
    width:182px;
	height:100%;
}
.tb3_1 {
	height:127px;
	vertical-align:middle;
	background-color:#433F3E;
}
.tb3_2 {
	background:url(../image/left.jpg) repeat-y;
	height:100%;
}
.tb4_log {
    width:167px;
	height:75px;  
}
.tb4_log_1 {
    width:72px; 
	height:20px;
}
.tb4_log_2 {
    height:20px; 
}
.tb5 {
    width:167px;
	height:600px;
}
/* contenu général */
.tb_content{
	margin-top:10px;
	margin-left:10px; 
	height:655px;
	width:796px;
}
.tb_content_title {
    height:28px;
}
.space {
    height:9px;
}
/* accueil */
.tb_content_left {
    width:540px;
}
.tb_content_right {
    width:250px;
}
.tb_diapo{
	background:url(../image/diapo.jpg) repeat-y;
	height:181px;
}
.tb_except{
	background:url(../image/offre_except.jpg);
	height:206px;
	width:540px;
}
/* présentation, description, utilisation */
.tb_content_left_pre {
    width:260px;
	height:235px;
	padding-top:5px;
}
.tb_content_right_pre {
    width:529px;
	height:235px;
	padding-top:5px;	
}
.tb_content_bottom_pre {
    width:260px;
	height:355px;
	padding-top:5px;
}
/* question */
.tb_content_left_qu {
    width:394px;
	height:235px;
}
.tb_content_right_qu {
    width:394px;
	height:627px;
}
.tb_content_bottom_qu {
    width:294px;
	height:355px;
}
/* news */
.tb_content_left_ne {
    width:443px;
	height:627px;
}
.tb_content_right_ne {
    width:394px;
	height:627px;
}
/* cgv */
.tb_content_cgv {
    width:797px;
	height:627px;
}
/* confirme account*/
.tb_content_top_ac {
width:797px;
height:280px;
}
.tb_content_bottom_ac {
width:797px;
height:310px;
}
/* contactez nous*/
.tb_content_left_cont {
width:394px;
height:153px;
}
.tb_content_bottom_ac {
width:797px;
height:310px;
}
.tb_content_right_ac {
    width:394px;
	height:380px;
}
/* soutien */
.tb_content_left_sout {
    width:394px;
	height:180px;
}
.tb_content_right_sout {
    width:394px;
	height:636px;
}
.tb_content_bottom_sout {
    width:294px;
	height:419px;
}
/* suivi */
.tb_content_suivi {
    width:797px;
	height:599px;
}
.tb_content_suivi {
    width:797px;
	height:599px;
}
.tb_content_left_suivi {
	height:110px;
}
.tb_content_bottom_suivi {
	height:515px;
}
/* atelier */
.a td {
	padding-bottom:0px;
	border-bottom:2px solid #c58955;
}
.b td {
	padding-top:0px;
	border-top:2px solid #c58955;
}
.c td {
	padding-bottom:0px;
	border-bottom:2px solid #70acbf;
}
.d td {
	padding-top:0px;
	border-top:2px solid #70acbf;
}
.e td {
	padding-bottom:0px;
	border-bottom:2px solid #a1a358;
}
.f td {
	padding-top:0px;
	border-top:2px solid #a1a358;
}
input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	height: 18px;
	background-color: #FCFCFC;
	text-align:right;
}
.button {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
    font-weight:900;
	text-align:center;
	color:#433F3E;
	border: 0px;
	height: 32px;
	width: 65px;
	cursor: hand;
	background-image:url(../image/fl1.jpg);
}