html {
	padding: 0px;
	margin: 0px;
	background-color: #435677;
	width: 100%;
	overflow-y: scroll;
	background-image: url("images/page-background.jpg");
}

body{
	font-family: arial;
   font-size: 14px;
	padding: 16px 0px;
	margin: 0px;
}

a:hover {
   text-decoration: none;
}

a.link {
   color: black;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
}

table {
   border-collapse: collapse;
   border: 0px;
}

td {
   vertical-align: top;
   padding: 0px;
}

table ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

table li  {
   margin: 0px;
   padding: 0px 0px 0px 10px;
}

div#layout {
	width: 752px;
	margin: 0px auto;
	padding: 8px;
	position: relative;
	background-color: white;
}

div#menu {
	width: 525px;
	height: 63px;
	padding: 0;
	margin: 0 0 0 0;
	background-color: #8c030f;
}

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

div#menu li {
	float: left;
	display: block;
	text-align: center;
	padding: 0;
}

div#menu li a, div#menu li a:link, div#menu li a:visited{
	width: 104px;
	font-size: 16px;
   font-family: Arial;
   font-weight: bold;
   height: 20px;
	color: white;
	padding: 22px 0 21px 0;
	margin: 0;
	display: block;
	font-variant:small-caps;
	background-image: url(./images/menu.png);
	background-position: top center;
	background-repeat: no-repeat;
	border-left: 1px solid #ffffff;
   text-decoration: none;
}

div#menu li a:hover{
	text-decoration: none !important;
	background-image: url(./images/over.png)!important;
	background-position: top center;
	background-repeat: no-repeat;
}

div#menu a.current, div#menu a.current:hover {
	color: black !important;
	text-decoration: none !important;
	background-image: url(./images/current.png)!important;
	background-position: top center;
	background-repeat: no-repeat;
}

div#header {
	margin: 0 0 0 0;
	padding: 0;
	width: 227px;
   height: 220px;
}

div#header img {
	margin: 0;
	padding: 0;
}

div#header img#logo {
	margin: 0;
	padding: 0;
}

div#header h1 {
	padding: 0px;
	margin: 0px;
	font-size: 120%;
	color: #375baa;
}

div#lang-change {
	height: 20px;
	display: block;
}

div#lang-change ul {
	margin: 0px 24px 0px 0px; 
	padding: 0; 
	list-style: none;
	float: right;
}

div#lang-change li  {
	margin:0px; 
	padding:0px 4px;
	float: left;
}

div#lang-change li a  {
	font-size:11px; 
	text-decoration: none;
	color: #375baa;
}

div#lang-change li a.selected  {
	font-weight:bold
}

a.current-sub-category {
	color: black !important;
	background-color: #e9d2a9 !important;
}

div#content {
   background-color: white;
   margin: 0 0 0 0;
   border: 1px solid #BCA988;
}

div#content div.product-image {
   text-align: center;
}

div#content div.product-image img {
   border: 1px solid #dadada;
   text-align: center;
}

div#content > h1 {
   background-color: #BCA988;
   padding: 4px 4px 4px 8px;
   color: #ffffff;
   font-size: 1.2em;
}

div#content h2 {
   margin: 0;
   padding: 8px;
   color: #435677;
}

div#content p {
   margin: 0 0 0 0;
   padding: 4px 16px 4px 16px;
   line-height: 130%;
}

div#content ul {
   padding: 0px 16px 4px 16px;
   list-style-position: outside;
   list-style-image: url("./images/arrow.png");
}

div#content ul li {
   padding: 2px 4px 2px 8px;
   margin: 0 0 0 32px;
}

div#content table.specification {
   background-color: #f0f0f0;
   border-collapse: separate;
   border-spacing: 1px;
   width: 100%;
}

div#content table.specification th {
   background-color: white;
   vertical-align: top;
   text-align: right;
   width: 200px;
   padding: 4px;
}

div#content table.specification td {
   background-color: white;
   padding: 4px;
}

div#index-res {
	margin: 0;
	padding:0;
}

td#index-col{
	width: 227px;
	vertical-align: top;
	background-color: #BCA988;
}

td#index-col div#index-top {
	background: white;
	padding: 0;
	margin: 0;
	background: url(./images/index-top.png) top left no-repeat;
	height: 12px;
	overflow: hidden;
	display: block;
}

td#index-col div#index-bottom {
	background: white;
	padding: 0;
	margin: 0;
	background: url(./images/index-bottom.png) top left no-repeat;
	height: 12px;
	overflow: hidden;
	display: block;
}

td#index-col div#index {
	background: white;
	padding: 0px 0px;
	margin: 0;
	background: url(./images/index-bg.png) left repeat-y;
}

td#index-col ul {
	padding: 0px 0px;
}

td#res-col {
	width: 517px;
	padding: 8px 0 0 8px;
	margin: 0;
}

#res-col p, #res-col ul, #res-col ul li {
	text-align: justify;
}

h1.list-title {
   text-align: center;
	padding: 4px 6px 4px 6px;
   font-family: Arial;
   font-size: 16px;
   line-height: 19px;
   color: #ffffff;
   font-variant: small-caps;
   margin-bottom: 8px;
   background: url(./images/header-background.png) center center repeat-x;
}

div.sub-category {
   padding: 8px 0 0 0;
   background-color: white;
}

div.sub-category ul li {
   margin: 0px;
   padding: 0 0 1px 0;
   width: 227px;
   background-color: white;
}

div.sub-category ul li a {
	display: block;
	width: 215px;
	padding: 3px 6px 3px 6px;
   font-family: Arial;
   font-size: 14px;
   line-height: 19px;
   color: #202020;
   text-decoration: none;
   background-color: #BCA988;
   font-weight: normal;
}

div.sub-category ul li#contact-info a {
	display: inline;
	padding: 0;
   margin: 0;
   font-family: Arial;
   font-size: 14px;
   line-height: 19px;
   color: #202020;
   text-decoration: none;
}

div.sub-category ul li h3 {
	display: block;
	width: 215px;
	padding: 4px 6px 4px 6px;
   font-family: Arial;
   font-size: 14px;
   line-height: 19px;
   color: white;
   font-variant: small-caps;
   text-decoration: none;
   /*background-color: #435677;*/
   background: url(./images/header-background.png) center center repeat-x;
}

div.sub-category ul li a:hover {
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border: 1px solid #435677;
}

div.sub-category ul li#contact-info a:hover {
	text-decoration: underline;
	padding: 0;
	border: none;
}

div.sub-category ul li.text p {
   margin: 0;
   padding: 8px;
   background-color: #BCA988;
}

div#footer {
	background: url(./images/footer_background.png) center center repeat-x;
	margin: 8px 0 0 0;
	padding: 2px;
	text-align: center;
   border: 1px solid #0e4c71;
   font-size: 8pt;
}

div#footer img {
   border: none;
}

div#footer a.copy {
	color: #ffffff;
}

.left {
   text-align: left;
}

.center {
   text-align: center;
}

.right {
   text-align: right;
}

div.message_box {
   width: 480px;
   margin: auto;
}

div.message_box img {
   margin: 4px 8px 8px 8px;
   float: left;
}

div.message_box p {
   padding: 0;
   margin: 8px 8px 8px 0;
   clear: both;
}

div.information {
   background-color: #f6f6ff;
   border: 1px solid #0000cd;
}

div.warning {
   background-color: #fff6f6;
   border: 1px solid #f8ba0e;
}

table.messagebox {
   width: 480px;
   margin: 16px auto 0 auto;
}

table.messagebox tr {
   background-color: transparent !important;
}

table.messagebox td {
   padding: 8px;
   margin: 0;
   vertical-align: middle;
}

table.messagebox td.icon {
   line-height: 1px;
   width: 16px;
   border: none;
}

table.messagebox td.icon img {
   padding: 0;
   margin: 0;
}

table.messagebox td.message {
   border: none;
}

table.messagebox p {
   padding: 0;
   margin: 0;
}

table.information {
   background-color: #F4FAFF;
   border: 1px solid #0e4c71;
}

table.warning {
   background-color: #fff6f6;
   border: 1px solid #f8ba0e;
}

table.datagrid {
   width: 516px;
   border-collapse: collapse;
   border-spacing: 0;
   margin: 0px auto 0px auto;
}

table.datagrid td, table.datagrid th {
   padding: 4px;
   vertical-align: middle;
   border: 1px solid #c6c6c6;
}

table.datagrid tr {
   background-color: #ffffff;
}

table.datagrid tr.pair {
   background-color: #FAF0E6;
}

table.datagrid tr.header {
   background-image: url(./images/product_header.png);
   background-repeat: repeat-x;
}

table.datagrid th {
   color: #ffffff;
   font-size: 1.1em;
}

table.datagrid td.price {
   text-align: right;
}

table.datagrid td.row_separator {
   border-left: none;
   border-right: none;
   padding: 0;
   line-height: 8px;
}

table.datagrid td h2 {
   font-size: 1.1em;
   margin: 8px 0;
}

img.information {
   margin: 0 4px 0 0;
   float: left;
}

div#product-icon img {
   margin: 0px 0 8px 8px !important;
   float: left;
}

div.product {
   margin: 0 0 8px 0;
   border: 1px solid #8d020f;
}

div.product h2,div.product h2 a {
   font-size: 1.1em;
   margin: 0;
   background-image: url(./images/product_header.png);
   background-repeat: repeat-x;
   padding: 4px;
   color: #ffffff;
   text-decoration: none;
}

div.product table {
   border-collapse: separate;
   border-spacing: 1px;
   width: 515px;
}

div.product table td {
   margin: 0;
   vertical-align: middle;
}

div.product table td.icon {
   line-height: 1px;
   width: 16px;
   border: none;
   padding: 4px;
}

div.product table td.icon img {
   padding: 0;
   margin: 0;
   border: 1px solid #aaaaaa;
}

div.product table td.description {
   padding: 4px 8px 4px 4px;
   text-align: justify;
}

div.product table td.description ul {
   padding: 0px 16px 4px 16px;
   list-style-position: outside;
   list-style-image: url("./images/arrow.png");
}

div.product table td.description ul li {
   margin: 0 0 0 8px;
}

div.product table td.description p {
   text-align: justify;
   margin: 0;
}

@MEDIA print {
	html{
		background-color: white;
	}
	table#top{
		display: none;
	}
	
	td#index-col{
		display: none;
	}
	
	td#res-col{
		width:100%;
	}
	
	table.datagrid {
	   width: 700px !important;
	   margin: 0;
	}
	
	div.product {
	   width: 98%;
	}
	
	div#layout {
		border: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	table.messagebox {
		width:90%;
	}
	
	div#footer{
		display: none;
	}
}

img#conseil-professionnel {
	margin: 0 0 5px 0;
	padding: 0;
}

/*=============================================================================
*
*============================================================================*/
div.promotion-header-fauteuil-auto-souleveur {
   width: 752px;
   height: 96px;
   margin: 8px 0 0 0;
   background-image: url('./images/promotion-header-fauteuil-auto-souleveur.png');
}

div.promotion-header-fauteuil-auto-souleveur h1, div.promotion-header-fauteuil-auto-souleveur h2 {
   text-indent: -9999px;
   position: absolute;
   overflow: hidden;
}

div.promotion-fauteuil-auto-souleveur {
   width: 752px;
   height: 1052px;
   margin: 8px 0 0 0;
}

div.promotion-fauteuil-auto-souleveur h2, div.promotion-fauteuil-auto-souleveur h3 {
   text-indent: -9999px;
   position: absolute;
   overflow: hidden;
}

div.promotion-fauteuil-auto-souleveur p {
   padding: 0;
   margin: 0;
   width: 752px;
   height: 1052px;
   background-image: url('./images/promotion-fauteuil-auto-souleveur-elran.jpg');
   background-position: center center;
   background-repeat: no-repeat;
}

div.promotion-fauteuil-auto-souleveur a {
   display: block;
   width: 752px;
   height: 1052px;
   text-indent: -9999px;
   overflow: hidden;
}

div.promotion-footer-fauteuil-auto-souleveur {
   width: 752px;
   height: 96px;
   margin: 8px 0 0 0;
   background-image: url('./images/promotion-footer-fauteuil-auto-souleveur.png');
}

div.promotion-footer-fauteuil-auto-souleveur h2, div.promotion-footer-fauteuil-auto-souleveur h3 {
   text-indent: -9999px;
   position: absolute;
   overflow: hidden;
}

/*=============================================================================
*
*============================================================================*/
div.promotion-header-chaise-elevatrice-aquatec {
   width: 752px;
   height: 96px;
   margin: 8px 0 0 0;
   background-image: url('./images/promotion-header-chaise-elevatrice-aquatec.png');
}

div.promotion-header-chaise-elevatrice-aquatec h1, div.promotion-header-chaise-elevatrice-aquatec h2 {
   text-indent: -9999px;
   position: absolute;
   overflow: hidden;
}

div.promotion-chaise-elevatrice-aquatec {
   width: 752px;
   height: 480px;
   margin: 8px 0 0 0;
}

div.promotion-chaise-elevatrice-aquatec h2, div.promotion-chaise-elevatrice-aquatec h3 {
   text-indent: -9999px;
   position: absolute;
   overflow: hidden;
}

div.promotion-chaise-elevatrice-aquatec p {
   padding: 0;
   margin: 0;
   width: 752px;
   height: 480px;
   background-image: url('./images/promotion-chaise-elevatrice-aquatec-invacare.jpg');
   background-position: center center;
   background-repeat: no-repeat;
}

div.promotion-chaise-elevatrice-aquatec a {
   display: block;
   width: 752px;
   height: 480px;
   text-indent: -9999px;
   overflow: hidden;
}

div.promotion-footer-chaise-elevatrice-aquatec {
   width: 752px;
   height: 96px;
   margin: 8px 0 0 0;
   background-image: url('./images/promotion-footer-chaise-elevatrice-aquatec.png');
}

div.promotion-footer-chaise-elevatrice-aquatec h2, div.promotion-footer-chaise-elevatrice-aquatec h3 {
   text-indent: -9999px;
   position: absolute;
   overflow: hidden;
}

/*=============================================================================
*
*============================================================================*/
div.promotion-small {
   width: 244px;
   height: 320px;
   display: block;
   margin: 12px 0px 6px 10px;
   float: left;
}

div.promotion-first {
   margin: 12px 0px 6px 0px !important;
}

div.promotion-small h2, div.promotion-small h3 {
   text-indent: -9999px;
   position: absolute;
   overflow: hidden;
}

div.promotion-small p {
   padding: 0;
   margin: 0;
   width: 244px;
   height: 320px; 
}

div.promotion-small a {
   display: block;
   width: 244px;
   height: 320px;
   text-indent: -9999px;
   overflow: hidden;
}

/*=============================================================================
*
*============================================================================*/
div#signature {
   padding: 2px;
   margin: 0;
   text-align: center;
   font-family: arial;
   color: #BCA988;
   font-size: 8pt;
   font-weight: bold;
}

div#signature a {
   color: #BCA988;
   text-decoration: none;
}
