span {
	height: auto;
	width: auto;
}
affiche{ 
	visibility:hidden;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #dee3e7;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #dee3e7;
	SCROLLBAR-3DLIGHT-COLOR: #d1d7dc;
	SCROLLBAR-ARROW-COLOR: #006699;
	SCROLLBAR-TRACK-COLOR: #efefef;
	SCROLLBAR-DARKSHADOW-COLOR: #98aab1
}
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
}
.welcome a:link {  
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	font-weight:bold
}
.welcome a:visited {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	font-weight:bold}
.welcome a:active {  
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	  font-weight:bold}
.welcome a:hover {  
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	font-weight:bold
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000
}
.highlights{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #004C92;
}
.grid{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	font-weight: bold;
}
.grid td{
	color :white
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #004C92;
}
.inp_txt{
	border: 1px solid #004D94;
}
.inp_txt_optional{
	background-color:#E4E6E7;
	border: 1px solid #004D94;
}
.inp_btn{
	border:1px solid #004D94;
	background-color:#FFFFFF;
	height: 20px;
}
.inp_btn_customer{
	border:1px solid #000000;
	background-color:#FF99FF;
	height: 20px;
}
.product_type{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#043C70;
	background-image:url(../images/products/bg_type.gif);
	height:19px;
}
.product_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#043C70;
}
.product_comment{
	font-style: italic;
	color:#666666;
}
.cat{
	color:black;
	font-style:italic;
	background-color:#BDC3C6;
	text-decoration:none;
	height:30px;
	border:1px #003C73 ridge;
	padding-left:5px;
	background-image:url(../images/products/bg_type.gif);
	background-repeat:repeat-y;
	background-position: left;
}
.cat:hover{
	color:black;
	font-style:italic;
	background-color:#BDC3C6;
	text-decoration:none;
	height:30px;
	border:1px #003C73 ridge;
	padding-left:5px;
	background-image:url(../images/products/bg_type.gif);
	background-repeat:repeat-y;
	background-position: left;
}
.cat a{
	color:black;
	text-decoration:none;
	font-weight:bolder;
	background-image: url(../images/products/arrow.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding-left:40px;
}
.cat a:hover{
	color:#003C73;
	text-decoration:none;
	font-weight:bolder;
	background-image: url(../images/products/arrow_on.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding-left:40px;
}
.subcat{
	color:#003C73;
	font-style:italic;
	background-color:#eeeeff;
	text-decoration:none;
	height:30px;
	border:1px #003C73 solid;
	padding-left:55px;
	background-repeat:no-repeat;
	background-position: left;
}
.subcat:hover{
	color:black;
	font-style:italic;
	background-color:#eeeeff;
	text-decoration:none;
	height:30px;
	border:1px #003C73 solid;
	padding-left:55px;
	background-repeat:no-repeat;
	background-position: left;
}
.subcat a{
	color:#003C73;
	text-decoration:none;
	font-weight:bolder;
}
.subcat a:hover{
	color:black;
	text-decoration:none;
	font-weight:bolder;
}
.latest_news{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #666;
	text-decoration:none;
}
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}