table#tbFooterBg
{
	width: 100%;
	min-width:626px;
	height: 113px;
}

table#tbFooterBg tbody
{
	/* Must do this otherwise IE applies the above padding to all cells too!! */
	/* The padding-left:1px is also for IE, otherwise it collapses all the TDs!  
     It only needs to be cancelled out in td#tdFooterCentravet, the empty td. 
	   NB. Adding table#tbFooterBg td{padding:0} reintroduces the problem we are 
		 trying to solve here. */
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
}

td#tdFooterLeft
{
	width:15px; 
	min-width:15px;
	height:170px; 
	background: url("../../images/Commun/SiteMapFooter/01ArrondiGauche.png") no-repeat;
}

td#tdFooterCentravet
{
	width:500px; 
	min-width:500px;
	height:170px; 
	padding-left:0;
	background: url("../../images/Commun/SiteMapFooter/02Centravet.png") no-repeat;
}

td#tdFooterSpace
{
	height:170px; 
	background: url("../../images/Commun/SiteMapFooter/04vert.png") repeat-x;
}

td#tdFooterRight
{
	width:15px; 
	min-width:15px;
	height:170px; 
	background: url("../../images/Commun/SiteMapFooter/05ArrondiDroit.png") no-repeat;
}

table#tbFooterItems
{
	color: White;
	width: 100%;
	padding-left:5px; 
	padding-right:5px;
}

table#tbFooterItems span.spanFooterItemObjet
{
	cursor: pointer;
	white-space: nowrap;
	color: White;
	font-weight: bold;
}

table#tbFooterItems span.spanFooterItemOption
{
	cursor: pointer;
	white-space: nowrap;
	color: #DDDDDD;
}

table#tbFooterItems span.spanFooterItemOption:hover
{
	color: White;
}

table#tbFooterItems div.divFooterItemOption.selected span
{
	color: White;
}
