a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

div#conteneur
{
uuuuuwidth: 521px;	 
	height:44px;
	background:url(images/bg_partenaires_scrollable.gif) no-repeat left top ;
	margin : 0;
	padding : 0 10px ;	
	overflow : hidden ;
}

div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 530px;	 
	height:40px;

}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs{	
	position:absolute;
	width:20000em;	
	clear:both;
	
}

#conteneur img
{
margin-right : 20px}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:16px;	
}



/* single item */
#conteneur a {
	float:left;
	display : block ;
	margin : 7px 5px 5px 5px;
	text-align : center ;
	
}



/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:120px;
	height:27px;
	background:url(images/prev_scrolable.gif) no-repeat;
	float:left;
	margin:15px 0 0 5px;
	cursor:pointer;
}


a.prev
{
margin-right : 286px ;
}
/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	----background-position:0px -31px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(images/next_scrolable.gif);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	----margin-left:280px;
	-----width:200px;
	------height:20px;
	
}


/* items inside navigator
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}
*/
/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

a.wallieback
{
display : block ;
background:url(images/fleche_back.gif) no-repeat left top ;
padding-left : 35px ;
text-decoration:none ;
height : 29px ;
line-height : 29px ;
margin-top : 15px ;
}

a.wallieback:hover, a.wallieback:focus 
{
text-decoration:underline ;
}
