/* Feuille de style contenant les proprietes de style de la page products */

/* Structure */
/* body{
	background: url(../img/products/bg_bottom.gif) repeat-y #E3E4E6;
} */
body{
	background-color: #E3E4E6;
}
.bg{
	background: url(../img/products/bg_bottom.gif) repeat-y #E3E4E6;
}
h1{
	font-size: 21px;
	margin-bottom:10px;
}
#bg_visu_products{
	z-index: 2;
	width: 100%;
	position: absolute;
	top: 404px;
	left: 0;
	height: 115px;
	background: url(../img/products/bg_visu_palm.gif) bottom right no-repeat;
}
#background_fix{
	z-index: 1;
	background: url(../img/shop/bg_window2.jpg) top left no-repeat;
	height: 615px;
}
/* Top */
.ContentTop{
	width:986px;
	height:96px;
	padding: 0 0 0 14px;
}
.positiontab, .positionheader{
/* 	margin-left: 370px; */
	margin-left: 422px;
	width: 560px;
	text-align: left;
}
.positioncontact{
	margin-left: 470px;
	width: 460px;
	text-align: left;
}
.positionheader{
	margin-bottom: 10px;
}

.positiontab{
 	overflow-y:auto;
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR: black; 
	SCROLLBAR-ARROW-COLOR: black; 
	SCROLLBAR-TRACK-COLOR: black;
	SCROLLBAR-DARKSHADOW-COLOR: black; 
	SCROLLBAR-BASE-COLOR: white; 	
}
.positiontab{
	height: 220px;
}
html>body .positiontab{
	overflow: auto;	
}

.positioncontact{
 	overflow-y:auto;
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR: black; 
	SCROLLBAR-ARROW-COLOR: black; 
	SCROLLBAR-TRACK-COLOR: black;
	SCROLLBAR-DARKSHADOW-COLOR: black; 
	SCROLLBAR-BASE-COLOR: white; 	
}
.positioncontact{
	height: 220px;
}
html>body .positioncontact{
	overflow: auto;	
}
/* Fin Top */

/* Middle */
.labelsearch{
	font-weight: bold;
}
.inputsearch{
	border:1px solid #999999;
	width: 173px;
	padding: 1px;
}
.btvalid{
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	background-color: black;
	color: #71C100;
	border:0;
	margin: 0 0 2px 5px;
	cursor: pointer;
}
a.green{
	text-align: center;
	background-color: black;
	padding: 2px 26px;
	color: #71C100;
	text-decoration: none;
	font-weight: bold;
}
a.green:hover
{
	text-align: center;
	background-color: black;
	padding: 2px 26px;
	color: #FF0700;
	text-decoration: none;
	font-weight: bold;
}
.tabcontent td{
	vertical-align: top;
}
.entete td, .easysearch td{
	vertical-align: middle;
}
.entete{
	margin-bottom: 10px;
	width: 530px;
	background-color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
}
.entete td.column1, .entete td.column2{
	padding: 5px;
}
.easysearch{
	width: 530px;
}
.easysearch th{
	background-color: #A0A7AD;
	padding: 5px;
}
.easysearch td{
	border: 1px solid #A0A7AD;
/* 	background-color: #E1EEF6; */
	padding: 5px;
}
.easysearch td a{
	text-decoration: none;
}
.easysearch td a:hover{
	text-decoration: underline;
}
.easysearch td.column1{
	width: 10px;
}
.easysearch td.column2{
	width: 550px;
}

label{
	font-weight: bold;
}
/* Fin Middle */

/* Bottom */
.ContentBottom{
	width:1000px;
	height:161px;
	padding-top: 20px;
	background: url(../img/quickfinder/bg_middle.gif) top left no-repeat;
}
 /* Fin Bottom */


