div#universe_links_footer {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	text-align: left;
}

#accessoire div#universe_links_footer {
	margin-left: -5px;
}

td#footer_products {
	background-image: url(../images/line_bg_products.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	text-align: center;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: white;
}

table#hp_footer {
	width: 1000px;
	table-layout: fixed;
	background-image: url(../images/footer_bg.gif);
	height: 30px;
	padding: 0px 5px;
}

#accessoire table#hp_footer {
	width: 1000px;
	margin-left: -5px;
}

#hp_footer td {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: white;
}

a.home_short_link_f {
	color: white;
	text-decoration: none;	
}

#bottom a.home_short_link_f {
  display:block;
  width: 140px;
  float: left;
}

a.home_short_link_f:hover {
	text-decoration: underline;
}

/* patch doctype */
table#hp_footer #bottom {
  text-align: center;
}

table#hp_footer #bottom table {
	margin-top:10px;
	padding:0;
	width:1000px;
}

table#hp_footer #bottom table td {
 text-align: center;
}

table#hp_footer #bottom td.first,
table#hp_footer #bottom td.third {
	width: 360px;
}
table#hp_footer #bottom td.second {
	width: 280px;
}
/* --- */
table#hp_footer td.first {
  vertical-align: top;
  text-align: left;
  width: 20%;
}

table#hp_footer td.second {
   text-align: center;
   width: 60%;
}

table#hp_footer td.third {
  vertical-align: top;
  text-align: right;
  width: 20%;
}
