<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('reset.css');
@import url('global.css');
@import url('listing.css');
@import url('page.css');
@import url('bottom.css');
/*@import url('savTech.css');*/
@import url('detail.css');
@import url('distributeur.css');

body {
	/*background:#222;*/
	background: url(../images/layout/back.gif) #000000 50% 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

h2{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-top:20px;
	margin-bottom:10px;
}

a{
	 text-decoration:none;
	 color:#FFFFFF;
}

a.btn{	
	width:135px;
	height:20px;
	background: url(../images/btn/red_backWhite.gif) no-repeat;
	line-height:16px;
	float:left;
	text-indent:10px;

}

a.btn img.fleche{
 	width:7px;
 	height:10px;
}

br.f_reset {
	clear:both;
	line-height: 10px;
}


/**********/
/* Header */
/**********/
#header {
	position:relative;
	background: url(../images/layout/background_header.gif) no-repeat;
	width:995px;
	margin-left: auto;
	margin-right: auto;
	height:179px;
	clear:both;
	z-index:100;
}

#header #header_logo {
	position:absolute;
	height:80px;
	top:40px;
	left:80px;
}

#header form#find_product {
	position:absolute;
	top:60px;
	right:80px;
	z-index: 9999;
}

#header form#find_store {
	position:absolute;
	top:30px;
	right:80px;
}

#header form#find_store input#store_input {
	position:relative;
	display:block;
	float:right;
	height:20px;
	font-size:10px;
	padding:0 12px 0 15px;
	margin:0 50px 0 0;
	background:transparent url(../images/layout/search_zone.gif) no-repeat;
	border:0;
	width:140px;
	color:#000000;/*#999999;*/
	text-align:left;
}

#header form#find_product input#product_input ,header form#find_store input#product_input{
	position:relative;
	display:block;
	float:right;
	height:16px;
	font-size:11px;
	padding:0 12px 0 17px;
	margin:0 50px 0 0;
	background:transparent url(../images/layout/search_zone.gif) no-repeat;
	border:0;
	width:138px;
	color:#000000;/*#999;*/
	text-align:left;
	font-family:"Arial";
	
}


#header form#find_store select#store_input {
	position:relative;
	display:block;
	float:right;
	/*height:16px;
	font-size:10px;*/
	width:218px;
	/*margin:0 50px 0 0;
	/*background:transparent url(../images/layout/search_zone.gif) no-repeat;*/
	border:0;
	/*width:150px;*/
	color:#000000 !important;
	color:#000000;/*#999999;*/
	text-align:center;
	
	}

#header form#find_product a input {
	position:absolute;
	top:0;
	right:0;
	display:block;
	float:right;
}

#header form#find_store a input {
	position:absolute;
	top:0;
	right:0;
	display:block;
	float:right;
}

/*
#header form#search_form {
	position:absolute;
	top:60px;
	right:80px;
}

#header form#retail_form {
	position:absolute;
	top:30px;
	right:80px;
}

#header form#retail_form input#search_input {
	position:relative;
	display:block;
	float:right;
	height:20px;
	font-size:10px;
	padding:0 12px 0 5px;
	margin:0 50px 0 0;
	background:transparent url(../images/layout/search_zone.gif) no-repeat;
	border:0;
	width:150px;
	color:#999999;
	text-align:center;
}

#header form#search_form input#search_input {
	position:relative;
	display:block;
	float:right;
	height:16px;
	font-size:10px;
	padding:0 12px 0 5px;
	margin:0 50px 0 0;
	background:transparent url(../images/layout/search_zone.gif) no-repeat;
	border:0;
	width:150px;
	color:#999999;
	text-align:center;
}

#header form#search_form a input {
	position:absolute;
	top:0;
	right:0;
	display:block;
	float:right;
}

#header form#retail_form a input {
	position:absolute;
	top:0;
	right:0;
	display:block;
	float:right;
}
*/

#langues {
	position:absolute;
	top:115px;
	left:60px;
}

#langues a + a + a + a {
	margin: 0 0 0 7px;
}

#langues a + a + a + a + a {
	margin: 0 0 0 3px;
}

/********/
/* Menu */
/********/
ul#menu {
	list-style		:	none;
	height			:	10px;
	position		:	absolute;
	top				:	112px;
	right			:	48px;	
	margin-bottom	:	0;
}

ul#menu li {
	float		:	left;
	height		:	24px;
	margin		:	0 4px;
	position	:	relative;
}

ul#menu li div {
	display		:	block;
	line-height	:	12px;
	height		:	12px;
	padding		:	6px 8px;
}

ul#menu li div a {
	display		:	block;
	line-height	:	12px;
	height		:	12px;
	padding		:	0 0 20px 0;
}

ul#menu li ul#sous_menu  {
	display		:	none;	
	
}

ul#menu li:hover, ul#menu li.hover {
	background	:	url(../images/layout/menu_back_hover.gif);
}

ul#menu li:hover div, ul#menu li.hover div {
	background	:	url(../images/layout/menu_back_hover_end.gif) 100% 0 no-repeat;
}

/***sous-menu****/
/*attention le fichier menu.js se sert du css de cette parti faire bien attention avant de modifier*/

/*ul#menu li a {
	display:block;
	line-height:30px;
	color:#126197;
	text-decoration:none;
	font-weight:bolder;
}
*/


ul#menu ul#sous_menu li a.on {
	color		:	#fff;
	z-index		:	100;
	/*width		:	190%;*/
	height		:	auto;
	
}

ul#menu ul#sous_menu{
	background	:	#000;
	filter		:	alpha(opacity=80);
	opacity		:	0.8;
	overflow	:	visibles;
	height		:	auto;
	padding		:	0;
	display		:	none;
	position	:	absolute;
	z-index		:	100;
	
}

ul#menu ul#sous_menu li {
	/*float		:	none;*/
	height		:	auto;
	background	:	url(../images/layout/hr_menu.gif) bottom no-repeat;
	width:95%;
	
}

ul#menu ul#sous_menu li a {
	display			:	block;
	line-height		:	30px;
	color			:	#fff;
	text-transform	:	none;
	padding			:	0 12px;
	text-decoration	:	none;
	height			:	auto;
	/*width			:	190%;*/
	
	
}

ul#menu ul#sous_menu li a:hover {
	color	:	#e21f26;
	display	:	block;
	/*width	:	190%;*/
	
}



ul#menu ul#sous_menu.on {
	display		:	block;
	
}


/***********/
/* Content */
/***********/
div#content {
	display			:	block;
	width			:	995px;
	/*text-align:justify;
	color:#FFFFFF;*/
	/*position:relative;*/
	margin-left		:	auto;
	margin-right	:	auto;
	background		:	#000000 url(../images/layout/background_content.jpg) 50% 0 no-repeat;
	clear			:	both;
	z-index			:	1;
}


#content div#content_inner {
	display:block;
	/*height:400px;
	width:955px;
	color:#FFFFFF;*/
	padding:0px 18px;
	margin-left: auto;
	margin-right: auto;
	background:url(../images/layout/background_contentInner.jpg) 50% 100% no-repeat;
	clear:both;
	z-index:1;
}
#content div#content_inner p{
	font-size:12px;
	line-height:normal;
}


/***************/
/* News Ticker */
/***************/
#content div#content_inner div#newsticker {
	position:relative;
	height:310px;
	width:960px;
	margin-bottom:20px;
	overflow:hidden;
	z-index:1;
}

#content div#content_inner div#newsticker div#background {
	position:absolute;
	height:310px;
	width:2880px; /* 960 x nbr d'image */
}

#content div#content_inner div#newsticker div#background img.backgrounds {
	float:left;
	height:310px;
	width:960px;
}


#content div#content_inner div#newsticker div#bg {
	position:absolute;
	left:40px;
	top:0;
	height:310px;
	width:200px;
	background:#000;
	filter:alpha(opacity=70);
	opacity:0.7;
	overflow:hidden;
	z-index:1;
}

#content div#content_inner div#newsticker div#bg div#container {
	position:absolute;
	overflow:hidden;
	left:0;
	top:0;
	height:180px;
	width:160px;
	padding:40px 20px 20px;
}

#content div#content_inner div#newsticker div#bg div#container h2 {
	color:#fff;
	font-size:17px;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	visibility:visible;
}

#content div#content_inner div#newsticker div#bg div#container p {
	color:#fff;
	line-height:18px;
	height:90px;
	overflow:hidden;
	/*text-align:justify;*/
}

#content div#content_inner div#newsticker a#readmore {
	position:absolute;
	left:60px;
	top:240px;
	height:19px;
	width:148px;
	line-height:17px;
	text-indent:10px;
	color:#fff;
	text-decoration:none;
	z-index:1;
}


/**********/
/* footer */
/**********/
#footer {
	position:relative;
	text-align:center;
	font-size:9px;
	height:30px;
	width:995px;
	padding:40px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/layout/background_footer.jpg) 50% 0 no-repeat;
	clear:both;
}</pre></body></html>